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

Updated version and changelog #1174

Merged
merged 6 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@ Release notes
..........


0.3.4 (2023-11-16)
-------------------

* General
* Documentation (#1140, #1146, #1152, #1149 )
PaulJonasJost marked this conversation as resolved.
Show resolved Hide resolved
* Updated Jupyter Notebooks (#1141 )
PaulJonasJost marked this conversation as resolved.
Show resolved Hide resolved
* Update code to avoid deprecations (#1158)
* Updated maintainers and codeownership (#1171, #1170)
* Profile:
* Fix problem overwrite of profiling (#1153)
* Add warning, trying to profile fixed parameter (#1155)
* ProfileOptions: add some basic integrity checking (#1163)
* Fix pypesto.profile.parameter_profile incorrectly assuming symmetric bounds (#1166)
* Improve pypesto/profile/profile_next_guess.py (#1167)
* Problem:
* Add/forward startpoint_kwargs in PetabImporter.create_problem (#1135)
* Support valid AMICI noise distributions that are invalid in PEtab (#1157)
* Fix startpoint sampling for PEtab-derived problems with fixed parameters (#1169)
* Optimize
* Log traceback in case of exceptions during optimizations (#1156)
* Hierarchical:
* Fix HierarchicalAmiciCalculator.__call__ not setting 'hess' in result (#1161)
* Visualization:
* Fix legend argument checking for waterfall/parameter/history plots (#1139)


0.3.3 (2023-10-19)
-------------------

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.3"
__version__ = "0.3.4"
Loading