Skip to content

Commit ee96a1d

Browse files
committed
Update changelog
1 parent 11db39d commit ee96a1d

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

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

3+
## 0.6 series
4+
5+
### 0.6.0
6+
7+
**Fixes**
8+
9+
* Store problem configuration in `Problem` by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/326
10+
* Fix `get_required_parameters_for_parameter_table` by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/340
11+
* Fix `Prior.from_par_dict` for missing `priorParameters` columns by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/341
12+
* Fix petablint v2 warning by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/342
13+
* Doc: fix deprecated petablint invocation by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/343
14+
* Fix v2 import Deprecation warning by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/346
15+
* petab.calculate: compare all common columns by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/347
16+
* Fix version checks by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/350
17+
* Create output directories in `write_*_df` by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/352
18+
* lint: Don't fail on missing `noiseFormula` by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/367
19+
* Handle `observableTransformation` in `petab.v1.simulate.sample_noise` by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/383
20+
* Plot without vis spec without `ids_per_plot` by @PaulJonasJost in https://github.com/PEtab-dev/libpetab-python/pull/386
21+
* Fixed residual calculation in `v1.calculate` by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/395
22+
* Fix `goodness_of_fit` plot and add color parameter by @plakrisenko in https://github.com/PEtab-dev/libpetab-python/pull/402
23+
* Allow empty string "" in columns to be overridden with default values in priors by @PaulJonasJost in https://github.com/PEtab-dev/libpetab-python/pull/384
24+
25+
**Features**
26+
27+
* Substantially extended and updated `petab.v2` for working with PEtab v2 problems.
28+
29+
PEtab v2 is still in [draft](https://petab.readthedocs.io/en/latest/v2/documentation_data_format.html) stage -- feedback is welcome!
30+
31+
At least until PEtab v2 is finalized, the `petab.v2` API may change rapidly, and should not be considered stable.
32+
33+
* Implement proper truncation for prior distributions (parameter bounds now truncate the prior distribution instead of putting extra probability mass on the bounds) by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/335
34+
* SbmlModel enhancements by @fbergmann in https://github.com/PEtab-dev/libpetab-python/pull/333
35+
* Added `SbmlModel.from_antimony` by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/331
36+
* Add SbmlModel.{to_antimony,to_sbml_str} by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/371
37+
* Enable passing the base path to Problem.from_yaml by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/327
38+
* Functions for adding conditions/observables/parameter to Problem by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/328
39+
* Add `evaluate: bool` argument to math parser by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/365
40+
* Add petab-compatible sympy string-printer by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/364
41+
* Prettify linter output by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/401
42+
43+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.5.0...v0.6.0
44+
345
## 0.5 series
446

547
### 0.5.0

0 commit comments

Comments
 (0)