Releases: SciML/StochasticDiffEq.jl
Releases · SciML/StochasticDiffEq.jl
v6.84.0
StochasticDiffEq v6.84.0
Merged pull requests:
- Move SDE default algorithm from DifferentialEquations.jl to StochasticDiffEq.jl (#633) (@ChrisRackauckas-Claude)
- change RNG to Xoshiro, drop RandomNumbers (#634) (@vyudu)
v6.83.0
StochasticDiffEq v6.83.0
Merged pull requests:
- Fix: Eliminate per-step allocations in EulerHeun with sparse non-diagonal noise by avoiding temporary
gtmp1 + gtmp2(#630) (@phjmsycc) - Skip CheckInit on ODEs (#632) (@ChrisRackauckas)
v6.82.0
StochasticDiffEq v6.82.0
Merged pull requests:
- Add spell checking configuration (#617) (@ChrisRackauckas)
- Add downgrade CI workflow with Interface1 test group (#618) (@ChrisRackauckas)
- Fix spelling errors and improve spell checking configuration (#619) (@ChrisRackauckas)
- Fix deprecated AbstractDiffEqArray indexing patterns (#620) (@ChrisRackauckas)
- Fix AI hallucinated reference (#621) (@ChrisRackauckas)
- Apply JuliaFormatter to fix code formatting (#622) (@ChrisRackauckas)
- Initialize line split fixes following Catalyst.jl PR #1306 (#623) (@ChrisRackauckas)
- Update DataStructures.jl compatibility to v0.19 (#624) (@ChrisRackauckas)
- test: fix usage of removed
generate_functionin tests (#628) (@AayushSabharwal) - feat: integrate callback saving into integrator init and finalize (#629) (@AayushSabharwal)
Closed issues:
- Error with SciMLOperator v1 (#615)
v6.81.0
StochasticDiffEq v6.81.0
Merged pull requests:
- StochasticDiffEq docs (#611) (@ChrisRackauckas)
- Add missing docstrings for IICommutative, IILevyArea, and improve PCEuler documentation (#612) (@ChrisRackauckas)
v6.80.0
v6.79.0
StochasticDiffEq v6.79.0
Merged pull requests:
- CompatHelper: bump compat for SciMLOperators to 1, (keep existing compat) (#608) (@github-actions[bot])
v6.78.0
StochasticDiffEq v6.78.0
Merged pull requests:
- CompatHelper: bump compat for SciMLOperators to 0.4, (keep existing compat) (#606) (@github-actions[bot])
v6.77.1
StochasticDiffEq v6.77.1
v6.77.0
StochasticDiffEq v6.77.0
Merged pull requests:
- Add a better error message for the pseudoprocess (#605) (@ChrisRackauckas)
v6.76.0
StochasticDiffEq v6.76.0
Merged pull requests:
- CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#602) (@github-actions[bot])
- refactor: use
OrdinaryDiffEqCore.DefaultInitinstead ofSDEDefaultInit(#604) (@AayushSabharwal)