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 93f9050 commit ca4ab1fCopy full SHA for ca4ab1f
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## 0.2 series
4
5
+### 0.2.1
6
+
7
+Fixes:
8
+* Fixed an issue in `Problem.to_files(model_file=...)` (#204)
9
+* Fixed `PySBModel.get_parameter_value`, which incorrectly returned the parameter name instead of its value (#203)
10
11
### 0.2.0
12
13
Note: petab 0.2.0 requires Python>=3.9
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.2.0'
+__version__ = '0.2.1'
0 commit comments