Skip to content

Releases: SciML/OrdinaryDiffEq.jl

v6.81.1

06 Jun 11:30
5afe786
Compare
Choose a tag to compare

OrdinaryDiffEq v6.81.1

Diff since v6.81.0

Merged pull requests:

v6.81.0

06 Jun 10:43
0f37688
Compare
Choose a tag to compare

OrdinaryDiffEq v6.81.0

Diff since v6.80.1

Merged pull requests:

Closed issues:

  • Performance drop in Julia 1.6 (#1422)
  • The method Stepanov5 doesn't seem to work (#2188)
  • autoswitch solvers can cause the stiff solver to fail (#2198)
  • Rosenbrock23 fails for weird mass matrices (#2203)
  • Add option to specify maximum number of consecutively rejected steps (#2229)
  • Adaptivity fails for DAEs with non-continuous solution (#2238)

v6.80.1

26 May 18:54
1e8716a
Compare
Choose a tag to compare

OrdinaryDiffEq v6.80.1

Diff since v6.80.0

Merged pull requests:

v6.80.0

24 May 19:03
5144bfa
Compare
Choose a tag to compare

OrdinaryDiffEq v6.80.0

Diff since v6.79.0

Merged pull requests:

Closed issues:

  • Unsupported interpolator chosen when mass matrix is not diagonal (#2199)

v6.79.0

23 May 19:01
aa44608
Compare
Choose a tag to compare

OrdinaryDiffEq v6.79.0

Diff since v6.78.0

Merged pull requests:

Closed issues:

  • Hello everyone, (#2215)

v6.78.0

20 May 23:46
46e3153
Compare
Choose a tag to compare

OrdinaryDiffEq v6.78.0

Diff since v6.77.1

Merged pull requests:

  • Re-evaluate u_initial after DAE initialization (#1970) (@Keno)
  • CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#2029) (@github-actions[bot])
  • Redesign default ODE solver to be type-grounded and lazy (#2184) (@oscardssmith)
  • Fix initialization size to not try/catch (#2202) (@ChrisRackauckas)
  • CompatHelper: add new compat entry for SciMLStructures at version 1, (keep existing compat) (#2205) (@github-actions[bot])
  • CompatHelper: add new compat entry for EnumX at version 1, (keep existing compat) (#2206) (@github-actions[bot])
  • CompatHelper: add new compat entry for OrdinaryDiffEq at version 6 for package docs, (keep existing compat) (#2207) (@github-actions[bot])

v6.77.1

19 May 18:57
6a6efe5
Compare
Choose a tag to compare

OrdinaryDiffEq v6.77.1

Diff since v6.77.0

Merged pull requests:

  • avoid scalar indexing bug in hermite interpolant if diff_vars is a fill of trues (#2195) (@xtalax)

v6.77.0

19 May 16:14
287b540
Compare
Choose a tag to compare

OrdinaryDiffEq v6.77.0

Diff since v6.76.0

Merged pull requests:

v6.76.0

14 May 02:40
b8bdf0f
Compare
Choose a tag to compare

OrdinaryDiffEq v6.76.0

Diff since v6.75.0

Merged pull requests:

v6.75.0

04 May 11:22
1f2e058
Compare
Choose a tag to compare

OrdinaryDiffEq v6.75.0

Diff since v6.74.1

Merged pull requests:

  • Implement 4th order Runge-Kutta-Nystrom method (#2161) (@Shreyas-Ekanathan)
  • added ROS2 method and added ROS2, ROS23 and ROS34PW methods to iipvsoop_test.jl (#2165) (@cwittens)
  • Added Runge–Kutta pairs of orders 9(8) for use in quadruple precision computations (#2166) (@Theozeud)
  • Bump julia-actions/setup-julia from 1 to 2 (#2169) (@dependabot[bot])
  • Modifications Rodas5Pe, Rodas5Pr of Rodas5P concerning issue #2054 and minor bug fixes of Rodas3P/23W (#2170) (@gstein3m)
  • CompatHelper: bump compat for ADTypes to 1, (keep existing compat) (#2172) (@github-actions[bot])
  • added algos to rosenbrock.md (#2175) (@cwittens)
  • Fix issue #2173 divide-by-zero error (#2178) (@afossa)
  • Bump version and release for downstream CI with ADTypes 1.0 (#2180) (@Vaibhavdixit02)

Closed issues:

  • Investigate the possibility of StaticArrays tableau methods (#114)
  • Analysis of time spent precompiling (#1937)
  • Second-order Rosenbrock method of Verwer, Spee, Blom, Hundsdorfer (1999) (#2112)
  • New Runge–Kutta pairs of orders 9(8) for use in quadruple precision computations (#2159)
  • Plotting analytic solutions fails (#2162)
  • Divide-by-zero error thrown during vector initialization (#2173)
  • unstable_check gets passed value that's far from solution (#2179)