Releases: SciML/StochasticDiffEq.jl
Releases · SciML/StochasticDiffEq.jl
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_function
in 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.DefaultInit
instead ofSDEDefaultInit
(#604) (@AayushSabharwal)
v6.75.0
StochasticDiffEq v6.75.0
Merged pull requests:
- Fix complex test, add _alg_autodiff method for Composite algs (#601) (@jClugstor)