We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a10ace commit 8d3636cCopy full SHA for 8d3636c
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## 0.2 series
4
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
13
### 0.2.8
14
15
* Fixed pandas `FutureWarning` in `petab/visualize/lint.py`
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = "0.2.8"
+__version__ = "0.2.9"
0 commit comments