Skip to content

Commit 3e36584

Browse files
committed
Update changelog, bump version
1 parent 51db0dd commit 3e36584

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# PEtab changelog
22

3+
## 0.5 series
4+
5+
### 0.5.0
6+
7+
**Fixes**
8+
* Circumvent `SettingWithCopyWarning`
9+
10+
by @m-philipps in https://github.com/PEtab-dev/libpetab-python/pull/306
11+
12+
* If `flatten_timepoint_specific_output_overrides` makes the visualization
13+
table invalid, remove it from `Problem`
14+
15+
by @m-philipps in https://github.com/PEtab-dev/libpetab-python/pull/316
16+
17+
**Features**
18+
19+
* Added `petab.v2.models` by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/302
20+
* Added `petab.v1.priors.priors_to_measurements(...)` for replacing
21+
`objectivePrior*` by observables/measurements
22+
23+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/309, https://github.com/PEtab-dev/libpetab-python/pull/315, https://github.com/PEtab-dev/libpetab-python/pull/317
24+
25+
* Make model id optional for `PySBModel`
26+
27+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/318
28+
29+
* Implemented `Model.__repr__`
30+
31+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/319
32+
33+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.4.1...v0.5.0
34+
335
## 0.4 series
436

537
This series contains many changes related to the new `petab.v2` subpackage. `petab.v2` should not be considered stable; the `petab.v2` API may change rapidly until we release libpetab-python v1.0.0.

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PEtab library version"""
2-
__version__ = "0.4.1"
2+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)