File tree Expand file tree Collapse file tree 2 files changed +35
-2
lines changed
Expand file tree Collapse file tree 2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 11# PEtab changelog
22
3+
4+ ## 0.8 series
5+
6+ ### 0.8.0
7+
8+ ** Fixes**
9+ * Handle ` KeyError ` in CheckInitialChangeSymbols
10+ (by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/459 )
11+ * Fix return type in ` petab.v2.calculate `
12+ (by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/464 )
13+ * Implement sampling for v2 prior distributions
14+ (by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/461 )
15+
16+ ** Features**
17+ * Add ` v2.Problem.__repr__ `
18+ (by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/458 )
19+ * Add ` LogUniform ` distribution
20+ (by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/465 )
21+ * Add ` v2.Problem.has_{map,ml}_objective `
22+ (by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/463 )
23+
24+ ** Other**
25+ * Require Python>=3.11 per nep-0029
26+ (by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/462 )
27+ * v2: Remove ` log10-normal ` distribution per updated spec
28+ (by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/456 )
29+ * Remove ` petab.v2 ` -is-experimental warnings
30+ (by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/457 )
31+ It still is, but we no longer spam users with warnings.
32+
33+ ** Full Changelog** : https://github.com/PEtab-dev/libpetab-python/compare/v0.7.0...v0.8.0
34+
35+
336## 0.7 series
437
5- ## 0.7.0 series
38+ ### 0.7.0
639
740** Fixes**
841
Original file line number Diff line number Diff line change 11"""PEtab library version"""
22
3- __version__ = "0.7 .0"
3+ __version__ = "0.8 .0"
You can’t perform that action at this time.
0 commit comments