Skip to content

Commit

Permalink
Bump version, release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 18, 2023
1 parent f07c951 commit 097a15e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## 0.2 series

### 0.2.6

* Fixed `flatten_timepoint_specific_output_overrides` not supporting
observableParameter overrides as placeholders in noise formulae
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/235
* Visualization: fixed replicate sorting
by @plakrisenko in https://github.com/PEtab-dev/libpetab-python/pull/232
* Doc: Revised visualization examples
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/236

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

### 0.2.5

* Fix accessing `preequilibrationConditionId` without checking for presence
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.5"
__version__ = "0.2.6"

0 comments on commit 097a15e

Please sign in to comment.