Skip to content

Commit

Permalink
update changelog+version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikschaelte committed Oct 2, 2023
1 parent 46992b7 commit 7458d04
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
36 changes: 32 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,38 @@ Release notes
..........


0.3.2 (2023-10-02)
------------------

* Visualize:
* Restrict fval magnitude in waterfall with order_by_id (#1090)
* Hierarchical parameter plot fix (#1106)
* Fix y-limits on waterfall (#1109)
* Sampling:
* Use cloudpickle for pickling dynesty sampler (#1094)
* Optimize
* Small fix on hierarchical initialise (#1095)
* Fix startpoint sampling for hierarchical optimization #1105)
* SacessOptimizer: retry reading, delay deleting (#1110)
* SacessOptimizer: Fix logging with multiprocessing (#1112)
* SacessOptimizer: tmpdir option (#1115)
* Storage:
* fix storage (#1099)
* Examples
* Notebook on differences (#1098)
* Problem
* Add startpoint_method to Problem (#1093)
* General
* Added new entry to bib (#1100)
* PetabJL integration (#1089)
* Other platform tests (#1113)
* Dokumentation fixes (#1120)
* Updated CODEOWNER (#1122)


0.3.1 (2023-06-22)
-------------------
------------------

* Visualize:
* Parameter plot w/ hier. pars, noise estimation for splines (#1061)
* Sampling:
Expand All @@ -34,7 +64,7 @@ Release notes


0.3.0 (2023-05-02)
-------------------
------------------

New functionalities compared to 0.2.0:

Expand All @@ -61,8 +91,6 @@ Not supported functionalities and versions compared to 0.2.0:
* **Changed parameter indexing from boolean to int in profiling routines**




0.2 series
..........

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.3.1"
__version__ = "0.3.2"

0 comments on commit 7458d04

Please sign in to comment.