Skip to content

v0.8.1

Compare
Choose a tag to compare
@ejolly ejolly released this 08 Sep 18:02
· 6 commits to master since this release

Compatibility Updates

  • This version includes a noarch build that should be installable on arm-based macOS platforms (e.g. M1, M2, etc)
  • This version drops support for Python 3.7 and adds support for 3.9-3.11

Breaking changes

  • This version also uses joblib for model saving and loading and drops supported hdf5 files previously handled with the deepdish library as it is no longer actively maintained. This means that 0.8.1 will not be able to load models saved with earlier versions of pymer4!

Fixes