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
226 stars 40 forks source link

NonlinearSolve.jl not precompiling anymore #290

Closed nathanaelbosch closed 9 months ago

nathanaelbosch commented 9 months ago

My tests at ProbNumDiffEq.jl fail because NonlinearSolve.jl can not precompile anymore, which was not an issue some days ago. See this github action for a full stack trace:

https://github.com/nathanaelbosch/ProbNumDiffEq.jl/actions/runs/6956405592/job/18927191648?pr=269

lmshk commented 9 months ago

Downgrading to ArrayInterface to v7.5.1 fixes this for me.

ChrisRackauckas commented 9 months ago

What about upgrading to the patch hotfix v7.6.1?

nathanaelbosch commented 9 months ago

Works again, thanks for the fix.