-
Notifications
You must be signed in to change notification settings - Fork 86
Release 0.15.0 #401
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
Release 0.15.0 #401
Conversation
README.md
Outdated
|
|
||
| ## 0.15.0 Force Field Updates and More! | ||
|
|
||
| This release doesn't change any API but mostly consists of force field updates and bug fixes. |
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.
I don't know if it's worth mentioning that #391 removed the residue_atoms argument to generate_residue_template() of template generators. This is effectively a change to the API, but just to remove something that was either never implemented in the first place or broken (see #379). I'll let you decide whether or not it's worth bringing up here. Otherwise, looks good!
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.
I think that is worth highlighting here, I will add that, thanks for the reminder!
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #401 +/- ##
=======================================
Coverage 84.14% 84.14%
=======================================
Files 5 5
Lines 776 776
=======================================
Hits 653 653
Misses 123 123 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
|
For the ones I was involved with:
I don't know about the others. I am fine not listing every change and fix made in the README as long as the linked release notes will have the full changelog, but I'm also fine if you prefer more detail added in the README. |
|
I lost the message I was going to post here but the tl;dr is I will link to the in depth changes on github, I use the autogenerate change log tool on the releases page and did a skim to see what changes users might care about. Looking at other releases and change log entries in the past, I think that is how we do it for this repo. |
|
Sounds good to me |
Forgot that we keep the changelog in the README.md for this package. Once this gets merged in, I will create the release on Github and then cut the conda-forge release.
Resolves #395