v7.14.0
DifferentialEquations v7.14.0
Merged pull requests:
- Fix typo in ODE algorithms: Use FBDF for problems with > 50 states (#1024) (@devmotion)
- Bump julia-actions/setup-julia from 1 to 2 (#1025) (@dependabot[bot])
- ci: standardise workflows using SciML's reusable workflows (#1032) (@thazhemadam)
- update for new
AlgorithmInterpretation
(#1048) (@prbzrg) - remove default alg (#1049) (@oscardssmith)
Closed issues:
- Complex ODE and Manifold projection (#389)
- PDEProblem is exported but has no docstring (#981)
- Unable to get full matrix whose columns is the solution to an ODE with newer version of RecursiveArrayTools. (#1021)
- Unexpected behavior with
PresetTimeCallback
(#1022) - DAE with continuous callback and
DImplicitEuler
results in incorrectintegrator.u
inaffect!()
(#1029) - Bug when using auto-algorithm selection with continious callbacks (#1035)
ODESolution
interpolation fails for single value times with symbolic index (#1037)- Error using interpolation with default algorithm (#1038)
- Precompile error due to dependency version (#1045)
- Callback dosen't work when is set to "save_positions = (false, true)" (#1046)