File tree 3 files changed +33
-1
lines changed
3 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Description
2
+
3
+ <!-- Describe your changes in detail. -->
4
+
5
+ ## Motivation and context
6
+
7
+ <!-- - Why is this change required? What problem does it solve? -->
8
+
9
+ <!-- Replace ??? with the issue number that this pull request resolves. -->
10
+ Resolves #???
11
+
12
+ ## How has this been tested?
13
+
14
+ <!-- - Please describe in detail how you tested your changes. -->
15
+
16
+ ## Change log
17
+
18
+ <!-- Propose a change log entry. -->
19
+ <!-- Examples here https://github.com/choderalab/perses/blob/master/docs/changelog.rst -->
20
+ ```
21
+
22
+ ```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Release history
6
6
7
7
This section lists features and improvements of note in each release.
8
8
9
- The full release history can be viewed `at the GitHub yank releases page <https://github.com/choderalab/perses/releases >`_.
9
+ The full release history can be viewed `at the GitHub perses releases page <https://github.com/choderalab/perses/releases >`_.
10
10
11
11
12
12
0.9.1 - Bugfix release
@@ -26,3 +26,11 @@ Bugfixes
26
26
- (PR `#809 <https://github.com/choderalab/perses/pull/809 >`_)
27
27
The atom mapping facility was overhauled to address a bug in mapping rings (`#805 <https://github.com/choderalab/perses/issues/805 >`_).
28
28
Atom mapping is now handled via an ``AtomMapper `` factory that generates an ``AtomMapping `` class that localizes all relevant functionality.
29
+ - (PR `#824 <https://github.com/choderalab/perses/pull/824 >`_)
30
+ The default timestep is now 4 fs (was 1 fs) and the minimum openMM version is now 7.5.0
31
+ - (PR `#812 <https://github.com/choderalab/perses/pull/812 >`_)
32
+ Automatically set package version by ``git tag `` using versioneer
33
+ - (PR `#804 <https://github.com/choderalab/perses/pull/804 >`_)
34
+ Set the default temperature back to 300 K for ``relative_point_mutation_setup.py ``.
35
+ - (PR `#796 <https://github.com/choderalab/perses/pull/796 >`_)
36
+ Removed defunct ``atom_map `` argument from FEP constructor.
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ Developers
77
77
* Dominic A. Rufa
78
78
* Jaime Rodríguez-Guerra
79
79
* Ivy Zhang
80
+ * Mike Henry
81
+ * Iván Pulido
80
82
* John D. Chodera
81
83
82
84
Indices and tables
You can’t perform that action at this time.
0 commit comments