Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 11, 2024
1 parent 51db0dd commit 3e36584
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# PEtab changelog

## 0.5 series

### 0.5.0

**Fixes**
* Circumvent `SettingWithCopyWarning`

by @m-philipps in https://github.com/PEtab-dev/libpetab-python/pull/306

* If `flatten_timepoint_specific_output_overrides` makes the visualization
table invalid, remove it from `Problem`

by @m-philipps in https://github.com/PEtab-dev/libpetab-python/pull/316

**Features**

* Added `petab.v2.models` by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/302
* Added `petab.v1.priors.priors_to_measurements(...)` for replacing
`objectivePrior*` by observables/measurements

by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/309, https://github.com/PEtab-dev/libpetab-python/pull/315, https://github.com/PEtab-dev/libpetab-python/pull/317

* Make model id optional for `PySBModel`

by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/318

* Implemented `Model.__repr__`

by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/319

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

## 0.4 series

This series contains many changes related to the new `petab.v2` subpackage. `petab.v2` should not be considered stable; the `petab.v2` API may change rapidly until we release libpetab-python v1.0.0.
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.4.1"
__version__ = "0.5.0"

0 comments on commit 3e36584

Please sign in to comment.