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
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,18 @@ Dates are given in YYYY-MM-DD format.
11
11
12
12
Please note that all releases prior to a version 1.0.0 are considered pre-releases and many API changes will come before a stable release.
13
13
14
-
## 0.3.23 - 2024-03-07
14
+
## 0.3.26 - 2024-04-16
15
+
16
+
*#952 Drops support for Python 3.9.
17
+
*#853 Better support LJPME in some GROMACS tests.
18
+
*#954 Fixes a broken link in plugin documentation.
19
+
*#963 Removes pre-set partial charges from host-guest example.
20
+
*#956 Adds another helper function for solvation in non-aqueous solvent.
21
+
*#946 Adds support for GROMACS's `3fad` virtual sites.
22
+
*#918 Improves storage of cosmetic attributes.
23
+
*#880 Improves virtual site example notebook.
24
+
25
+
## 0.3.25 - 2024-03-29
15
26
16
27
*#947 Fixes a bug in which virtual site parameters with identical SMIRKS would clash.
17
28
*#948 Updates the GAFF example.
@@ -51,8 +62,8 @@ Please note that all releases prior to a version 1.0.0 are considered pre-releas
51
62
52
63
## 0.3.20 - 2024-02-12
53
64
54
-
*#891 Adds support for hydrogen mass repartitioning (HMR) in GROMACS export. Note that this implementaiton never modifies masses in waters and requires the system contains no virtual sites.
55
-
*#887 Adds support for hydrogen mass repartitioning (HMR) in OpenMM export. Note that this implementaiton never modifies masses in waters and requires the system contains no virtual sites.
65
+
*#891 Adds support for hydrogen mass repartitioning (HMR) in GROMACS export. Note that this implementation never modifies masses in waters and requires the system contains no virtual sites.
66
+
*#887 Adds support for hydrogen mass repartitioning (HMR) in OpenMM export. Note that this implementation never modifies masses in waters and requires the system contains no virtual sites.
56
67
57
68
### 0.3.19 - 2024-02-05
58
69
@@ -497,14 +508,14 @@ This release supports Python 3.8 and 3.9; it may be compatible with older and ne
497
508
498
509
### Breaking changes
499
510
500
-
*#357 The `_OFFBioTop` constructor now requires an `mdtraj.Topology` passed through the `mdtop`argumment.
511
+
*#357 The `_OFFBioTop` constructor now requires an `mdtraj.Topology` passed through the `mdtop`argument.
501
512
*#363 This project is no longer tested on Python 3.7
502
513
503
514
### Bugfixes
504
515
505
516
*#351 Fix setting byte order while processing bytes to NumPy arrays
506
517
*#354 Fix positions processing in `Interchange.__add__`
507
-
*`e176033` Fixes nonbonded energies not being parsed while reporting energies from the OpenMM drver.
518
+
*`e176033` Fixes non-bonded energies not being parsed while reporting energies from the OpenMM driver.
508
519
509
520
## 0.1.3 - 2021-11-12
510
521
@@ -579,7 +590,7 @@ This pre-release of the OpenFF Interchange adds preliminary support for virtual
579
590
580
591
### Testing and reliability improvements
581
592
582
-
*#269 OpenEye toolkits are now used in automated testing by default.
593
+
*#269 OpenEye Toolkits are now used in automated testing by default.
583
594
*#281 Refactors the test suite into unit tests, interoperability tests, and energy comparison tests.
0 commit comments