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).