File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
1223Fixes:
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
1831Note: petab 0.2.0 requires Python>=3.9
Original file line number Diff line number Diff line change 11"""PEtab library version"""
2- __version__ = '0.2.2 '
2+ __version__ = '0.2.3 '
You can’t perform that action at this time.
0 commit comments