v7.52.0
SciMLSensitivity v7.52.0
Merged pull requests:
- chore: bump RecursiveArrayTools compat (#930) (@AayushSabharwal)
- Remove undefined exports (#937) (@avik-pal)
- Remove dropped kwargs from DynamicSS (#941) (@avik-pal)
- Number strategies consistently (#946) (@moble)
- End of Year Housekeeping (#948) (@avik-pal)
- CompatHelper: bump compat for RecursiveArrayTools to 3 for package docs, (keep existing compat) (#950) (@github-actions[bot])
- CompatHelper: add new compat entry for DelayDiffEq at version 5 for package docs, (keep existing compat) (#952) (@github-actions[bot])
- CompatHelper: add new compat entry for DelimitedFiles at version 1 for package docs, (keep existing compat) (#953) (@github-actions[bot])
- CompatHelper: add new compat entry for LuxCUDA at version 0.3 for package docs, (keep existing compat) (#954) (@github-actions[bot])
- Handle non-vectors properly (#956) (@avik-pal)
- CompatHelper: bump compat for Adapt to 4, (keep existing compat) (#957) (@github-actions[bot])
- Added tests to prevent future issue #942 (#958) (@ThummeTo)
- Make ReverseDiffAdjoint return ODE solutions (#961) (@ChrisRackauckas)
- pass shadow closure incase f is a closure (#962) (@ArbitRandomUser)
- v1.10 and RAT v3 (#965) (@ChrisRackauckas)
- Fix finitediff complex adjoints (#967) (@ChrisRackauckas)
- Try fixing the 2nd callback test set (#971) (@ChrisRackauckas)
- A few small master fixes (#972) (@ChrisRackauckas)
Closed issues:
SteadyStateAdjointProblem
andConv
: Slow fallback implementation invoked for conv! (#473)- adjoint_sensitivities and CVODE_BDF crashes for medium sized stiff ODE model (#795)
- ReverseDiffAdjoint not working with losses that call
sol.u
(#894) - autojacvec = true produces error with adjoint_sensitivities() (#896)
- Error with complex numbers (#938)
- ReverseDiff leads to wrong sensitivities over ODESolution (#942)
- ReverseDiffAdjoint is failing (for simple example) on implicit solver (#943)