Skip to content

v1.3.0

Choose a tag to compare

@ColmTalbot ColmTalbot released this 15 Dec 15:19
· 6 commits to main since this release
bf5e40a

This is a minor version bump as various deprecated behaviour was removed, including some functionality in experimental that is no longer needed.

The only new feature is a NullHyperparameterLikelihood that imposes the variance cut in the HyperparameterLikelihood but otherwise matches the behaviour of the ZeroLikelihood.

What's Changed

  • MAINT: add joss paper information by @ColmTalbot in #128
  • DOC: add joss paper draft by @ColmTalbot in #98
  • TST: Add unit tests for spline spin models by @Copilot in #130
  • DEP: Remove deprecated things by @ColmTalbot in #131
  • BUG: Convert data to xp array in VT by @ColmTalbot in #132
  • FEAT: Add null likelihood by @asb5468 in #109
  • TST: Add tests for NullHyperparameterLikelihood variance and threshold behavior by @Copilot in #133

New Contributors

  • @Copilot made their first contribution in #130
  • @asb5468 made their first contribution in #109

Full Changelog: v1.2.1...v1.3.0