Skip to content

Commit 8d3636c

Browse files
committed
Bump version; update changelog
1 parent 8a10ace commit 8d3636c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## 0.2 series
44

5+
### 0.2.9
6+
7+
* Fixed a bug in `SbmlModel.get_free_parameter_ids_with_values` that led to
8+
potentially wrong initial values in the parameter mapping for parameters that
9+
are targets of `initialAssignment`s (the value from their `value` was taken
10+
instead of the initial assignment)
11+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/248
12+
513
### 0.2.8
614

715
* Fixed pandas `FutureWarning` in `petab/visualize/lint.py`

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PEtab library version"""
2-
__version__ = "0.2.8"
2+
__version__ = "0.2.9"

0 commit comments

Comments
 (0)