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
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,14 @@ Releases follow the `major.minor.micro` scheme recommended by [PEP440](https://w
6
6
*`minor` increments add features but do not break API compatibility
7
7
*`micro` increments represent bugfix releases or improvements in documentation
8
8
9
-
## Current development
10
-
11
-
### API-breaking changes
12
-
13
-
### Behavior changes
9
+
## 0.17.1
14
10
15
11
### Bugfixes
16
12
-[PR #2107](https://github.com/openforcefield/openff-toolkit/pull/2107): Fixes [Issue #2093](https://github.com/openforcefield/openff-toolkit/issues/2093), where in rare cases `Topology.from_pdb` would mangle the order/coordinates of loaded atoms, by making it raise a `PDBMoleculeHasNoncontiguousAtomIndicesError` instead.
17
13
-[PR #2109](https://github.com/openforcefield/openff-toolkit/pull/2109): Fixes [Issue #2108](https://github.com/openforcefield/openff-toolkit/issues/2108) by updating tests to reflect that smirnoff99Frosst is no longer installed as a dependency of the OpenFF Toolkit.
18
14
19
-
20
-
### New features
21
-
22
15
### Improved documentation and warnings
23
-
16
+
-[PR #2111](https://github.com/openforcefield/openff-toolkit/pull/2111): Formats and cleans up pyproject.toml.
0 commit comments