Skip to content

v1.95.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 15:14
· 786 commits to master since this release
6ccbe09

SciMLBase v1.95.0

Diff since v1.94.0

Closed issues:

  • Segfault from bad @inbounds in interpolation when solve fails (#458)
  • Issues with Radau ODE solvers. (#468)

Merged pull requests:

  • Throw appropriate error when analytic is not given (#459) (@ErikQQY)
  • Improve initial guess for TwoPointBVProblem (#462) (@ErikQQY)
  • Fix promoted tspan for BVProblem and ODEProblem (#474) (@ErikQQY)
  • fix segfault when interpolating on failed solution (#476) (@oscardssmith)
  • fix vector interpolation and remove unnecessary @inbounds (#478) (@oscardssmith)
  • Partial implementation of Zygote AD with symbolic indexing (#479) (@contradict)
  • CompatHelper: bump compat for ADTypes to 0.2, (keep existing compat) (#481) (@github-actions[bot])
  • Fix ODEFunction constructor (#483) (@YingboMa)