-
Notifications
You must be signed in to change notification settings - Fork 30
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
Release 0.5.0 [WIP] #501
Release 0.5.0 [WIP] #501
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #501 +/- ##
==========================================
- Coverage 93.08% 92.51% -0.57%
==========================================
Files 195 109 -86
Lines 14718 11778 -2940
==========================================
- Hits 13700 10897 -2803
+ Misses 1018 881 -137 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow.
Release 0.5.0 will bring several breaking changes and deprecations. On a high level, the major changes are:
estimagic
tooptimagic
(while keeping theestimagic
namespace for the estimation capabilities).
This branch will stay open until all changes are implemented. The actual changes are implemented as PRs on this branch. In the end we will merge this PR without squashing commits.
We roughly have the following things to do:
Renaming
Alignment
minimize
andmaximize
with scipyTyping
Implement unfiltered algorithm selection and make issue for filtered algorithm selection(postponed because not a breaking change)Implement new algo-options interfaces(postponed because not a breaking change)Implement jax autodiff(postponed because not a breaking change)Implement new benchmarking interface and architecture(postponed; there will be deprecations coming but this is not a widely used feature)Documentation
minimize
andmaximize
(I deleted the old one instead of making mini updates all the time)