Releases: JohnGoertz/Gumbi
Releases · JohnGoertz/Gumbi
Gumbi 0.2.0 (30 April 2023)
What's Changed
- Migrated to PyMC (5.3.1)
- Dependency on numpy 1.19.3 removed
- Kernel choice expanded
- Custom Periodic kernel implemented
Full Changelog: v0.1.17...v0.2.0
Gumbi 0.1.12 (8 February 2023)
Gumbi 0.1.10 (28 February 2022)
What's Changed
- Minor refactors and allows toggling ARD kernel by @JohnGoertz in #19
- Retrofits onto Python 3.7 by @JohnGoertz in #20
The biggest change is now the required Python version is >= 3.7, instead of 3.9 as it was before.
Full Changelog: v0.1.9...v0.1.10
Gumbi 0.1.9 (17 February 2022)
Full Changelog: v0.1.8...v0.1.9
-
Updates manifest and adds init to fix install issues (see #15)
-
Re-introduces ARD kernel, allows turning on/off
Gumbi 0.1.8 (16 February 2022)
What's Changed
- Adds posterior and posterior predictive sampling methods, implements
build_latent
by @JohnGoertz in #16 - Bugfix for #16 by @JohnGoertz in #17
Full Changelog: v0.1.6...v0.1.8
Gumbi 0.1.4 (2 February 2022)
Removes hard cap on numpy version, issues a warning if mvup.cov or mvup.dist are called while numpy > 1.19.3.
Full Changelog: v0.1.3...v0.1.4
Gumbi 0.1.3 (31 January 2022)
Fixes cross_validate
method of Regressor
class, introducing some breaking changes to inputs and outputs.
What's Changed
- Update notebooks by @JohnGoertz in #1
- Merge v0.1.2 by @JohnGoertz in #2
- Refactors and fixes cross_validate. See #4. by @JohnGoertz in #5
Full Changelog: v0.1.2...v0.1.3
Gumbi 0.1.2 (14 December 2021)
Minor fixes.
Full Changelog: v0.1.1...v0.1.2
Gumbi 0.1.1 (26 November 2021)
v0.1.1 Fixes pypi setup errors