Skip to content

Commit c81fa5d

Browse files
authored
Release/0.9.3 (#925)
* start of release PR for 0.10.0 * added CI changes * changelog done as of Fri Jan 21 03:28:31 PM MST 2022 * oops missed one, now it is up to date * update release version and name * added PR 924 to change log
1 parent a8b490a commit c81fa5d

File tree

1 file changed

+54
-1
lines changed

1 file changed

+54
-1
lines changed

docs/changelog.rst

+54-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,62 @@ 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.9.3 - Release
12+
---------------
13+
14+
Bugfixes
15+
^^^^^^^^
16+
17+
- (PR `#894 <https://github.com/choderalab/perses/pull/894>`_)
18+
Remove unused argument 'implicitSolvent' from SystemGenerator in tests.
19+
20+
- (PR `#893 <https://github.com/choderalab/perses/pull/893>`_)
21+
Add installation instructions to readme.
22+
23+
- (PR `#892 <https://github.com/choderalab/perses/pull/892>`_)
24+
Allow `generate_dipeptide_top_pos_sys` to accept `demap_CBs`.
25+
26+
- (PR `#878 <https://github.com/choderalab/perses/pull/878>`_)
27+
Fix stochastic failures in RepartitionedHybridTopologyFactory test.
28+
29+
- (PR `#877 <https://github.com/choderalab/perses/pull/877>`_)
30+
Fix naked charge padding (sigmas for hydroxyl hydrogens are changed from 1.0 nm to 0.06 nm).
31+
32+
- (PR `#874 <https://github.com/choderalab/perses/pull/874>`_)
33+
Added readme instructions on how to run perses examples using the docker container with GPUs/CUDA.
34+
35+
- (PR `#866 <https://github.com/choderalab/perses/pull/866>`_)
36+
Fix endstate validation handling in PointMutationExecutor.
37+
38+
- (PR `#860 <https://github.com/choderalab/perses/pull/860>`_)
39+
Simplify `_construct_atom_map` for protein mutations.
40+
41+
- Various CI fixes
42+
* PR `#787 <https://github.com/choderalab/perses/pull/787>`_
43+
* PR `#850 <https://github.com/choderalab/perses/pull/850>`_
44+
* PR `#858 <https://github.com/choderalab/perses/pull/858>`_
45+
* PR `#868 <https://github.com/choderalab/perses/pull/868>`_
46+
* PR `#871 <https://github.com/choderalab/perses/pull/871>`_
47+
* PR `#880 <https://github.com/choderalab/perses/pull/880>`_
48+
* PR `#887 <https://github.com/choderalab/perses/pull/887>`_
49+
* PR `#898 <https://github.com/choderalab/perses/pull/898>`_
50+
51+
New features
52+
^^^^^^^^^^^^
53+
54+
- (PR `#896 <https://github.com/choderalab/perses/pull/896>`_)
55+
Drop support for older OpenMM versions.
56+
We now only support versions >= 7.6.0.
57+
58+
- (PR `#924 <https://github.com/choderalab/perses/pull/924>`_)
59+
Command line utility to automatically run and analyze benchmarks using the data set found in https://github.com/openforcefield/protein-ligand-benchmark/
60+
1161
0.9.2 - Bugfix release
1262
-----------------------
63+
1364
Bugfixes
1465
^^^^^^^^
66+
1567
- (PR `#835 <https://github.com/choderalab/perses/pull/835>`_)
1668
Write out YAML file after all options are parsed and set. Saved as YAML original file name + date + time. Resolves
1769
`#817 <https://github.com/choderalab/perses/issues/817>`_.
@@ -27,7 +79,8 @@ Bugfixes
2779
More info at `#613 (comment) <https://github.com/choderalab/perses/issues/613#issuecomment-899746348>`_.
2880

2981
New features
30-
^^^^^^^^
82+
^^^^^^^^^^^^
83+
3184
- (PR `#708 <https://github.com/choderalab/perses/pull/708>`_)
3285
Create visualization module for generating PyMOL movies.
3386
- (PR `#834 <https://github.com/choderalab/perses/pull/834>`_)

0 commit comments

Comments
 (0)