Releases: JuBiotech/calibr8
Releases · JuBiotech/calibr8
v7.1.2
This is a re-release of v7.1.2 after fixing the release pipeline.
What's Changed
- Bump contributor-assistant/github-action from 2.3.1 to 2.3.2 by @dependabot in #77
- Fixed various type hints by @michaelosthege in #78
Full Changelog: v7.1.1...v7.1.2
v7.1.1
What's Changed
- Adde CLA and cla-assistant workflow by @michaelosthege in #73
- Dealt with
pytest
andscipy
deprecation warnings by @dependabot and @michaelosthege in #75
Full Changelog: v7.1.0...v7.1.1
v7.1.0
What's Changed
- Refactored test skipping conditions to be more accurate by @michaelosthege in #62
- Removed backwards-compat with Aesara/PyMC v4 by @michaelosthege in #63
- Fixed type hints and robustified key model attributes/properties by @michaelosthege in #64
- Only check model class names for matches by @michaelosthege in #65
Full Changelog: v7.0.0...v7.1.0
v7.0.0
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) andpymc==5.0.0
(PyTensor graphs). Support forpymc3
(Theano graphs) was removed.
- No breaking changes to model functions!
Full Changelog: v6.6.1...v7.0.0
v6.6.1
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
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
What's Changed
- Add automated code style by @lhelleckes in #36
- Update citation instructions by @michaelosthege in #37
- Treat
ContinuousUnivariateInference
as property by @michaelosthege in #38 - Adapt docs release to latest version automatically by @lhelleckes in #41
- Unpin NumPy and SciPy versions by @michaelosthege in #42
- Run tests with latest PyMC release by @michaelosthege in #43
- Remove print from exponential model by @lhelleckes in #45
Full Changelog: v6.5.2...v6.5.3
v6.5.2
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 forsclae_degree
being ignored (see #33)
Full Changelog: v6.5.1...v6.5.2
v6.5.1
What's Changed
- Fix bug for fixed_intercept=0 in exponential by @lhelleckes in #30
Full Changelog: v6.5.0...v6.5.1
v6.5.0
What's Changed
- Reduce unnecessary job redundancy by @michaelosthege in #28
- Adding exponential base models by @lhelleckes in #29
Full Changelog: v6.4.0...v6.5.0