Release 1.1.0 - #886
Merged
Merged
Conversation
maybe that will fix the missing stage?
Autorelease doesn't override before_script; will need to do that!
restarting build doesn't rebuild the configs
Travis will always build PRs. This way we only build here on branches where we don't directly add commits (plus special deployment testing branches)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The marquee feature in OPS 1.1 is the addition of GROMACS support. That also introduces the external engine framework, which can be used by other MD engines.
Another important change is that OPS is now pip-installable and can be installed through conda's
conda-forgechannel (starting with 1.1, new versions of OPS will not be in theomniachannel). Also note that many tools that previously were bundled with OPS now are not. In particular, if you want to use any of the following packages, you must install them separately:They're all just a
conda installaway, and as soon as they're in your environment, OPS will interface with them as before.Deprecations: CVs based on MSMBuilder featurizers are deprecated. MSMBuilder can no longer be tested in our standard test setup. We haven't removed support, but we can't recommend using it.
New features
Trajectory.__getattr__(Simplify Trajectory.__getattr__ #879)Bugs fixed
Miscellaneous improvements