Skip to content

Commit 4f9613a

Browse files
committed
add whitespace to changelog
1 parent 03e244b commit 4f9613a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### 0.4.0
66

77
**Prepare for PEtab v2**
8+
89
To enable ongoing support for PEtab v1, while "forking" the v1 code for PEtab v2, the old code base is now available at `petab.v1`, and the new code base will be at `petab.v2`. For now, old `import petab.*` statements still work, but are marked as deprecated, and `import petab.v1.*` should be used instead. `petablint` will be designed for use with only full PEtab problems in future too, rather than individual tables -- partial problems will be supported to validate individual tables.
910

1011
* Add PEtab math parser and sympy converter by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/260
@@ -16,6 +17,7 @@ To enable ongoing support for PEtab v1, while "forking" the v1 code for PEtab v2
1617
* Fix imports related to v1 subpackage by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/293
1718

1819
**Validation**
20+
1921
Validation will become increasingly atomic and OOP, to support extension-specific validation in PEtab v2.
2022

2123
* Validator: check for positive bounds for log-scaled parameter by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/278
@@ -24,19 +26,23 @@ Validation will become increasingly atomic and OOP, to support extension-specifi
2426
* New validation API by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/288
2527

2628
**Packaging and CI**
29+
2730
* setup.py -> pyproject.toml by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/275
2831
* Ruff pyupgrade: python3.10 by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/276
2932

3033
**Documentation**
34+
3135
* Doc: fix formatting / missing type annotations by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/292
3236
* Doc: versioning and deprecation policy by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/277
3337

3438
**Other changes**
39+
3540
* Simplify yaml schema by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/264
3641
* Handle numpy types in sympify_petab by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/294
3742
* New `get_path_prefix` method to get the base path for relative paths in PEtab problem YAML by @dweindl in https://github.com/PEtab-dev/libpetab-python/pull/280
3843

3944
**New Contributors**
45+
4046
* @dependabot made their first contribution in https://github.com/PEtab-dev/libpetab-python/pull/267
4147

4248
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.3.0...v0.4.0

0 commit comments

Comments
 (0)