Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@TomMonks TomMonks released this 30 Jul 14:28
2d58a11

Changed

  • ENV: Development environment upgraded to Python 3.11 and libraries as of July 2024.

Added

  • BUILD: pyproject.toml added in migration from setuptools to hatch for package build and test management.

Removed

  • BUILD: setup.py, requirements.txt, MANIFEST.in no longer needed with hatch build backend.

Fixed

  • TESTING: np.NAN -> np.nan and np.Inf -> np.inf. The original constants have been deprecated in numpy
  • MODEL: auto_naive error message patch.