Skip to content

Commit

Permalink
bump version; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath committed Dec 12, 2023
1 parent 9c23a21 commit 5ca3b48
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## 0.2 series

### 0.2.5

* Customizable figure size
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/222
* Handle missing `nominalValue` in `Problem.get_x_nominal`
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/223
* Fix pandas 2.1.0 `FutureWarnings`
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/226
* Add pre-commit-config, run black, isort, ...
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/225
* Fix accessing `preequilibrationConditionId` without checking for presence
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/228
* Startpoint sampling for a subset of parameters
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/230
* Treat `observableParameter` overrides as placeholders in noise formulae
by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/231

**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.2.4...v0.2.5

### 0.2.4

* Made figure sizes for visualization functions customizable via `petab.visualize.plotting.DEFAULT_FIGSIZE`
Expand Down
2 changes: 1 addition & 1 deletion petab/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PEtab library version"""
__version__ = "0.2.4"
__version__ = "0.2.5"

0 comments on commit 5ca3b48

Please sign in to comment.