Skip to content

Commit

Permalink
Prepare release 0.2.16 (#1020)
Browse files Browse the repository at this point in the history
* initial commit

* Updated changelog and version

* Updated changelog
  • Loading branch information
PaulJonasJost authored Feb 21, 2023
1 parent e8c63ba commit 591ff47
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,34 @@ Release notes
..........


0.2.16 (2023-02-14)
-------------------

* Optimize:
* sacess optimizer (#988, #997)
* Warn only once if using ineffiecient objective settings (#996)
* Hierarchical Optimization (#1006)
* Fix cma documentation (#987)
* Sampling:
* Dynesty sampler (#1002)
* Fix test/sample/test_sample.py::test_samples_cis failures (#1004)
* Visualization:
* Fix misuse of start indices in waterfall plot (#1000)
* Fix large function values in clustering for visualizations (#999)
* parameter correlation diverging color scheme (#1009)
* Optimization Parameter scatter plot (#1015)
* Profiling:
* added option to profile the whole parameter bounds. (#1014)
* General
* Add CODEOWNERS (#1001)
* Add list of publications using pypesto (#1008)
* allow passing results to __init__ of pypesto.Result (#998)
* Updated flake8 to ignore Error B028 from bugbear until support for python 3.8 runs out. (#1005)
* black update (#1010)
* Doc typo fixes (#995)
* Doc: Install amici on RTD (#1016)


0.2.15 (2022-12-21)
-------------------

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.2.15"
__version__ = "0.2.16"

0 comments on commit 591ff47

Please sign in to comment.