Skip to content

Releases: SciML/OrdinaryDiffEq.jl

v6.101.0

21 Jul 15:54
Compare
Choose a tag to compare

OrdinaryDiffEq v6.101.0

Diff since v6.100.0

v6.100.0

21 Jul 03:17
04e419d
Compare
Choose a tag to compare

OrdinaryDiffEq v6.100.0

Diff since v6.99.0

Merged pull requests:

v6.99.0

16 Jul 12:55
fb6fa94
Compare
Choose a tag to compare

OrdinaryDiffEq v6.99.0

Diff since v6.98.0

Merged pull requests:

Closed issues:

  • OrdinaryDiffEqNonlinearSolve - Type instability in relaxation (#2674)
  • FBDF not compatible with ForwardDiff (#2720)
  • Get Mooncake direct adjoints working (#2723)
  • PreparationMismatchError after bump of DifferentiationInterface.jl (#2738)
  • Modified SIR model turns unstable on simulation (very potentially a numerical error unavoidable due to the model (#2747)
  • Make InterpolationData an AbstractDiffEqArrayInterpolation (#2749)

v6.98.0

28 May 20:02
7b7dc6b
Compare
Choose a tag to compare

OrdinaryDiffEq v6.98.0

Diff since v6.97.0

Merged pull requests:

v6.97.0

18 May 01:32
fe4b3cc
Compare
Choose a tag to compare

OrdinaryDiffEq v6.97.0

Diff since v6.96.0

Merged pull requests:

Closed issues:

  • Time dependence in a non-autonomous linear ODE problem does not appear to propagate correctly to the solver (#2661)
  • OrdinaryDiffEq.jl fails to precompile when DifferentiationInterface v0.7.0 is present in the environment (#2709)
  • Rodas4P() solver dominated by 2 allocations. Any way to get around this? (#2710)

v6.96.0

09 May 14:34
a11f27d
Compare
Choose a tag to compare

OrdinaryDiffEq v6.96.0

Diff since v6.95.1

Merged pull requests:

Closed issues:

  • jittery output for nonhomogeneous ODE problem when interpolating the input (#2673)
  • Callback doesn't trigger if it occurs at initial time (#2689)
  • Rodas methods don't fail with NoInit when u0 is inconsistent (#2700)

v6.95.1

26 Apr 15:13
d227c90
Compare
Choose a tag to compare

OrdinaryDiffEq v6.95.1

Diff since v6.95.0

Merged pull requests:

Closed issues:

  • no method matching Float64(::ForwardDiff.Dual{...}) when specifying only reltol (#2675)

v6.95.0

23 Apr 11:05
f15b522
Compare
Choose a tag to compare

OrdinaryDiffEq v6.95.0

Diff since v6.94.0

Merged pull requests:

v6.94.0

22 Apr 21:51
f83b9c2
Compare
Choose a tag to compare

OrdinaryDiffEq v6.94.0

Diff since v6.93.0

Merged pull requests:

Closed issues:

  • Improvement of stage predictors in SFSDIRK and CFNLIRK methods (#1117)
  • Dead species coming back alive (#1651)
  • Verbosity flag not correctly passed to linear solver (#1897)
  • Solution interpolation does not infer type (#2610)
  • AbstractNonlinearTerminationMode not defined when precompiling OrdinaryDiffEqSDIRK (#2639)
  • Strict in-place sparse Jacobians now cause errors when they don't anticipate the mass matrix (#2653)
  • Sparse jacobians no longer working? (#2654)
  • UndefVarError: f not defined in OrdinaryDiffEqDifferentiation (#2656)
  • Undefined names in OrdinaryDiffEqDifferentiation (#2659)

v6.93.0

23 Mar 18:30
505c73d
Compare
Choose a tag to compare

OrdinaryDiffEq v6.93.0

Diff since v6.92.0

Merged pull requests:

Closed issues:

  • Solvers using VectorOfArray behave differently for different parent array types (#2625)