v6.66.0
·
2546 commits
to master
since this release
OrdinaryDiffEq v6.66.0
Merged pull requests:
- Fix interpolation output types for dynamical ODEs (#2094) (@ChrisRackauckas)
- Fix save_end overriding behavior (#2095) (@ChrisRackauckas)
- Fix McAte5 time dependence (#2096) (@ChrisRackauckas)
- Set dtmin to zero by default (#2098) (@ChrisRackauckas)
- Fix FunctionMap idxs handling in interpolation (#2099) (@ChrisRackauckas)
Closed issues:
- Step size after tstop can be too small (#1616)
- Strange behavior of save_at=false (#1842)
- fixed dt step! may fail due to t being close to tstop (#1879)
- McAte5 alg gives wrong results (#2066)
- New
convert
error withsaveat
and symplectic integrators (#2086) integ(u, t, Val{1})
andsol(t, Val{1})
give different answers (#2097)