DiffEqCallbacks.jl Versions Save

A library of useful callbacks for hybrid scientific machine learning (SciML) with augmented differential equation solvers

v3.6.2

2 weeks ago

DiffEqCallbacks v3.6.2

Diff since v3.6.1

Merged pull requests:

  • fix remaining allocations in PresetTimeCallback (#218) (@oscardssmith)

Closed issues:

  • Memory allocations (Still) of PresetTimeCallback after v3.2.0 (#217)

v3.6.1

1 month ago

DiffEqCallbacks v3.6.1

Diff since v3.6.0

v3.6.0

1 month ago

DiffEqCallbacks v3.6.0

Diff since v3.5.0

Merged pull requests:

  • PresetTimeCallback: filter out tstop of 0.0 (#215) (@visr)
  • Bump julia-actions/setup-julia from 1 to 2 (#216) (@dependabot[bot])

v3.5.0

1 month ago

DiffEqCallbacks v3.5.0

Diff since v3.4.1

Merged pull requests:

  • Hotfix: allow presettime callback on integrators without a dt (#213) (@ChrisRackauckas)

Closed issues:

  • Recent changes break PresetTimeCallbacks with pure JumpProcesses (#214)

v3.4.1

1 month ago

DiffEqCallbacks v3.4.1

Diff since v3.4.0

Merged pull requests:

  • remove complication from PresetTimeCallback (#212) (@oscardssmith)

Closed issues:

  • Memory allocations of PresetTimeCallback after v3.2.0 (#211)

v3.4.0

2 months ago

DiffEqCallbacks v3.4.0

Diff since v3.3.0

Merged pull requests:

  • Reset the indices in the PresetTimeCallback (#210) (@ChrisRackauckas)

v3.3.0

2 months ago

DiffEqCallbacks v3.3.0

Diff since v3.2.0

Merged pull requests:

  • Run JuliaFormatter.format() (#207) (@LilithHafner)
  • Fix IntegratingCallback and IntegratingSumCallback (#209) (@ChrisRackauckas)

Closed issues:

  • Broken link (#139)

v3.2.0

2 months ago

DiffEqCallbacks v3.2.0

Diff since v3.1.0

Merged pull requests:

  • Improve long performance and prevent repeat calls in PresetTimeCallback (#206) (@ChrisRackauckas)

v3.1.0

2 months ago

DiffEqCallbacks v3.1.0

Diff since v3.0.0

Merged pull requests:

  • CompatHelper: add new compat entry for DiffEqCallbacks at version 3 for package docs, (keep existing compat) (#204) (@github-actions[bot])
  • Default to PolyAlgorithm instead of Newton (#205) (@avik-pal)

v3.0.0

2 months ago

DiffEqCallbacks v3.0.0

Diff since v2.37.0

Merged pull requests:

  • Run JuliaFormatter.format() (#201) (@LilithHafner)
  • [skip ci] update downgrade CI repo (#202) (@ArnoStrouwen)
  • [Breaking] Use NonlinearSolve for all root finding needs (#203) (@avik-pal)