Skip to content

Commit

Permalink
Update changelog, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jul 7, 2022
1 parent 920450f commit f0844e1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

## v0.X Series

### v0.11.30 (2022-07-07)

Features:
* Allow overriding model name during PySB import by @dweindl in
https://github.com/AMICI-dev/AMICI/pull/1801
* Added __repr__ for parameter mapping classes by @dweindl in
https://github.com/AMICI-dev/AMICI/pull/1799
* More informative warning messages for NaNs/Infs by @dweindl in
https://github.com/AMICI-dev/AMICI/pull/1798
* Moved `sim_steps` increment by @plakrisenko in
https://github.com/AMICI-dev/AMICI/pull/1806
* Re-arranged application of parameters from `ExpData` to avoid initial
sensitivities error by @dilpath in
https://github.com/AMICI-dev/AMICI/pull/1805
* Checking for unused parameters in `simulate_petab` by @dweindl in
https://github.com/AMICI-dev/AMICI/pull/1816
* Add `create_parameter_mapping` kwarg forwarding by @dweindl in
https://github.com/AMICI-dev/AMICI/pull/1820

Other
* Remove `constant_species_to_parameters` by @dweindl in
https://github.com/AMICI-dev/AMICI/pull/1809

Fixes
* Fixed handling of SBML models given as `pathlib.Path` in
`petab_import.import_model_sbml by @dweindl in
https://github.com/AMICI-dev/AMICI/pull/1808
* Fixed missing CPU time reset by @dweindl in
https://github.com/AMICI-dev/AMICI/pull/1814
* Raise in `simulate_petab` with `scaled_parameters=True`
`problem_parameters=None` by @dweindl in
https://github.com/AMICI-dev/AMICI/pull/1819

...

**Full Changelog**:
https://github.com/AMICI-dev/AMICI/compare/v0.11.29...v0.11.30

### v0.11.29 (2022-05-06)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.29
0.11.30

0 comments on commit f0844e1

Please sign in to comment.