Skip to content

Commit

Permalink
Bump version; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Mar 6, 2024
1 parent 8a10ace commit 8d3636c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## 0.2 series

### 0.2.9

* Fixed a bug in `SbmlModel.get_free_parameter_ids_with_values` that led to
potentially wrong initial values in the parameter mapping for parameters that
are targets of `initialAssignment`s (the value from their `value` was taken
instead of the initial assignment)
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/248

### 0.2.8

* Fixed pandas `FutureWarning` in `petab/visualize/lint.py`
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.8"
__version__ = "0.2.9"

0 comments on commit 8d3636c

Please sign in to comment.