Releases: SciML/StochasticDelayDiffEq.jl
Releases · SciML/StochasticDelayDiffEq.jl
v1.8.2
StochasticDelayDiffEq v1.8.2
Merged pull requests:
- Update for StochasticDiffEq cut of OrdinaryDiffEq (#86) (@ChrisRackauckas)
v1.8.1
StochasticDelayDiffEq v1.8.1
Merged pull requests:
- feat: add support for symbolic
save_idxs
(#83) (@AayushSabharwal) - feat: add initialization support (#84) (@AayushSabharwal)
v1.8.0
StochasticDelayDiffEq v1.8.0
Merged pull requests:
- ci: test with
1
,lts
andpre
versions of julia (#81) (@thazhemadam) - switch to FastPower (#82) (@ChrisRackauckas)
v1.7.0
StochasticDelayDiffEq v1.7.0
Merged pull requests:
v1.6.2
StochasticDelayDiffEq v1.6.2
Merged pull requests:
- Bump actions/cache from 3 to 4 (#74) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#75) (@dependabot[bot])
- ci: explicitly specify token for codecov (#76) (@thazhemadam)
- Bump julia-actions/setup-julia from 1 to 2 (#77) (@dependabot[bot])
- ci: standardise workflows using SciML's reusable workflows (#78) (@thazhemadam)
- Test master (#79) (@ChrisRackauckas)
v1.6.1
v1.6.0
StochasticDelayDiffEq v1.6.0
Merged pull requests:
- chore: bump RecursiveArrayTools compat (#69) (@AayushSabharwal)
Closed issues:
ERROR: MethodError: no method matching StochasticDiffEq.SDEOptions
for simple example (#72)
v1.5.0
StochasticDelayDiffEq v1.5.0
Merged pull requests:
- Insert a safety error for lack of fixed point iteration (#67) (@ChrisRackauckas)
- Bump actions/checkout from 3 to 4 (#68) (@dependabot[bot])
- Change typeof(x) <: y to x isa y (#70) (@pepijndevos)
- Fix for progress bars update (#71) (@ChrisRackauckas)
Closed issues:
- SDDE fails if ran on the command line. (#66)
v1.4.0
StochasticDelayDiffEq v1.4.0
Merged pull requests:
- Replace destats (#60) (@avik-pal)
- enable dependabot for GitHub actions (#61) (@ranocha)
- Bump codecov/codecov-action from 1 to 3 (#62) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#63) (@dependabot[bot])
- Bump actions/checkout from 1 to 3 (#64) (@dependabot[bot])
v1.3.2
StochasticDelayDiffEq v1.3.2
Merged pull requests:
- update for nlsolver changes (#59) (@ChrisRackauckas)