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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,21 @@ Dates are given in YYYY-MM-DD format.
11
11
12
12
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.
13
13
14
-
## Current development
14
+
## 0.3.16 - 2023-10-18
15
15
16
16
### New Features
17
17
18
18
*#827 Adds the `ewald_tolerance` option to `to_openmm`, overriding a default value inherited from old versions of the OpenFF Toolkit.
19
19
*#827 Adds `to_openmm_system` methods, which alias existing `to_openmm` methods that create `openmm.System`s. Existing methods are not removed or currently deprecated.
20
20
21
+
### Behavior changes
22
+
23
+
*#828 Most virtual site types are implemented in OpenMM as types other than ``openmm.LocalCoordinatesSite`` for better human readability.
24
+
25
+
### Documentation improvements
26
+
27
+
*#828 Adds a notebook demonstrating, including visualization and running short simulations, several use cases of SMIRNOFF virtual sites.
28
+
21
29
### Examples added
22
30
23
31
*#825 Adds a host-guest example derived from the [SAMPL6 challenge](https://github.com/samplchallenges/SAMPL6).
0 commit comments