File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.1 series
4
4
5
+ ### 0.1.30
6
+
7
+ Various smaller fixes:
8
+
9
+ * Vis: Handle missing data more gracefully by @dweindl
10
+ in https://github.com/PEtab-dev/libpetab-python/pull/175
11
+ * Fix test dependencies: scipy by @dweindl
12
+ in https://github.com/PEtab-dev/libpetab-python/pull/177
13
+ * Add ` petab.Problem.__str__ ` by @dweindl
14
+ in https://github.com/PEtab-dev/libpetab-python/pull/178
15
+ * Fix deprecated tight layout matplotlib by @yannikschaelte
16
+ in https://github.com/PEtab-dev/libpetab-python/pull/180
17
+ * Move tests to tox by @yannikschaelte
18
+ in https://github.com/PEtab-dev/libpetab-python/pull/182
19
+ * Update deprecated functions in tests by @yannikschaelte
20
+ in https://github.com/PEtab-dev/libpetab-python/pull/181
21
+ * Use petab identifier for combine archives by @fbergmann
22
+ in https://github.com/PEtab-dev/libpetab-python/pull/179
23
+
24
+ New Contributors
25
+ * @fbergmann made their first contribution
26
+ in https://github.com/PEtab-dev/libpetab-python/pull/179
27
+
28
+ ** Full Changelog** :
29
+ https://github.com/PEtab-dev/libpetab-python/compare/v0.1.29...v0.1.30
30
+
5
31
### 0.1.29
6
32
7
33
Features:
Original file line number Diff line number Diff line change 1
1
"""PEtab library version"""
2
- __version__ = '0.1.29 '
2
+ __version__ = '0.1.30 '
You can’t perform that action at this time.
0 commit comments