-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update dependencies #147
base: main
Are you sure you want to change the base?
Update dependencies #147
Conversation
HSL = "0.4" | ||
Krylov = "0.9" | ||
LDLFactorizations = "0.10" |
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.
You don't change the code, so I don't see any reason to drop these
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.
Because nothing is tested with older version of the packages.
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.
HSL 0.3 doesn't support the JLL for example.
You should not allow it!
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.
Still, I don't think we should drop this if no coding reason.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #147 +/- ##
==========================================
+ Coverage 82.97% 83.02% +0.05%
==========================================
Files 10 10
Lines 599 601 +2
==========================================
+ Hits 497 499 +2
Misses 102 102 ☔ View full report in Codecov by Sentry. |
blocked by JuliaSmoothOptimizers/CUTEst.jl#327 |
No description provided.