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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,17 @@ Please note that all releases prior to a version 1.0.0 are considered pre-releas
11
11
12
12
## Current development
13
13
14
+
## 0.3.6 - 2023-06-20
15
+
14
16
## Behavior changes
15
17
16
18
*#748 Resolves #747 in which exceptions inherited from `BaseException` against recommended practice. Exceptions now inherit from `InterchangeException` which itself inherits from `Exception`.
19
+
*#707 Overhauls the `openff.interchange.components._packmol` module.
20
+
21
+
### New features
22
+
23
+
*#731 Adds support for non-rectangular boxes in GROMACS export.
24
+
*#707 Improves error handling when attempting to export non-rectangular boxes to Amber and LAMMPS.
0 commit comments