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 607c0ca commit 2687841Copy full SHA for 2687841
CHANGELOG.md
@@ -2,14 +2,23 @@
2
3
## 0.1 series
4
5
+### 0.1.12
6
+
7
+* Documentation update:
8
+ * Added SBML2Julia to list of tools supporting PEtab
9
+ * Extended PEtab introduction
10
+ * Tutorial for creating PEtab files
11
+* Minor fix: Default argument for optional 'model' parameter in
12
+ `petab.lint.check_condition_df`` (#477)
13
14
### 0.1.11
15
16
* Function for generating synthetic data (#472)
17
* Minor documentation updates (#470)
18
19
### 0.1.10
20
-*Fixed deployment setup, no further changes.*
21
+* Fixed deployment setup, no further changes.*
22
23
### 0.1.9
24
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.1.11'
+__version__ = '0.1.12'
0 commit comments