v6.94.0
OrdinaryDiffEq v6.94.0
Merged pull requests:
- Use DifferentiationInterface for AD in Implicit Solvers (#2567) (@jClugstor)
- Explicit Taylor solvers (#2620) (@tansongchen)
- feat: allow solving NLLS in solve, rename SimpleIDSolve to IDSolve (#2640) (@vyudu)
- fix interpolation type stability (#2641) (@oscardssmith)
- bump OrdinaryDiffEqCore version (#2647) (@oscardssmith)
- Add missing compat bounds preventing registration (#2650) (@jClugstor)
- Fix typo, add test for 2656 (#2657) (@jClugstor)
- fix: run
late_binding_update_u0_p
inreinit!
(#2658) (@AayushSabharwal) - Fix sparsity pattern mismatch and test (#2662) (@jClugstor)
- Fix undefined res and spzeros (#2664) (@jClugstor)
- test: improve test for
reinit!
callinglate_binding_update_u0_p
(#2667) (@AayushSabharwal) - Move enzyme tests to downstream (#2669) (@ChrisRackauckas)
- CompatHelper: add new compat entry for Enzyme at version 0.13 for package downstream, (keep existing compat) (#2670) (@github-actions[bot])
- Fix incorrect conditional in initdt (#2676) (@jClugstor)
- remove deprecated indexing from test (#2677) (@oscardssmith)
- SimpleImplicitDiscreteSolve (#2679) (@vyudu)
- Test fixing (#2681) (@ChrisRackauckas)
- AutoSparse Detection Fix for BDF etc. (#2682) (@jClugstor)
Closed issues:
- Improvement of stage predictors in SFSDIRK and CFNLIRK methods (#1117)
- Dead species coming back alive (#1651)
- Verbosity flag not correctly passed to linear solver (#1897)
- Solution interpolation does not infer type (#2610)
AbstractNonlinearTerminationMode
not defined when precompiling OrdinaryDiffEqSDIRK (#2639)- Strict in-place sparse Jacobians now cause errors when they don't anticipate the mass matrix (#2653)
- Sparse jacobians no longer working? (#2654)
- UndefVarError:
f
not defined inOrdinaryDiffEqDifferentiation
(#2656) - Undefined names in OrdinaryDiffEqDifferentiation (#2659)