Skip to content

Commit

Permalink
Bump version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 24, 2024
1 parent 8adf38c commit d8ad9b8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# PEtab changelog

## 0.3 series

### 0.3.0

**This release requires `python>=3.10`**

**Features**
* Visualization: Make line plot lines configurable via
`petab.visualize.plotter.measurement_line_kwargs and
`petab.visualize.plotter.simulation_line_kwargs`
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/254
* Validator: check that `datasetId`s referenced in visualization tables exists
in measurement tables
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/255

**Fixes**
* Drop an index if it's reset
by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/262

## New Contributors
* @PaulJonasJost made their first contribution in https://github.com/PEtab-dev/libpetab-python/pull/250

**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.2.9...v0.3.0

## 0.2 series

### 0.2.9
Expand Down
2 changes: 1 addition & 1 deletion petab/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PEtab library version"""
__version__ = "0.2.9"
__version__ = "0.3.0"

0 comments on commit d8ad9b8

Please sign in to comment.