v1.3.0
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
Full Changelog: v1.2.1...v1.3.0