-
Notifications
You must be signed in to change notification settings - Fork 10
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
finalize CHANGES #173
finalize CHANGES #173
Conversation
orbeckst
commented
Jul 30, 2021
- release 0.7.0 date in CHANGES
- update setup.py (twine check indicated missing long_description_content_type)
- for release 0.7.0 #105
- release 0.7.0 date in CHANGES - update setup.py (twine check indicated missing long_description_content_type)
Codecov Report
@@ Coverage Diff @@
## develop #173 +/- ##
========================================
Coverage 68.98% 68.98%
========================================
Files 9 9
Lines 1396 1396
Branches 190 190
========================================
Hits 963 963
Misses 363 363
Partials 70 70
Continue to review full report at Codecov.
|
(fixed incorrect __future__ imports in the scripts, too)
Failed with
so we can run into the GROMACS exclusions bug in our tests. We need to increase rlist to guarantee tests to pass. |
Given that the tests pass most of the time I am not going to change them right now, if needed rerun a failing test. Will raise an issue. |
@@ -137,12 +136,12 @@ | |||
|
|||
# The name of an image file (relative to this directory) to place at the top | |||
# of the sidebar. | |||
#html_logo = None | |||
html_logo = "_static/mdpow-logo.png" |
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.
look at the docs under status : we hav a logo now
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.
Looks good, the updates to the docs will defiantly be a plus. With the scripts fixed it should make the terminal workflow compatible with modern python.
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.
Looks good to me. Thanks for the hard work !
Thank you all for having a look, much appreciated. |