Skip to content

Commit

Permalink
prepare release v0.5.4 (#1469)
Browse files Browse the repository at this point in the history
* Updated changelog and readthedocs

* Fixed typo

* Updated Readme

* Updated changelog

* Updated changelog

* Updated Changelog
  • Loading branch information
PaulJonasJost authored Oct 30, 2024
1 parent a187c81 commit a82e637
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,35 @@ Release notes
..........


0.5.4 (2024-10-19)
-------------------

- **Breaking Changes**
- Remove Aesara support (#1453, #1455)
- General
- CI improvements (#1436, #1437, #1438, #1439, #1440, #1443, #1473, #1484, #1486, #1490, #1485)
- Update references/documentation (#1404, #1456, #1474, #1479, #1483, #1470, #1498)
- Profile
- Improve Profiling Code (#1447)
- Visualize
- allow log and/or linear scale for visualization (#1435)
- More informative error message for start indices. (#1472)
- Optimization
- SacessOptimizer: Fix acceptance threshold for objective improvement (#1457)
- SacessOptimizer: expose more hyperparameters + minor fixes (#1459, #1476)
- SacessOptimizer, ESSOptimizer: Bound-normalize parameters for proximity check (#1462)
- ESSOptimizer: Fix bug in recombination and go-beyond (#1477, #1480)
- Objective
- FD-objective correctly working with fixed parameters (#1446)
- Petab Importer reforge (#1442, #1502)
- Use cloudpickle for serializing NegLogParameterPriors (#1467)
- Update PEtab.jl integration to match version 3.X (#1489)
- Sampling
- Bayes Factor Tutorial (#1444)
- Ensemble
- Added HPD calculation to ensemble (#1431)


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

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.3"
__version__ = "0.5.4"

0 comments on commit a82e637

Please sign in to comment.