-
Notifications
You must be signed in to change notification settings - Fork 6
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
CompatHelper: bump compat for OptimizationOptimJL to 0.2, (keep existing compat) #175
CompatHelper: bump compat for OptimizationOptimJL to 0.2, (keep existing compat) #175
Conversation
b30ff14
to
f165fa2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #175 +/- ##
==========================================
+ Coverage 92.92% 93.10% +0.17%
==========================================
Files 13 13
Lines 594 609 +15
==========================================
+ Hits 552 567 +15
Misses 42 42 ☔ View full report in Codecov by Sentry. |
There are some breaking changes to the callback arguments we need to adjust for, see SciML/Optimization.jl#652 (comment) |
It seems to support OptimizationOptimJL, we would need Optimization v3.21.0, which would require us to drop support for Julia v1.6-v1.8, see SciML/Optimization.jl#639 |
By conditioning on the existence of |
Now that v1.10 is released, this is redundant.
This pull request changes the compat entry for the
OptimizationOptimJL
package from0.1
to0.1, 0.2
.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.