Skip to content

0.4.0

Compare
Choose a tag to compare
@mphoward mphoward released this 31 Mar 13:59
· 35 commits to main since this release

Added

  • Snapshot can be created from and converted to a GSD HOOMD frame.
  • Package version is embedded in __version__.

Changed

  • Python 3.11 is supported and tested.
  • Code style is enforced using black and flake8. Developers should install
    requirements-dev.txt and configure pre-commit.
  • Classes are broken into modules for readability. The user API does not change.
  • NumPy arrays use float and int as data types instead of specified precision.