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 b9294e6 commit 17c9eaaCopy full SHA for 17c9eaa
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
## 0.1 series
4
5
+### 0.1.24
6
+
7
+* Added method to generate condition-specific SBML models by @dweindl in
8
+ https://github.com/PEtab-dev/libpetab-python/pull/108
9
+* GHA: Regular package installation instead of -e by @dweindl in
10
+ https://github.com/PEtab-dev/libpetab-python/pull/106
11
+* Fixed unclosed file warnings by @dilpath in
12
+ https://github.com/PEtab-dev/libpetab-python/pull/107
13
14
+**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.1.23...v0.1.24
15
16
### 0.1.23
17
18
* Added command line interface for plotting by @dweindl in
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.1.23'
+__version__ = '0.1.24'
0 commit comments