File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 22
33## 0.2 series
44
5+ ### 0.2.5
6+
7+ * Customizable figure size
8+ by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/222
9+ * Handle missing ` nominalValue ` in ` Problem.get_x_nominal `
10+ by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/223
11+ * Fix pandas 2.1.0 ` FutureWarnings `
12+ by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/226
13+ * Add pre-commit-config, run black, isort, ...
14+ by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/225
15+ * Fix accessing ` preequilibrationConditionId ` without checking for presence
16+ by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/228
17+ * Startpoint sampling for a subset of parameters
18+ by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/230
19+ * Treat ` observableParameter ` overrides as placeholders in noise formulae
20+ by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/231
21+
22+ ** Full Changelog** : https://github.com/PEtab-dev/libpetab-python/compare/v0.2.4...v0.2.5
23+
524### 0.2.4
625
726* Made figure sizes for visualization functions customizable via ` petab.visualize.plotting.DEFAULT_FIGSIZE `
Original file line number Diff line number Diff line change 11"""PEtab library version"""
2- __version__ = "0.2.4 "
2+ __version__ = "0.2.5 "
You can’t perform that action at this time.
0 commit comments