Fixes
- Handle
KeyErrorin CheckInitialChangeSymbols
(by @dweindl in #459) - Fix return type in
petab.v2.calculate
(by @dweindl in #464) - Implement sampling for v2 prior distributions
(by @dweindl in #461)
Features
- Add
v2.Problem.__repr__
(by @dweindl in #458) - Add
LogUniformdistribution
(by @dweindl in #465) - Add
v2.Problem.has_{map,ml}_objective
(by @dweindl in #463)
Other
- Require Python>=3.11 per nep-0029
(by @dweindl in #462) - v2: Remove
log10-normaldistribution per updated spec
(by @dweindl in #456) - Remove
petab.v2-is-experimental warnings
(by @dweindl in #457)
It still is, but we no longer spam users with warnings.
Full Changelog: v0.7.0...v0.8.0