-
Notifications
You must be signed in to change notification settings - Fork 55
Change the documentation to make the behaviour of dir in ABFE pipeline more clear #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the documentation to make the behaviour of dir in ABFE pipeline more clear #312
Conversation
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
=======================================
Coverage 98.74% 98.74%
=======================================
Files 26 26
Lines 1749 1754 +5
Branches 380 382 +2
=======================================
+ Hits 1727 1732 +5
Misses 2 2
Partials 20 20
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a bit awkward because we shouldn't have merged PR #310 as a 2.0.1 as it technically breaks semantic versioning. However, as we have it released, this PR looks good.
I am just including two doc improvements.
src/alchemlyb/workflows/abfe.py
Outdated
@@ -61,6 +62,8 @@ class ABFE(WorkflowBase): | |||
|
|||
|
|||
.. versionadded:: 1.0.0 | |||
.. versionchanged:: 2.0.1 | |||
The `dir` argument expect a real directory and wildcard are no longer accepted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not have done this API change in 2.0.1 as this breaks semver.
However, the change is small enough so I am ok with just moving forward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I hadn't thought of this before I do this change.
fix #311