DiffEqDevTools.jl Versions Save

Benchmarking, testing, and development tools for differential equations and scientific machine learning (SciML)

v2.44.3

1 month ago

DiffEqDevTools v2.44.3

Diff since v2.44.2

Merged pull requests:

  • Bump codecov/codecov-action from 3 to 4 (#137) (@dependabot[bot])
  • Run JuliaFormatter.format() (#138) (@LilithHafner)
  • Bump julia-actions/setup-julia from 1 to 2 (#139) (@dependabot[bot])
  • Remove type annotations of keyword arguments in plot recipes (#140) (@devmotion)

v2.44.2

3 months ago

DiffEqDevTools v2.44.2

Diff since v2.44.1

Merged pull requests:

  • Bump actions/cache from 3 to 4 (#135) (@dependabot[bot])
  • Fix another deprecationwarning in appxtrue(, ::TestSolution) (#136) (@nathanaelbosch)

v2.44.1

5 months ago

DiffEqDevTools v2.44.1

Diff since v2.44.0

Merged pull requests:

  • Fix deprecations in testing utilities (#134) (@ChrisRackauckas)

v2.44.0

5 months ago

DiffEqDevTools v2.44.0

Diff since v2.43.0

Merged pull requests:

  • Add norm(_, Inf) to WorkPrecision (#133) (@avik-pal)

v2.43.0

5 months ago

DiffEqDevTools v2.43.0

Diff since v2.42.0

Merged pull requests:

  • chore: bump RecursiveArrayTools compat (#120) (@AayushSabharwal)
  • Add verbose keyword to analyticless_test_convergence (#130) (@HadrienNU)

Closed issues:

  • Tools for deriving RK methods (#45)
  • feval vs error plot (#64)
  • appxtrue computes L2 errors even if the solution is not dense (#97)

v2.42.0

6 months ago

DiffEqDevTools v2.42.0

Diff since v2.41.0

Merged pull requests:

  • Use the right solve in BVP WorkPrecision (#123) (@ErikQQY)
  • Update the plotting recipe to flexibly plot some x against some y (#129) (@nathanaelbosch)

Closed issues:

  • Save all errors in WorkPrecision instead of just the one passed as error_estimate? (#125)

v2.41.0

6 months ago

DiffEqDevTools v2.41.0

Diff since v2.40.0

Merged pull requests:

  • Save all errors in WorkPrecision, not just the error_estimate (#126) (@nathanaelbosch)
  • CompatHelper: add new compat entry for StructArrays at version 0.6, (keep existing compat) (#127) (@github-actions[bot])

v2.40.0

6 months ago

DiffEqDevTools v2.40.0

Diff since v2.39.1

Merged pull requests:

  • Save dts and sol.stats into WorkPrecision (#124) (@nathanaelbosch)

v2.39.1

6 months ago

DiffEqDevTools v2.39.1

Diff since v2.39.0

Merged pull requests:

  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#119) (@github-actions[bot])
  • Change typeof(x) <: y to x isa y (#121) (@pepijndevos)
  • Add the name of the error estimate to the plotting recipe (#122) (@nathanaelbosch)

v2.39.0

7 months ago

DiffEqDevTools v2.39.0

Diff since v2.38.1

Merged pull requests:

  • Better nonlinear solve wps (#118) (@TorkelE)