Skip to content

Releases: SciML/OrdinaryDiffEq.jl

v6.72.0

26 Feb 15:30
019c186
Compare
Choose a tag to compare

OrdinaryDiffEq v6.72.0

Diff since v6.71.0

Merged pull requests:

Closed issues:

  • Unexpected memory accumulation when repeatedly running solve (#2147)

v6.71.0

15 Feb 17:34
31d9157
Compare
Choose a tag to compare

OrdinaryDiffEq v6.71.0

Diff since v6.70.1

Merged pull requests:

Closed issues:

  • Improved traditional Rosenbrock–Wanner methods for stiff ODEs and DAEs by Joachim Rang (#2064)
  • Rosenbrock solvers fail or interpolate poorly due to (algebraically) inconsistent u after callback (#2127)
  • Rodas5P gives inaccurate results when integrating triangle wave (#2132)
  • Rodas3P and Rodas23W are completely broken for out of place. (#2135)

v6.70.1

02 Feb 21:14
511de3e
Compare
Choose a tag to compare

OrdinaryDiffEq v6.70.1

Diff since v6.70.0

v6.70.0

31 Jan 13:42
99ab28f
Compare
Choose a tag to compare

OrdinaryDiffEq v6.70.0

Diff since v6.69.0

Merged pull requests:

Closed issues:

  • ERROR: InexactError: Int64(1//1000000) with fixed-step methods (#2114)
  • MethodError in _get_tolerance when optimizing parameters and initial conditions in ODE with mass matrix (#2115)

v6.69.0

07 Jan 20:26
ffcad28
Compare
Choose a tag to compare

OrdinaryDiffEq v6.69.0

Diff since v6.68.2

Merged pull requests:

v6.68.2

06 Jan 16:28
Compare
Choose a tag to compare

OrdinaryDiffEq v6.68.2

Diff since v6.68.1

v6.68.1

06 Jan 01:05
ab89c3e
Compare
Choose a tag to compare

OrdinaryDiffEq v6.68.1

Diff since v6.68.0

Merged pull requests:

v6.68.0

04 Jan 06:40
ef267c8
Compare
Choose a tag to compare

OrdinaryDiffEq v6.68.0

Diff since v6.67.0

Merged pull requests:

Closed issues:

  • Rodas5P does not allow 2nd order (or higher) derivatives (#2101)

v6.67.0

01 Jan 06:28
f2ca03e
Compare
Choose a tag to compare

OrdinaryDiffEq v6.67.0

Diff since v6.66.0

Merged pull requests:

v6.66.0

30 Dec 13:09
Compare
Choose a tag to compare

OrdinaryDiffEq v6.66.0

Diff since v6.65.0

Merged pull requests:

Closed issues:

  • Step size after tstop can be too small (#1616)
  • Strange behavior of save_at=false (#1842)
  • fixed dt step! may fail due to t being close to tstop (#1879)
  • McAte5 alg gives wrong results (#2066)
  • New convert error with saveat and symplectic integrators (#2086)
  • integ(u, t, Val{1}) and sol(t, Val{1}) give different answers (#2097)