Skip to content

Commit baeb4a5

Browse files
authored
Update changelog, bump version (#467)
1 parent 1e20a12 commit baeb4a5

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,41 @@
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

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""PEtab library version"""
22

3-
__version__ = "0.7.0"
3+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)