Releases: alchemistry/alchemtest
Releases · alchemistry/alchemtest
0.8.0
Release with new AMBER tests files (with intentional errors to test error handling).
What's Changed
- added tests for the new regex by @DrDomenicoMarson in #86
Full Changelog: 0.7.1...0.8.0
0.7.1
0.7.0
Changes
- follow NEP 29 and removed support for Python 2.x and Python ≤3.6: Support Python ≥ 3.7 (tested up to 3.11) (see #77)
New data files
- additional AMBER data files with incomplete or partially corrupted content to test failure (available in
alchemtest.amber.load_testfiles()
) (#69).
Deprecations
alchemtest.amber.load_invalidfiles()
is deprecated and will be removed. Usealchemtest.amber.load_testfiles()
instead (#65).
0.7.0rc1
0.6.0
0.5.0
New datasets and almost fully tested.
This release still supports legacy versions of Python (2.7, 3.5, 3.6) but future versions of alchemtest will not actively pursue supporting legacy versions and adopt NEP 29 (in line with alchemlyb, see alchemistry/alchemlyb#140).
0.4.0
0.3.0
0.2.0 release candidate 1
New test data sets for
- Amber TI and FEP
- Gromacs Extended Ensemble
- NAMD FEP
This is a first release candidate and probably identical to the final 0.2.0 release.