Skip to content

Commit d8ad9b8

Browse files
committed
Bump version number, update changelog
1 parent 8adf38c commit d8ad9b8

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# PEtab changelog
22

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+
327
## 0.2 series
428

529
### 0.2.9

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PEtab library version"""
2-
__version__ = "0.2.9"
2+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)