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 220af4a commit ef072ddCopy full SHA for ef072dd
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## 0.2 series
4
5
+### 0.2.2
6
+
7
+* Fixed IndexError with numpy 1.25.0 by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/209
8
+* Made `SbmlModel.from_file(..., model_id)` optional by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/207
9
10
### 0.2.1
11
12
Fixes:
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.2.1'
+__version__ = '0.2.2'
0 commit comments