File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed
Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 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+
35+ ** Full Changelog** : https://github.com/PEtab-dev/libpetab-python/compare/v0.1.30...v0.2.0
36+
337## 0.1 series
438
539### 0.1.30
Original file line number Diff line number Diff line change 11"""PEtab library version"""
2- __version__ = '0.1.30 '
2+ __version__ = '0.2.0 '
You can’t perform that action at this time.
0 commit comments