Skip to content

Commit c4368a6

Browse files
authored
Changelog for bugfix release 0.10.1 (#1059)
1 parent 9e61c22 commit c4368a6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/changelog.rst

+19
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ This section lists features and improvements of note in each release.
88

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

11+
0.10.1 - Release
12+
----------------
13+
14+
Bugfix release.
15+
16+
Bugfixes
17+
^^^^^^^^
18+
- Bug when trying to use the new ``RESTCapableHybridTopologyFactory`` in the small molecule pipeline -- fixed by not specifying a protocol, hence allowing the ``HybridCompatibilityMixin`` object to automatically handle it. Issue `#1039 <https://github.com/choderalab/perses/issues/1039>`_ (PR `#1045 <https://github.com/choderalab/perses/pull/1045>`_)
19+
- Bug in ``create_endstates_from_real_systems()`` -- fixed by setting the global parameters for valence forces to the appropriate endstate. Also added tyk2 transformation test. Issue `#1041 <https://github.com/choderalab/perses/issues/1041>`_ (PR `#1050 <https://github.com/choderalab/perses/pull/1050>`_).
20+
- Bug in the ``RESTCapableHybridTopologyFactory`` lifting expression -- fixed by separating the cutoff distance from the lifting distance. (PR `#1046 <https://github.com/choderalab/perses/pull/1046>`_)
21+
- Fix bug in ``RelativeFEPSetup`` that prevents user from controlling the padding when solvating for solvent phase calculations. (PR `#1053 <https://github.com/choderalab/perses/pull/1053>`_)
22+
- Bug in ``test_unsampled_endstate_energies_GPU`` and ``test_RESTCapableHybridTopologyFactory_energies_GPU`` -- fixed by removing unit-less ``rest_radius`` argument and using default instead. (PR `#1057 <https://github.com/choderalab/perses/pull/1057>`_)
23+
24+
Enhancements
25+
^^^^^^^^^^^^
26+
- Add flag ``transform_waters_into_ions_for_charge_changes`` for disabling the introduction of a counterion for charge changing transformations. Issue `#1004 <https://github.com/choderalab/perses/issues/1004>`_ (PR `#1030 <https://github.com/choderalab/perses/pull/1030>`_)
27+
- Perses output yaml file now adds timestamp and ligands names information (for old and new ligands). Issue `#998 <https://github.com/choderalab/perses/issues/998>`_ (PR `#1052 <https://github.com/choderalab/perses/pull/1052>`_).
28+
- Protein mutation repex internal consistency tests to ensure convergence. So far only testing neutral transformations. Issue `#1044 <https://github.com/choderalab/perses/issues/1044>`_ (PR `#1054 <https://github.com/choderalab/perses/pull/1054>`_).
29+
1130
0.10.0 - Release
1231
----------------
1332

0 commit comments

Comments
 (0)