-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
NonlinearSolve v3 Release #302
Conversation
9a03a0a
to
0dc27ae
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #302 +/- ##
==========================================
- Coverage 86.08% 85.99% -0.09%
==========================================
Files 21 23 +2
Lines 1825 1935 +110
==========================================
+ Hits 1571 1664 +93
- Misses 254 271 +17 ☔ View full report in Codecov by Sentry. |
@ChrisRackauckas the docs build is working locally with SciML/OrdinaryDiffEq.jl#2076. The GPU failure which we are seeing on master needs a new tag for Adapt JuliaGPU/Adapt.jl#74. Finally #300, #301, #276 have been pulled in here |
|
Wait on #297, #303
Fixes #301, Fixes #300, Fixes #298, Fixes #293, Fixes #255
@ChrisRackauckas we need to update the compat entries for SimpleNonlinearSolve in OrdinaryDiffEq, ModelingToolkit, etc. for the doc build to go through
Main Changes
autodiff
Simple*
algorithm first for the non-caching solveTODOs