Skip to content

v1.2.0

Compare
Choose a tag to compare
@CosmoMatt CosmoMatt released this 21 Nov 16:11
· 106 commits to main since this release
6afa8b6

We have added support for new machine learning models, which learn the target distribution from a small subset of posterior samples. In this case we consider normalising flows (Real-NVP and Rational Quadratic Splines) though in later releases one could expand this to a larger set of models. This new functionality may be installed directly from pypi on macOS apple silicon devices and manylinux using pip install harmonic.

What's Changed

  • add normalising flows as target models (Real-NVP and Rational Quadratic Splines)
  • Retire existing classical models (e.g. hypersphere etc.) to model_legacy. Of course, all functionality is still available in this new location.

New Contributors

Full Changelog: v1.1.1...v1.2.0