StochasticDiffEq.jl Versions Save

Solvers for stochastic differential equations which connect with the scientific machine learning (SciML) ecosystem

v6.65.1

2 months ago

StochasticDiffEq v6.65.1

Diff since v6.65.0

v6.65.0

3 months ago

StochasticDiffEq v6.65.0

Diff since v6.64.0

Merged pull requests:

  • fix dt scaling when scale_noise==false (#559) (@Lightup1)
  • CompatHelper: bump compat for Adapt to 4, (keep existing compat) (#564) (@github-actions[bot])
  • Bump actions/cache from 3 to 4 (#565) (@dependabot[bot])
  • refactor: remove redundant getproperty method (#567) (@AayushSabharwal)

Closed issues:

  • DynamicalSDE with scale_noise=false (#558)

v6.64.0

4 months ago

StochasticDiffEq v6.64.0

Diff since v6.63.2

Merged pull requests:

  • Remove FillArrays (#474) (@ChrisRackauckas)
  • chore: bump RecursiveArrayTools compat (#551) (@AayushSabharwal)
  • finalize callbacks (#556) (@oscardssmith)

v6.63.2

6 months ago

StochasticDiffEq v6.63.2

Diff since v6.63.1

Merged pull requests:

  • add progress_id argument (#552) (@pepijndevos)

v6.63.1

6 months ago

StochasticDiffEq v6.63.1

Diff since v6.63.0

Merged pull requests:

  • Change typeof(x) <: y to x isa y (#553) (@pepijndevos)
  • Fix noise_type_test (#555) (@ChrisRackauckas)

v6.63.0

7 months ago

StochasticDiffEq v6.63.0

Diff since v6.62.0

Merged pull requests:

  • Bump actions/checkout from 3 to 4 (#544) (@dependabot[bot])
  • Refactor SDEProblem constructor (#546) (@ErikQQY)
  • Fix downstream DiffEqNoiseProcess test (#550) (@ChrisRackauckas)

Closed issues:

  • Strange results when using seed kwarg in solve function (#532)
  • Overwriting keyword adaptive (#536)
  • Real noise with complex SDEs with nondiagonal diffusion (#543)

v6.62.0

9 months ago

StochasticDiffEq v6.62.0

Diff since v6.61.3

Closed issues:

  • Inplace RODESolution interpolation has unexpected errors (#538)

Merged pull requests:

  • added Error on adaptive for non adaptive algorithms (#537) (@Jonas-a-Zimmermann)
  • Fixing RODESolution inplace interpolation (#539) (@brainsMAKER)
  • Update GPU tests (#541) (@ChrisRackauckas)
  • Decrease memory requirements (#542) (@ChrisRackauckas)

v6.61.3

9 months ago

StochasticDiffEq v6.61.3

Diff since v6.61.2

v6.61.2

9 months ago

StochasticDiffEq v6.61.2

Diff since v6.61.1

Merged pull requests:

  • Update the last few retcode symbols to ReturnCode (#535) (@danielwe)
  • Remove unused import (#540) (@gaurav-arya)

v6.61.1

10 months ago

StochasticDiffEq v6.61.1

Diff since v6.61.0

Merged pull requests:

  • CompatHelper: bump compat for SciMLOperators to 0.3, (keep existing compat) (#534) (@github-actions[bot])