Skip to content

Releases: JuBiotech/calibr8

v7.2.0

15 Apr 16:35

Choose a tag to compare

What's Changed

  • Bump contributor-assistant/github-action from 2.3.2 to 2.4.0 by @dependabot[bot] in #80
  • Increment required/tested Python versions by @michaelosthege in #79
  • Bump contributor-assistant/github-action from 2.4.0 to 2.5.1 by @dependabot[bot] in #81
  • Bump contributor-assistant/github-action from 2.5.1 to 2.6.0 by @dependabot[bot] in #82
  • Bump contributor-assistant/github-action from 2.6.0 to 2.6.1 by @dependabot[bot] in #83
  • Fix pre-commit environment setup by @michaelosthege in #84
  • Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #85
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #86
  • Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #87
  • Bump actions and pre-commit hooks by @dependabot[bot] in #89
  • Use modern build system, require Python >=3.11, update doc notebooks by @michaelosthege in #90
    • ⚠️ Drops Python 3.10 support
    • ⚙️ Replaced setup.py by pyproject.toml
    • 🔄 Updated docs build environment
  • Remove deprecated loglikelihood kwargs by @michaelosthege in #91

Full Changelog: v7.1.2...v7.2.0

v7.1.2

07 May 08:04

Choose a tag to compare

This is a re-release of v7.1.2 after fixing the release pipeline.

What's Changed

Full Changelog: v7.1.1...v7.1.2

v7.1.1

13 Feb 17:16

Choose a tag to compare

What's Changed

Full Changelog: v7.1.0...v7.1.1

v7.1.0

03 Jul 14:58

Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.1.0

v7.0.0

14 Dec 19:12

Choose a tag to compare

What's Changed

  • Upgrades to dependencies and PyMC compatibility by @michaelosthege in #61
    • PyGMO integration was removed
    • Documentation notebooks were updated
    • Now testing with pymc==4.4.0 (Aesara graphs) and pymc==5.0.0 (PyTensor graphs). Support for pymc3 (Theano graphs) was removed.
  • No breaking changes to model functions!

Full Changelog: v6.6.1...v7.0.0

v6.6.1

09 Oct 23:22
37bfb11

Choose a tag to compare

What's Changed

  • Fixes saving and loading of models fitted with fit_scipy_global by @maxsiska in #57
  • Extract infer_independent implementation into a function by @michaelosthege in #60

Full Changelog: v6.6.0...v6.6.1

v6.6.0

02 Sep 10:25
7451458

Choose a tag to compare

What's Changed

  • Updated link to license (still on private repo) by @lhelleckes in #50
  • Scale warning by @maxsiska in #51 and #52
  • Added calibr8.fit_scipy_global for global optimization that doesn't need an initial guess by @maxsiska in #54

New Contributors

Full Changelog: v6.5.3...v6.6.0

v6.5.3

06 Jul 12:56

Choose a tag to compare

What's Changed

Full Changelog: v6.5.2...v6.5.3

v6.5.2

16 Mar 16:24
f263892

Choose a tag to compare

What's Changed

  • Fix math markup in markdown tables in the documentation (see #31).
  • Fixed a bug in BaseLogIndependentAsymmetricLogisticN.predict_dependent that lead to the last scale parameter for sclae_degree being ignored (see #33)

Full Changelog: v6.5.1...v6.5.2

v6.5.1

24 Feb 12:53

Choose a tag to compare

What's Changed

Full Changelog: v6.5.0...v6.5.1