Skip to content

Commit 5d50cbc

Browse files
authored
Release 0.9.1 (#829)
* updating changelog * add another pr to the change log * added PR template * added changelog entries for all PRs merged in so far * Added Mike and Iván to developer list
1 parent fd6bb4e commit 5d50cbc

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

.github/pull_request_template.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
```

docs/changelog.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release history
66

77
This section lists features and improvements of note in each release.
88

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>`_.
1010

1111

1212
0.9.1 - Bugfix release
@@ -26,3 +26,11 @@ Bugfixes
2626
- (PR `#809 <https://github.com/choderalab/perses/pull/809>`_)
2727
The atom mapping facility was overhauled to address a bug in mapping rings (`#805 <https://github.com/choderalab/perses/issues/805>`_).
2828
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.

docs/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Developers
7777
* Dominic A. Rufa
7878
* Jaime Rodríguez-Guerra
7979
* Ivy Zhang
80+
* Mike Henry
81+
* Iván Pulido
8082
* John D. Chodera
8183

8284
Indices and tables

0 commit comments

Comments
 (0)