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 v0.5.0 #1366

Merged
merged 5 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
40 changes: 40 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@ Release notes
=============


0.5 series
..........


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

* General
* Include pymc in the documentation. (#1305)
* Ruff Codechecks (#1307)
* Support RoadRunner as simulator for PEtab problems (#1336, #1347, #1348)
* Hierarchical
* Semiquant: Fix spline knot initialization (#1313, #1323)
* Semiquant: Add spline knots to the optimization result (#1314)
* Semiquant: fix inner opt tolerance (#1330)
* Relative: Fix return of relative calculator if sim fails (#1315)
* Relative: Hierarchical optimization: fix unnecessary simulation (#1327)
* Relative: Fix return of inner parameters on objective call (#1333)
* Optimize
* Support ipopt with gradient approximation (#1310)
* Deprecate CmaesOptimizer in favor of CmaOptimizer (#1311)
* ESSOptimizer: Respect local_n2 in case of failed initial local search (#1328)
* Remove CESSOptimizer (#1320)
* SacessOptimizer: use 'spawn' start method for multiprocessing (#1353)
* PEtab
* Fix unwanted amici model recompilation in PEtab importer (#1319)
* Sample
* Adding Thermodynamic Integration (#1326, #1361)
* Dynesty warnings added (#1324)
* Dynesty: method to save raw results (#1331)
* Ensembles
* Ensembles: don't expect OptimizerResult.id to be convertible to `int` (#1351)
* Misc
* Updated Code to match dependency updates (#1316, #1344, #1346, #1345)
* Ignore code formatting in git blame (#1317)
* Updated deployment method (#1341)
* add pyupgrade to codechecks (#1352)
* Temporarily require scipy<1.13.0 for pypesto[pymc] (#1360)


0.4 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.4.2"
__version__ = "0.5.0"
Loading