Skip to content

Commit

Permalink
0.13.1 releasenotes (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags authored May 31, 2023
1 parent d3a8b60 commit 49f84c6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/releasehistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 49f84c6

Please sign in to comment.