You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releasehistory.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,23 @@ Releases follow versioning as described in
9
9
10
10
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.
11
11
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
13
20
14
21
### New features
15
22
16
23
*#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.
18
24
*#780 Adds compatibility with Pydantic v2, using the existing v1 API.
19
25
20
26
### Behavior changes
21
27
22
28
*#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"`
0 commit comments