Skip to content

Commit 5c052f1

Browse files
committed
Release 0.2.3
1 parent b02d768 commit 5c052f1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,30 @@
22

33
## 0.2 series
44

5+
### 0.2.3
6+
7+
* Fixed validation failures in case of missing optional fields in visualization tables
8+
by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/214
9+
* Make validate_visualization_df work without matplotlib installation
10+
by @dweindl @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/215
11+
12+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.2.2...v0.2.3
13+
514
### 0.2.2
615

716
* Fixed IndexError with numpy 1.25.0 by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/209
817
* Made `SbmlModel.from_file(..., model_id)` optional by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/207
918

19+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.2.1...v0.2.2
20+
1021
### 0.2.1
1122

1223
Fixes:
1324
* Fixed an issue in `Problem.to_files(model_file=...)` (#204)
1425
* Fixed `PySBModel.get_parameter_value`, which incorrectly returned the parameter name instead of its value (#203)
1526

27+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.2.0...v0.2.1
28+
1629
### 0.2.0
1730

1831
Note: petab 0.2.0 requires Python>=3.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.2'
2+
__version__ = '0.2.3'

0 commit comments

Comments
 (0)