Skip to content

Commit

Permalink
prepare release v0.5.2 (#1407)
Browse files Browse the repository at this point in the history
* Update Changelog and Version

---------

Co-authored-by: Fabian Fröhlich <fabian.frohlich@crick.ac.uk>
Co-authored-by: Maren Philipps <55318391+m-philipps@users.noreply.github.com>
  • Loading branch information
3 people committed May 31, 2024
1 parent 0b8417f commit e9c9949
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
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"

0 comments on commit e9c9949

Please sign in to comment.