SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
216 stars 39 forks source link

CompatHelper: bump compat for ADTypes to 1, (keep existing compat) #427

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

This pull request changes the compat entry for the ADTypes package from 0.2.6 to 0.2.6, 1. 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.

gdalle commented 1 month ago

Closing in favor of #426

ChrisRackauckas commented 1 month ago

Closing a compathelper without having done the fix doesn't do anything. It'll just open more.

gdalle commented 1 month ago

fix is landing soon