Skip to content

Commit 8c47691

Browse files
authored
release prep 1.6.0 (#1447)
* Updated CHANGELOG for 1.6.0 * add pr link * update template
1 parent b8147d5 commit 8c47691

File tree

5 files changed

+12
-70
lines changed

5 files changed

+12
-70
lines changed

.github/PULL_REQUEST_TEMPLATE/release_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Make the PR:
66
* [ ] Create a new release-prep branch corresponding to the version name, e.g. `release-prep-v1.2.0`. Note: please follow [semantic versioning](https://semver.org/).
77
* [ ] Check that all user-relevant updates are included in the `news/` rever `.rst` files. You can backfill any additional items by making a new .rst, e.g. `backfill.rst`
88
* [ ] Run [rever](https://regro.github.io/rever-docs/index.html#), e.g. `rever 1.2.0`. This will auto-commit `docs/CHANGELOG.md` and remove the `.rst` files from `news/`.
9-
* [ ] Verify that`docs/CHANGELOG.md` looks correct.
9+
* [ ] Verify that`docs/CHANGELOG.rst` looks correct.
1010
* [ ] Make the PR and verify that CI/CD passes.
1111
* [ ] Merge the PR into `main`.
1212
* [ ] Make a PR into the [example notebooks repository](https://github.com/OpenFreeEnergy/ExampleNotebooks) to update the version used in `showcase/openfe_showcase.ipynb` and `.binder/environment.yml`

docs/CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Changelog
44

55
.. current developments
66
7+
v1.6.0
8+
====================
9+
10+
**Added:**
11+
12+
* Added support for openmm 8.3.0 (benchmarking results at `Issue #1377 <https://github.com/OpenFreeEnergy/openfe/issues/1377>`_.
13+
* Added support for ``python 3.13`` (we no longer guarantee support for ``python 3.10``).
14+
* Adds a new internal API for defining alchemical restraints (`PR #1043 <https://github.com/OpenFreeEnergy/openfe/pull/1043>`_).
15+
16+
17+
718
v1.5.0
819
====================
920
This release includes support for openmm 8.2 and numpy v2. Checkpoint interval default frequency has changed, resulting in much smaller file sizes. There are also a few minor changes as a result of migrating to use **konnektor** as the backend for many network generators.

news/openmm_8.3.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/py_3.13.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/restraints_api.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)