From 49f84c6e85c2fd2b20df7552bc7672eae653e117 Mon Sep 17 00:00:00 2001 From: Jeff Wagner Date: Wed, 31 May 2023 14:27:48 -0700 Subject: [PATCH] 0.13.1 releasenotes (#1628) --- docs/releasehistory.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/releasehistory.md b/docs/releasehistory.md index e1658e886..c2d20138c 100644 --- a/docs/releasehistory.md +++ b/docs/releasehistory.md @@ -6,11 +6,7 @@ Releases follow the `major.minor.micro` scheme recommended by [PEP440](https://w * `minor` increments add features but do not break API compatibility * `micro` increments represent bugfix releases or improvements in documentation -## Current Development - - -### New features - +## 0.13.1 ### Behavior changes - [PR #1619](https://github.com/openforcefield/openff-toolkit/pull/1619): Fixes **silent error** [#1618](https://github.com/openforcefield/openff-toolkit/issues/1618), by making partial_charges.setter more comprehensive in type and shape checking. @@ -20,12 +16,6 @@ Releases follow the `major.minor.micro` scheme recommended by [PEP440](https://w - [PR #1617](https://github.com/openforcefield/openff-toolkit/pull/1617): Fixes [#1616](https://github.com/openforcefield/openff-toolkit/issues/1616), by converting NAGL charges to float and converting partial_charges to float before converting to_openeye() - [PR #1622](https://github.com/openforcefield/openff-toolkit/pull/1622): Fixes [#1621](https://github.com/openforcefield/openff-toolkit/issues/1621) and [#1346](https://github.com/openforcefield/openff-toolkit/issues/1347) in which some file-loading methods would fail on `pathlib.Path`. -### Improved documentation and warnings - - -### Examples updates - - ## 0.13.0 ### New features