Skip to content

Commit fe8960e

Browse files
committed
Release 0.3.16
1 parent adfe8ec commit fe8960e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/releasehistory.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,21 @@ 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-
## Current development
14+
## 0.3.16 - 2023-10-18
1515

1616
### New Features
1717

1818
* #827 Adds the `ewald_tolerance` option to `to_openmm`, overriding a default value inherited from old versions of the OpenFF Toolkit.
1919
* #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.
2020

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+
2129
### Examples added
2230

2331
* #825 Adds a host-guest example derived from the [SAMPL6 challenge](https://github.com/samplchallenges/SAMPL6).

0 commit comments

Comments
 (0)