Skip to content

Commit 2ec51e8

Browse files
authored
Merge pull request #454 from dweindl/release/0.7.0
Prepare v0.7.0
2 parents c2efc2b + 553cf1d commit 2ec51e8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## 0.7 series
4+
5+
## 0.7.0 series
6+
7+
**Fixes**
8+
9+
* Misc minor `petab.v2`
10+
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/445
11+
and https://github.com/PEtab-dev/libpetab-python/pull/450)
12+
* Fixed serialization of `priorParameters`
13+
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/449)
14+
15+
**Features**
16+
17+
* Added `PySBModel.to_str`
18+
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/451)
19+
* Added `id` field to `v2.ProblemConfig`
20+
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/442)
21+
* Updated `ExperimentsToEventsConverter` to changed initialization semantics
22+
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/443)
23+
* Added `v2.Problem.{get_output_parameters,get_x_nominal_dict}`
24+
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/447)
25+
* Extended PEtab v2 mapping table validation
26+
(by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/452)
27+
28+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.6.0...v0.7.0
29+
330
## 0.6 series
431

532
### 0.6.0

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""PEtab library version"""
22

3-
__version__ = "0.6.0"
3+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)