Skip to content

Commit

Permalink
Updated version and changelog (#1434)
Browse files Browse the repository at this point in the history
Co-authored-by: Doresic <85789271+Doresic@users.noreply.github.com>
  • Loading branch information
PaulJonasJost and Doresic authored Jul 30, 2024
1 parent cda1cca commit 31d4414
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ Release notes
..........


0.5.3 (2024-08-01)
-------------------

* General
* Notebook on history usage and comparison of multiple results. (#1389)
* GHA/test improvements (#1423, #1408, #1430)
* Numpy 2.0 compatibility (#1420, #1433)
* PEtab
* Issue a warning if a fixed parameter has a prior defined (#1413)
* Update to libpetab 0.4.0 (#1422)
* Optimize
* Added a Result object with lazy hdf5 loading (#1421)
* RoadRunner
* Roadrunner handling of petab issue 0019 (#1419)
* Disentangle amici and roadrunner (#1429)
* Amici
* Require `return_dict` in `ObjectiveBase.call_unprocessed` (fixes AMICI posterior RData) (#1424)
* Hierarchical
* Visualize: visualization of estimated observable mapping (#1409)
* Hierarchical: avoid recomputing inner parameters if simulation failed (#1426)
* Visualization
* Fixing Aggregated Objective Visualisations (#1411)


0.5.2 (2024-05-27)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pypesto/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.5.3"

0 comments on commit 31d4414

Please sign in to comment.