Skip to content

Releases: SciML/OrdinaryDiffEq.jl

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)

v6.92.0

05 Mar 14:47
8fa9987
Compare
Choose a tag to compare

OrdinaryDiffEq v6.92.0

Diff since v6.91.0

Merged pull requests:

Closed issues:

  • New tableaux for rodas4p, now rodas4p2 (#1329)
  • DAE mass-matrix form: how much of OrdinaryDiffEq do I need to depend on? (#2513)
  • Long Compile Times for StaticArrays Arguments to solve (#2535)
  • Update Compat with LinearSolve.jl (#2590)
  • OrdinaryDiffEqSymplecticRK v1.2.0 does not work with OrdinaryDiffEqCore v1.6.0 (#2600)
  • AutoForwardDiff (chunksize setting?) breaks type inference of solve (#2613)
  • Precompilation error for OrdinaryDiffEq after updating (#2618)
  • ERROR: The following 2 direct dependencies failed to precompile (#2619)

v6.91.0

06 Feb 14:10
de64d09
Compare
Choose a tag to compare

OrdinaryDiffEq v6.91.0

Diff since v6.90.1

Merged pull requests:

Closed issues:

  • 17th order Radau (#615)
  • MethodError: no method matching RodasTableau... (#2524)
  • Precompilation issue when DataInterpolations held back (#2526)
  • Type instability interpolating solution from out of place prob with default solver (#2530)
  • OrdinaryDiffEqFIRK overwrites stepsize_controller! in OrdinaryDiffEqCore (#2532)
  • get_fsalfirstlast method error (#2533)
  • DelayDiffEq Integration Tests are not using dev version of OrdinaryDiffEqCore, etc. (#2553)
  • Rodas5P Goes unstable with an increase in abstol (#2561)
  • Gitlab CI does not include unit tests for OrdinaryDiffEqNonlinearSolve (#2572)
  • TypeError: non-boolean (Num) used in boolean context (#2578)
  • [email protected] broke the precompilation (#2579)
  • Add stricter compat bounds? (#2581)
  • missing method for _get_fdtype (#2583)

v6.90.1

11 Nov 15:00
ad7891e
Compare
Choose a tag to compare

OrdinaryDiffEq v6.90.1

Diff since v6.90.0

Merged pull requests: