Skip to content

Commit acbf805

Browse files
committed
DOC: Finalize 0.3.11 release notes
1 parent 32a877d commit acbf805

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/releasehistory.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,23 @@ Releases follow versioning as described in
99

1010
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.
1111

12-
## 0.3.10 - 2023-08-09
12+
## 0.3.11 - 2023-08-09
13+
14+
### Behavior changes
15+
16+
* #789 Internally use vdWHandler 0.4 when storing SMIRNOFF data and creating OpenMM forces.
17+
* #789 Using plugins that create `openmm.NonbondedForce` now results in `openmm.NonbondedForce.NoCutoff` when the topology is non-periodic and `vdWHandler.nonperiodic_method == "no-cutoff"`
18+
19+
## 0.3.10 - 2023-08-02
1320

1421
### New features
1522

1623
* #781 Adds support for version 0.4 of the SMIRNOFF vdW section.
17-
* #789 Internally use vdWHandler 0.4 when storing SMIRNOFF data and creating OpenMM forces.
1824
* #780 Adds compatibility with Pydantic v2, using the existing v1 API.
1925

2026
### Behavior changes
2127

2228
* #778 `Interchange.from_foyer` now infers positions from the input topology, matching the behavior of `Interchange.from_smirnoff`.
23-
* #789 Using plugins that create `openmm.NonbondedForce` now results in `openmm.NonbondedForce.NoCutoff` when the topology is non-periodic and `vdWHandler.nonperiodic_method == "no-cutoff"`
2429

2530
### Documentation improvements
2631

0 commit comments

Comments
 (0)