Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v0.5.3 #1434

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading