Skip to content

0.2.0

Choose a tag to compare

@mphoward mphoward released this 26 Jul 18:25
· 39 commits to main since this release

Added

  • NumPy 2 is supported (#253).
  • Python 3.12 is supported (#256).
  • LAMMPS 2Aug2023 is tested (#256).
  • HOOMD 4 is supported (#257).

Fixed

  • Scale factors for steepest descent methods and line search to work as documented (#252). The steepest descent was previously off by a square root, and the line search did not use them.
  • README will display correctly on PyPI (#254).
  • Potential name clashes when loading from JSON files are resolved more robustly (#255). Names can now be overridden or ignored. This fixes rare issues iteratively loading files.