Skip to content

Commit 09012c6

Browse files
committed
DOC: Stage release 0.4.3
1 parent 8af3799 commit 09012c6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/releasehistory.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,20 @@ Please note that all releases prior to a version 1.0.0 are considered pre-releas
1515

1616
### New features
1717

18+
* #1174 Support Python 3.13.
1819
* #1216 Type labels can (optionally) be included in LAMMPS files.
1920
* #1250 Allow `Interchange.combine` to proceed when cutoffs differ by up to 1e-6 nanometers.
2021
* #1219 Adds `SMIRNOFFElectrostaticsCollection.get_charge_array`.
2122

2223
### Behavior changes
2324

24-
* #1194 Drop support for Python 3.10
25+
* #1194 Drop support for Python 3.10.
2526
* #1137 Internally use `openmm.LangevinMiddleIntegrator`, including in the OpenMM driver.
2627
* #1186 `GROMACSSystem.molecules` is changed from a dictionary to a list of tuples.
2728
* #1192 `Interchange.to_pdb` now uses `ensure_unique_atom_names="residues"` when writing PDB files, matching longstanding behavior of the toolkit. For more flexibility, use the `Interchange.topology` and options provided by `openff.toolkit.Topology.to_file`.
28-
* #1203 Hybrid pair styles, which were never necessary, are no longer used in LAMMPS files.
29+
* #1205 Hybrid pair styles, which were never necessary, are no longer used in LAMMPS files.
2930
* #1215 The `topology` argument to `Interchange.from_openmm` is now strictly required. Previously, it could be `None` but would error.
31+
* #1225 Treat asterisks as comments in GROMACS files.
3032

3133
### Bug fixes
3234

@@ -37,6 +39,11 @@ Please note that all releases prior to a version 1.0.0 are considered pre-releas
3739
### Miscellaneous improvements
3840

3941
* #1243 Use `pyedr` instead of `panedr` for quicker processing of GROMACS energy files.
42+
* #1229 Improve detailed energy reporting.
43+
* #1175 Make the system in the protein-ligand example charge-neutral.
44+
* #1183 Remove warning about use of `Interchange.combine`.
45+
* #1241 Document how to control GROMACS molecule names.
46+
* #1224 Improve errors when parsing GROMACS files.
4047

4148
## 0.4.2 - 2025-02-26
4249

0 commit comments

Comments
 (0)