* Update to partial fit to respect validation data
0.5.3
* Allow NAN as input * Poetry update
0.5.2
* Support for Numpy 2.0 * Value error fix * Linting updates
0.5.1
* Adds support for NormalFixedMean distribution * Updates to makefile for easier publishing
0.5.0
Drops support for python 3.7 and 3.8 Now supports Python 3.11 and 3.12 Fixed issue with np.bool Optimized memory usage in pred-dist Removed declared pandas dependency Significant improvements to run times on tests during development Minor enhancements to github actions
0.4.2
Fix deprecated numpy type alias. This was causing a warning with NumPy >=1.20 and an error with NumPy >=1.24 Remove pandas as a declared dependency