Skip to content

Commit 47e04df

Browse files
committed
DOC: Finalize 0.3.26 release notes
1 parent 1e7cc13 commit 47e04df

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

docs/releasehistory.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,18 @@ Dates are given in YYYY-MM-DD format.
1111

1212
Please note that all releases prior to a version 1.0.0 are considered pre-releases and many API changes will come before a stable release.
1313

14-
## 0.3.23 - 2024-03-07
14+
## 0.3.26 - 2024-04-16
15+
16+
* #952 Drops support for Python 3.9.
17+
* #853 Better support LJPME in some GROMACS tests.
18+
* #954 Fixes a broken link in plugin documentation.
19+
* #963 Removes pre-set partial charges from host-guest example.
20+
* #956 Adds another helper function for solvation in non-aqueous solvent.
21+
* #946 Adds support for GROMACS's `3fad` virtual sites.
22+
* #918 Improves storage of cosmetic attributes.
23+
* #880 Improves virtual site example notebook.
24+
25+
## 0.3.25 - 2024-03-29
1526

1627
* #947 Fixes a bug in which virtual site parameters with identical SMIRKS would clash.
1728
* #948 Updates the GAFF example.
@@ -51,8 +62,8 @@ Please note that all releases prior to a version 1.0.0 are considered pre-releas
5162

5263
## 0.3.20 - 2024-02-12
5364

54-
* #891 Adds support for hydrogen mass repartitioning (HMR) in GROMACS export. Note that this implementaiton never modifies masses in waters and requires the system contains no virtual sites.
55-
* #887 Adds support for hydrogen mass repartitioning (HMR) in OpenMM export. Note that this implementaiton never modifies masses in waters and requires the system contains no virtual sites.
65+
* #891 Adds support for hydrogen mass repartitioning (HMR) in GROMACS export. Note that this implementation never modifies masses in waters and requires the system contains no virtual sites.
66+
* #887 Adds support for hydrogen mass repartitioning (HMR) in OpenMM export. Note that this implementation never modifies masses in waters and requires the system contains no virtual sites.
5667

5768
### 0.3.19 - 2024-02-05
5869

@@ -497,14 +508,14 @@ This release supports Python 3.8 and 3.9; it may be compatible with older and ne
497508

498509
### Breaking changes
499510

500-
* #357 The `_OFFBioTop` constructor now requires an `mdtraj.Topology` passed through the `mdtop` argumment.
511+
* #357 The `_OFFBioTop` constructor now requires an `mdtraj.Topology` passed through the `mdtop` argument.
501512
* #363 This project is no longer tested on Python 3.7
502513

503514
### Bugfixes
504515

505516
* #351 Fix setting byte order while processing bytes to NumPy arrays
506517
* #354 Fix positions processing in `Interchange.__add__`
507-
* `e176033` Fixes nonbonded energies not being parsed while reporting energies from the OpenMM drver.
518+
* `e176033` Fixes non-bonded energies not being parsed while reporting energies from the OpenMM driver.
508519

509520
## 0.1.3 - 2021-11-12
510521

@@ -579,7 +590,7 @@ This pre-release of the OpenFF Interchange adds preliminary support for virtual
579590

580591
### Testing and reliability improvements
581592

582-
* #269 OpenEye toolkits are now used in automated testing by default.
593+
* #269 OpenEye Toolkits are now used in automated testing by default.
583594
* #281 Refactors the test suite into unit tests, interoperability tests, and energy comparison tests.
584595
* #289 Improves the Amber energy driver.
585596
* #292 Improves some ParmEd conversions.

0 commit comments

Comments
 (0)