Skip to content
## OrdinaryDiffEq v5.46.0

[Diff since v5.45.1](https://github.com/SciML/OrdinaryDiffEq.jl/compare/v5.45.1...v5.46.0)


**Closed issues:**
- Kubatko, Yeager and Ketcheson SSPRK tracker (#715)
- New 4th and 5th Order KenCarps! (#860)
- Explicit RK method for singularity at the start (#1255)
- Migrate to travis-ci.com (#1284)

**Merged pull requests:**
- Fix naming ambiguity between algorithms of the same author (#1302) (@grimmmyshini)
- Add docs folder (#1303) (@mkg33)
- CompatHelper: bump compat for "StaticArrays" to "1.0" (#1304) (@github-actions[bot])
- MassInstallAction: Install the GitHubActionsCI workflow on this repository (#1305) (@christopher-dG)
- Change initialization of heaps and add interface for DelayDiffEq (#1307) (@devmotion)