Skip to content
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 log for 0.10.3 release #1236

Merged
merged 2 commits into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,45 @@ This section lists features and improvements of note in each release.

The full release history can be viewed `at the GitHub perses releases page <https://github.com/choderalab/perses/releases>`_.

0.10.3 - Release
----------------

Bugfix release.


Enhancements
^^^^^^^^^^^^

* Print perses version on startup by @mikemhenry in https://github.com/choderalab/perses/pull/1176
* Support pymbar 3 & 4 by @mikemhenry in https://github.com/choderalab/perses/pull/1173
* Store initial and final topologies for all phases -- small molecule pipeline by @ijpulidos in https://github.com/choderalab/perses/pull/1210

Documentation
^^^^^^^^^^^^^

* Added MPI example with dipeptide mutation by @ijpulidos in https://github.com/choderalab/perses/pull/1228
* Update comments in ``RESTCapableHybridTopologyFactory`` doc string by @zhang-ivy in https://github.com/choderalab/perses/pull/1189
* Clean examples -- CLI protein-ligand example for Tyk2 by @ijpulidos in https://github.com/choderalab/perses/pull/1223

Bug Fixes
^^^^^^^^^
* Fix spectator support by @ijpulidos in https://github.com/choderalab/perses/pull/1233
* Realtime analysis interval to default to checkpoint interval by @ijpulidos in https://github.com/choderalab/perses/pull/1227
* Correctly set cutoff for ``CustomNonbondedForce`` in ``HybridTopologyFactory`` when using a non-default cutoff distance. by @mikemhenry in
* Backport openfe fixes for context deletion by @mikemhenry in https://github.com/choderalab/perses/pull/1229

Testing/CI/Packaging
^^^^^^^^^^^^^^^^^^^^

* Run CI on new 0.10.x branch by @mikemhenry in https://github.com/choderalab/perses/pull/1212
* Use python executable from env by @mikemhenry in https://github.com/choderalab/perses/pull/1174
* Remove example testing by @mikemhenry in https://github.com/choderalab/perses/pull/1214
* CI miscellaneous fixes by @ijpulidos in https://github.com/choderalab/perses/pull/1217
* Improve docker building by @mikemhenry in https://github.com/choderalab/perses/pull/1200


**Full Changelog**: https://github.com/choderalab/perses/compare/0.10.2...0.10.3

0.10.2 - Release
----------------

Expand Down
Loading