Skip to content
## OrdinaryDiffEq v5.45.1

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


**Closed issues:**
- Progress bar assumes that initial time is zero (#1298)
- ImplicitMidpoint fails with autodiff=false (#1300)

**Merged pull requests:**
- Take initial time into account when calculating progress fraction (#1299) (@eschnett)
- fix ImplicitMidpoint(autodiff=false) (#1301) (@ranocha)