Skip to content

Commit

Permalink
Merge pull request #364 from openforcefield/0.1.4-release-notes
Browse files Browse the repository at this point in the history
Draft 0.1.4 release notes
  • Loading branch information
mattwthompson authored Jan 11, 2022
2 parents e176033 + e2237cf commit 49c3ee5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/releasehistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,29 @@ Releases follow versioning as described in

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.

## Current development
## 0.1.4 - 2022-01-11

This pre-release of OpenFF Interchange includes interoperability and documentation improvements.

This release supports Python 3.8 and 3.9; it may be compatible with older and newer versions may but is not guaranteed.

### New features
* #355 Add `Interchange.to_pdb`
* #357 Add more type annotations

### Documentation improvements
* #319 Add Foyer showcase (silica nanoparticle solvated in an organic species)
* #358 Fix `output.md`
* #352 Fix some typos in docstrings

### Breaking changes
* #357 The `_OFFBioTop` constructor now requires an `mdtraj.Topology` passed through the `mdtop` argumment.
* #363 This project is no longer tested on Python 3.7

### Bugfixes
* #351 Fix setting byte order while processing bytes to NumPy arrays
* #354 Fix positions processing in `Interchange.__add__`
* `e176033` Fixes nonbonded energies not being parsed while reporting energies from the OpenMM drver.

## 0.1.3 - 2021-11-12

Expand Down
1 change: 1 addition & 0 deletions openff/interchange/interoperability_tests/test_openmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def test_sigma_hole_example(self, parsley_with_sigma_hole):
assert abs(np.sum([p.charge for p in gmx_top.atoms])) < 1e-3
"""

@pytest.mark.skip("Broken with OpenFF Toolkit issue #1159")
def test_carbonyl_example(self, parsley_with_monovalent_lone_pair):
"""Test that a single-molecule DivalentLonePair example runs"""
mol = Molecule.from_smiles("CC=O")
Expand Down

0 comments on commit 49c3ee5

Please sign in to comment.