Skip to content
## OrdinaryDiffEq v5.52.5

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


**Closed issues:**
- Stackoverflow on Julia 1.6: "Module IR does not contain specified entry function " (#1261)
- Initial point issue for some interpolants (Rodas4) (#1266)
- Qualify Interpolations to refer to DiffEqBase (#1377)
- Type of array changes when using non-standard array types (#1386)
- Velocity Verlet integrator calculates the acceleration twice at each time step (#1387)
- Can't brodcast time gradients into dualcache (#1388)
- RadauIIA's  ArgumentError when jac_prototype is of type SparseMatrixCSC (#1389)

**Merged pull requests:**
- quality Interpolators to module DiffEqBase (#1378) (@bgctw)
- fix get_du for Rosenbrock4 methods (#1382) (@MatFi)
- Prevent velocity Verlet integrator calculating the acceleration twice at each time step (#1390) (@jgreener64)
- Add new buffers to prevent aliasing in RadauIIA3 and RadauIIA5 (#1391) (@MatFi)