File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PEtab changelog
2
2
3
+ ## 0.3 series
4
+
5
+ ### 0.3.0
6
+
7
+ ** This release requires ` python>=3.10 ` **
8
+
9
+ ** Features**
10
+ * Visualization: Make line plot lines configurable via
11
+ `petab.visualize.plotter.measurement_line_kwargs and
12
+ ` petab.visualize.plotter.simulation_line_kwargs `
13
+ by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/254
14
+ * Validator: check that ` datasetId ` s referenced in visualization tables exists
15
+ in measurement tables
16
+ by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/255
17
+
18
+ ** Fixes**
19
+ * Drop an index if it's reset
20
+ by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/262
21
+
22
+ ## New Contributors
23
+ * @PaulJonasJost made their first contribution in https://github.com/PEtab-dev/libpetab-python/pull/250
24
+
25
+ ** Full Changelog** : https://github.com/PEtab-dev/libpetab-python/compare/v0.2.9...v0.3.0
26
+
3
27
## 0.2 series
4
28
5
29
### 0.2.9
Original file line number Diff line number Diff line change 1
1
"""PEtab library version"""
2
- __version__ = "0.2.9 "
2
+ __version__ = "0.3.0 "
You can’t perform that action at this time.
0 commit comments