Skip to content

Commit

Permalink
Bump version number, update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 16, 2024
1 parent 350ff6c commit 6da397a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## v0.X Series

### v0.25.2 (2024-06-16)

**Fixes**

* Fixed a bug in PEtab import which led to incorrect gradients
*w.r.t. estimated initial values specified via the condition table*
**BREAKING CHANGE**:
`amici.petab.sbml_import.{import_model_sbml,import_model}` no longer supports
passing individual PEtab tables, but only the PEtab problem object.
This functionality was deprecated since v0.12.0 (2022-08-26).
* Fixes for numpy 2.0 compatibility
**NOTE**: As long as some amici dependencies don't support numpy 2.0 yet,
you may need to pin numpy to <2.0 in your requirements
(`pip install amici "numpy<2.0"`).

**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.25.1...v0.25.2

### v0.25.1 (2024-05-16)

**Fixes**
Expand Down
1 change: 1 addition & 0 deletions documentation/rtd_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ git+https://github.com/readthedocs/readthedocs-sphinx-ext
ipykernel
-e git+https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab.git@master#subdirectory=src/python&egg=benchmark_models_petab
-e python/sdist/
numpy<2.0
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.1
0.25.2

0 comments on commit 6da397a

Please sign in to comment.