Skip to content

Commit

Permalink
Merge pull request #1432 from ICB-DCM/develop
Browse files Browse the repository at this point in the history
Release 0.5.3
  • Loading branch information
PaulJonasJost authored Jul 30, 2024
2 parents d38005e + 31d4414 commit ead29b3
Show file tree
Hide file tree
Showing 69 changed files with 2,039 additions and 362 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch", "version-update:semver-minor"]
target-branch: "develop"
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
1 change: 1 addition & 0 deletions doc/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Algorithms and features
example/sampler_study.ipynb
example/sampling_diagnostics.ipynb
example/store.ipynb
example/history_usage.ipynb
example/model_selection.ipynb
example/julia.ipynb
example/relative_data.ipynb
Expand Down
Loading

0 comments on commit ead29b3

Please sign in to comment.