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 0.5.2 #1407

Merged
merged 4 commits into from
May 31, 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
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@ Release notes
..........


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

* **New Feature**: Variational inference with PyMC (#1306)
* PEtab
* Import of petab independent of amici (#1355)
* Problem
* Added option to sample startpoints for a problem, from the problem directly. (#1364)
* More detailed defaults for problem.get_full_vector (#1393)
* Save pypesto and python version to the problem. (#1382)
* Objective
* Fix calling priors in sampling with fixed parameters (#1378)
* Fix JaxObjective (#1400)
* Optimize
* ESS optimizers: suppress divide-by-zero warnings; report n_eval (#1380)
* SacessOptimizer: collect worker stats (#1381)
* Add load method to Hdf5AmiciHistory (#1370)
* Hierarchical
* Relative: fix log of zero for default 0 sigma values (#1377)
* Sample
* Fix pypesto.sample.geweke_test.spectrum for nfft<=3 (#1388)
* Visualize
* Handle correlation plot with nans (#1365)
* General
* Remove scipy requirement from pypesto[pymc] (#1376)
* Require and test python >=3.10 according to NEP 29 (#1379)
* Fix various warnings (#1384)
* Small changes to GHA actions and tests (#1386, #1387, #1402, #1385)
* Improve Documentation (#1394, #1391, #1399, #1292, #1390)


0.5.0 (2024-04-10)
-------------------

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.1"
__version__ = "0.5.2"
Loading