v6.93.0
·
785 commits
to master
since this release
OrdinaryDiffEq v6.93.0
Merged pull requests:
- Add FIRK interpolation and addsteps (#2589) (@Shreyas-Ekanathan)
- compute initialization for ImplicitDiscreteProblem (#2624) (@vyudu)
- feat: ImplicitDiscreteSolve (#2626) (@vyudu)
- fix deprecated HSLDDRK64 constructor (#2627) (@ranocha)
- fix stats.nf for KYKSSPRK42 (#2628) (@ranocha)
- fix stats.nf for SHLDDRK methods (#2629) (@ranocha)
- ImplicitDiscreteSolve: handle case where u is nothing (#2630) (@vyudu)
- bump version of OrdinaryDiffEqSSPRK (#2631) (@ranocha)
- Check for consistency between different
VectorOfArray
parent array types (#2633) (@jlchan) - fix rosenbrock allocations (#2634) (@oscardssmith)
- Remove last vestige of DiffEqOperators (#2636) (@ChrisRackauckas)
- Test master (#2637) (@ChrisRackauckas)
- Test whether all latest releases together means tests pass (#2638) (@ChrisRackauckas)
Closed issues:
- Solvers using
VectorOfArray
behave differently for differentparent
array types (#2625)