Skip to content

Releases: JohnGoertz/Gumbi

Gumbi 0.2.0 (30 April 2023)

01 May 01:17
Compare
Choose a tag to compare

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)

08 Feb 22:47
Compare
Choose a tag to compare

What's Changed

  • Fixes to algebra handling for structured arrays.

Full Changelog: v0.1.10...v0.1.12

Gumbi 0.1.10 (28 February 2022)

28 Feb 15:58
Compare
Choose a tag to compare

What's Changed

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)

17 Feb 09:30
Compare
Choose a tag to compare

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)

16 Feb 12:49
bed8523
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.8

Gumbi 0.1.4 (2 February 2022)

02 Feb 14:35
Compare
Choose a tag to compare

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)

31 Jan 18:19
24546c2
Compare
Choose a tag to compare

Fixes cross_validate method of Regressor class, introducing some breaking changes to inputs and outputs.

What's Changed

Full Changelog: v0.1.2...v0.1.3

Gumbi 0.1.2 (14 December 2021)

14 Dec 23:10
Compare
Choose a tag to compare

Minor fixes.

Full Changelog: v0.1.1...v0.1.2

Gumbi 0.1.1 (26 November 2021)

26 Nov 21:22
Compare
Choose a tag to compare
v0.1.1

Fixes pypi setup errors