SciMLSensitivity.jl Versions Save

A component of the DiffEq ecosystem for enabling sensitivity analysis for scientific machine learning (SciML). Optimize-then-discretize, discretize-then-optimize, adjoint methods, and more for ODEs, SDEs, DDEs, DAEs, etc.

v7.36.0

10 months ago

v7.31.0

1 year ago

v7.28.1

1 year ago

v7.19.0

1 year ago

v7.14.0

1 year ago

SciMLSensitivity v7.14.0

Diff since v7.13.0

Merged pull requests:

  • Support Enzyme and ReverseDiff with compiled tape for adjoint sensitivity methods with callbacks (#762) (@frankschae)
  • [skip ci] LanguageTool (#764) (@ArnoStrouwen)

v7.13.0

1 year ago

SciMLSensitivity v7.13.0

Diff since v7.12.0

Closed issues:

  • Zygote gradient: ERROR: Enzyme cannot deduce type (#744)

Merged pull requests:

  • Support ReverseDiffVJP(true) for hybrid DEs (#732) (@frankschae)

v7.12.0

1 year ago

SciMLSensitivity v7.12.0

Diff since v7.11.1

Closed issues:

  • QuadratureAdjoint docstring contains nonexistent "compile" kwarg (#752)
  • sensealg in first example (#754)

Merged pull requests:

  • Remove extra compile argument from QuadratureAdjoint docstring (#753) (@ChrisRackauckas)
  • ci(.buildkite): update the encrypted DOCUMENTER_KEY (#756) (@thazhemadam)
  • Reorganize the SciMLSensitivity documentation (#757) (@ChrisRackauckas)
  • CompatHelper: add new compat entry for OptimizationNLopt at version 0.1 for package docs, (keep existing compat) (#758) (@github-actions[bot])
  • CompatHelper: bump compat for GraphNeuralNetworks to 0.6 for package docs, (keep existing compat) (#759) (@github-actions[bot])
  • Vectorize backwardnoise for diagonal SDEs (#761) (@Abhishek-1Bhatt)

v7.11.1

1 year ago

SciMLSensitivity v7.11.1

Diff since v7.11.0

Closed issues:

  • Fix terminating callback on InterpolatingAdjoint and QuadratureAdjoint (#485)

Merged pull requests:

  • Filtering of time steps for ForwardDiffSensitivity with Callbacks (#747) (@frankschae)
  • reproducible docs (#749) (@ArnoStrouwen)
  • [skip ci] doc and test compat (#750) (@ArnoStrouwen)

v7.11.0

1 year ago

SciMLSensitivity v7.11.0

Diff since v7.10.2

Merged pull requests:

  • ci: use build matrix (#743) (@thazhemadam)
  • Test master (#745) (@ChrisRackauckas)
  • canonize docs (#746) (@ArnoStrouwen)

v7.10.2

1 year ago

SciMLSensitivity v7.10.2

Diff since v7.10.1

Merged pull requests:

  • Filter sensealg to stop infinite recursion of ReverseDiff -> RD (#742) (@ChrisRackauckas)