Skip to content

Commit 9fbf14c

Browse files
committed
Release 0.2.0
1 parent dc0be75 commit 9fbf14c

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

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

3+
## 0.2 series
4+
5+
### 0.2.0
6+
7+
Note: petab 0.2.0 requires Python>=3.9
8+
9+
Features:
10+
* Plot measurements for t = 'inf'
11+
by @plakrisenko in https://github.com/PEtab-dev/libpetab-python/pull/149
12+
* Added validation for visualization files
13+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/184
14+
https://github.com/PEtab-dev/libpetab-python/pull/189
15+
* Startpoints as dict
16+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/188
17+
* Residuals plot
18+
by @plakrisenko in https://github.com/PEtab-dev/libpetab-python/pull/187
19+
https://github.com/PEtab-dev/libpetab-python/pull/191
20+
* add goodness of fit plot
21+
by @plakrisenko in https://github.com/PEtab-dev/libpetab-python/pull/192
22+
* Add PySBModel for handling of PySB models
23+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/145
24+
25+
Fixes
26+
* Vis: Don't fail on missing simulations
27+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/185
28+
* prevent strings being parsed as nan in get_visualization_df
29+
by @plakrisenko in https://github.com/PEtab-dev/libpetab-python/pull/193
30+
* Fix get_model_for_condition
31+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/194
32+
* Simulator: rename measurement column to simulation
33+
by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/199
34+
* Fix sympy symbol name clashes
35+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/202
36+
37+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.1.30...v0.2.0
38+
339
## 0.1 series
440

541
### 0.1.30

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.1.30'
2+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)