Recent Releases of DiffEqNoiseProcess
DiffEqNoiseProcess - v5.24.1
DiffEqNoiseProcess v5.24.1
Merged pull requests: - Fix typo in tests (#212) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] about 1 year ago
DiffEqNoiseProcess - v5.24.0
DiffEqNoiseProcess v5.24.0
Merged pull requests:
- ci: test with 1, lts and pre versions of julia (#207) (@thazhemadam)
- CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat) (#208) (@github-actions[bot])
- Bump codecov/codecov-action from 4 to 5 (#210) (@dependabot[bot])
- Julia
Published by github-actions[bot] over 1 year ago
DiffEqNoiseProcess - v5.23.0
DiffEqNoiseProcess v5.23.0
Merged pull requests: - remove Requires.jl (#205) (@ChrisRackauckas)
Closed issues: - Extract covariance matrix from CorrelatedWienerprocess (#202)
- Julia
Published by github-actions[bot] over 1 year ago
DiffEqNoiseProcess - v5.22.0
DiffEqNoiseProcess v5.22.0
Merged pull requests: - Bump julia-actions/setup-julia from 1 to 2 (#199) (@dependabot[bot]) - ci: standardise workflows using SciML's reusable workflows (#200) (@thazhemadam) - CompatHelper: add new compat entry for ReverseDiff in [weakdeps] at version 1, (keep existing compat) (#201) (@github-actions[bot]) - add covariance field to NoiseProcess struct (#203) (@oameye)
- Julia
Published by github-actions[bot] over 1 year ago
DiffEqNoiseProcess - v5.21.0
DiffEqNoiseProcess v5.21.0
Merged pull requests: - Bump codecov/codecov-action from 3 to 4 (#189) (@dependabot[bot]) - Run JuliaFormatter.format() (#193) (@LilithHafner) - [skip ci] reapply formatting (#194) (@ArnoStrouwen) - Fix NoiseFunction docs (#196) (@ChrisRackauckas)
Closed issues: - Another (actionable) documentation issue (#195)
- Julia
Published by github-actions[bot] about 2 years ago
DiffEqNoiseProcess - v5.20.1
DiffEqNoiseProcess v5.20.1
Merged pull requests: - Bump actions/checkout from 3 to 4 (#179) (@dependabot[bot]) - Bump crate-ci/typos from 1.16.23 to 1.16.25 (#180) (@dependabot[bot]) - [skip ci] dependabot ignore typos patches (#181) (@ArnoStrouwen) - Bump crate-ci/typos from 1.16.25 to 1.17.0 (#185) (@dependabot[bot]) - Bump actions/cache from 3 to 4 (#187) (@dependabot[bot]) - Bump crate-ci/typos from 1.17.0 to 1.18.1 (#190) (@dependabot[bot]) - [skip ci] Update dependabot.yml (#191) (@ArnoStrouwen) - Geometric brownian bridge fix (#192) (@frankschae)
- Julia
Published by github-actions[bot] about 2 years ago
DiffEqNoiseProcess - v5.20.0
DiffEqNoiseProcess v5.20.0
Merged pull requests: - Docs1.0 (#169) (@ArnoStrouwen) - CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#171) (@github-actions[bot]) - chore: bump RecursiveArrayTools compat (#172) (@AayushSabharwal) - Change typeof(x) <: y to x isa y (#173) (@pepijndevos) - typos CI (#174) (@ArnoStrouwen)
- Julia
Published by github-actions[bot] about 2 years ago
DiffEqNoiseProcess - v5.19.0
DiffEqNoiseProcess v5.19.0
Merged pull requests: - Ou bridge (#161) (@Jonas-a-Zimmermann) - Bump actions/checkout from 3 to 4 (#164) (@dependabot[bot]) - Fix interface definition tutorial (#167) (@ChrisRackauckas) - There is no NoiseProcessProblem, I think it should be NoiseProblem (#168) (@ajdunlap)
Closed issues: - Ornstein-Uhlenback Bridge distribution (#2) - Tutorial "Direct Simulation of the Noise Process]" is Broken (#165)
- Julia
Published by github-actions[bot] over 2 years ago
DiffEqNoiseProcess - v5.18.0
DiffEqNoiseProcess v5.18.0
Merged pull requests: - replaced exp(x) - 1 by expm1 (#159) (@Jonas-a-Zimmermann) - try no space (#160) (@ArnoStrouwen) - Doc improv (#162) (@ArnoStrouwen)
- Julia
Published by github-actions[bot] over 2 years ago
DiffEqNoiseProcess - v5.17.2
DiffEqNoiseProcess v5.17.2
Closed issues:
- Remove wiener_randn handling (#6)
- Complex array-valued Wiener process only produces real noise (#101)
- wiener_randn! needs GPU-friendly fallback for complex AbstractArrays (#102)
- OrnsteinUhlbeck Noise is broken (#150)
- Throw an error if a one-dimensional noise process is used on a n-dimensional SDE (#155)
- wiener_rand! dispatches incorrectly (#156)
Merged pull requests: - codecov ext (#143) (@ArnoStrouwen) - fixed dispatch wiener_rand (#157) (@Jonas-a-Zimmermann)
- Julia
Published by github-actions[bot] over 2 years ago
DiffEqNoiseProcess - v5.17.1
DiffEqNoiseProcess v5.17.1
Closed issues: - VirtualBrownianTree cannot be reversed because it has no save_everystep field (#152)
Merged pull requests:
- Ou patch (#151) (@Jonas-a-Zimmermann)
- Use integer division in split_VBT_seed (#154) (@glatteis)
- Julia
Published by github-actions[bot] almost 3 years ago
DiffEqNoiseProcess - v5.17.0
DiffEqNoiseProcess v5.17.0
Merged pull requests:
- Excise staticarrays for staticarrayscore (#144) (@ChrisRackauckas)
- enable dependabot for GitHub actions (#145) (@ranocha)
- Bump actions/cache from 1 to 3 (#146) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#147) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#148) (@dependabot[bot])
- Bump actions/checkout from 1 to 3 (#149) (@dependabot[bot])
- Add reverse dispatch for VBT (#153) (@frankschae)
- Julia
Published by github-actions[bot] almost 3 years ago
DiffEqNoiseProcess - v5.16.0
DiffEqNoiseProcess v5.16.0
Closed issues: - Speed up NoiseGrid/NoiseWrapper (#140)
Merged pull requests: - add reversediff weak dependency (#142) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] about 3 years ago
DiffEqNoiseProcess - v5.15.2
DiffEqNoiseProcess v5.15.2
Merged pull requests:
- add cur_time as a guess to NoiseGrid to speed up search for time point (#141) (@frankschae)
- Julia
Published by github-actions[bot] about 3 years ago
DiffEqNoiseProcess - v5.15.1
DiffEqNoiseProcess v5.15.1
Merged pull requests:
- Comparisons with nothing (#139) (@frankschae)
- Julia
Published by github-actions[bot] about 3 years ago
DiffEqNoiseProcess - v5.15.0
DiffEqNoiseProcess v5.15.0
Closed issues: - Brownian bridge not working properly after first solve (#131)
Merged pull requests: - updated index.md and make.jl to include reproducibility. (#133) (@00krishna) - doc compat (#134) (@ArnoStrouwen) - CompatHelper: add new compat entry for DiffEqNoiseProcess at version 5 for package docs, (keep existing compat) (#135) (@github-actions[bot]) - NoiseProcess constructor (#138) (@Abhishek-1Bhatt)
- Julia
Published by github-actions[bot] about 3 years ago
DiffEqNoiseProcess - v5.14.2
DiffEqNoiseProcess v5.14.2
Closed issues: - problem with reinit when tspan starts at a time different from that of noise (#126)
Merged pull requests: - remove call to deprecated method (#130) (@rmsrosa) - Fix reinit (#132) (@rmsrosa)
- Julia
Published by github-actions[bot] over 3 years ago
DiffEqNoiseProcess - v5.14.1
DiffEqNoiseProcess v5.14.1
Merged pull requests: - canonize docs (#129) (@ArnoStrouwen)
- Julia
Published by github-actions[bot] over 3 years ago
DiffEqNoiseProcess - v5.14.0
DiffEqNoiseProcess v5.14.0
Closed issues: - Solving twice with same VirtualBrownianTree does not produce the same result (#123) - VirtualBrownianTree not integrating backwards in time (#125)
Merged pull requests:
- Implement copy! for noise types (#127) (@rmsrosa)
- Julia
Published by github-actions[bot] over 3 years ago
DiffEqNoiseProcess - v5.13.1
DiffEqNoiseProcess v5.13.1
Closed issues:
- reinit! not working properly with a NoiseWrapper noise (#121)
Merged pull requests:
- Fix links to plots in page Abstract Noise Processes (#120) (@rmsrosa)
- add reinit! specialized to NoiseWrapper (#122) (@rmsrosa)
- reinit! VBT for proper reproducibility (#124) (@rmsrosa)
- Julia
Published by github-actions[bot] over 3 years ago
DiffEqNoiseProcess - v5.13.0
DiffEqNoiseProcess v5.13.0
Merged pull requests: - Transport process (#116) (@rmsrosa) - [skip ci] badges (#117) (@ArnoStrouwen) - doc cov (#118) (@ArnoStrouwen) - MassInstallAction: Install the Invalidations workflow on this repository (#119) (@devmotion)
- Julia
Published by github-actions[bot] over 3 years ago
DiffEqNoiseProcess - v5.12.3
DiffEqNoiseProcess v5.12.3
Merged pull requests: - move to SDEProblemLibrary (#115) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] over 3 years ago
DiffEqNoiseProcess - v5.12.2
DiffEqNoiseProcess v5.12.2
Closed issues:
- reinitializing a NoiseFunction with reinit! not working (#113)
Merged pull requests: - Handle warnings in tests (#111) (@frankschae) - Reset noisefunction (#114) (@rmsrosa)
- Julia
Published by github-actions[bot] over 3 years ago
DiffEqNoiseProcess - v5.12.1
DiffEqNoiseProcess v5.12.1
Merged pull requests: - Use SciML format? (#108) (@frankschae) - Fix Ito reverse noise processes (#109) (@frankschae)
- Julia
Published by github-actions[bot] over 3 years ago
DiffEqNoiseProcess - v5.12.0
DiffEqNoiseProcess v5.12.0
Merged pull requests: - Update Downstream.yml (#105) (@MartinuzziFrancesco) - Change GPUArrays to GPUArraysCore (#106) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] over 3 years ago
DiffEqNoiseProcess - v5.11.1
DiffEqNoiseProcess v5.11.1
Merged pull requests: - Add a bunch of downstream tests (#103) (@ChrisRackauckas) - add docs (#104) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] almost 4 years ago
DiffEqNoiseProcess - v5.11.0
DiffEqNoiseProcess v5.11.0
Merged pull requests: - add GPUArrays dependency (#100) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] almost 4 years ago
DiffEqNoiseProcess - v5.10.0
DiffEqNoiseProcess v5.10.0
Merged pull requests: - CI for LTS (#97) (@ChrisRackauckas) - add tolerances for solver (#98) (@frankschae) - remove Requires.jl usage (#99) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] almost 4 years ago
DiffEqNoiseProcess - v5.9.0
DiffEqNoiseProcess v5.9.0
Merged pull requests: - Fix ensemble simulation of noise processes (#95) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] over 4 years ago
DiffEqNoiseProcess - v5.8.0
DiffEqNoiseProcess v5.8.0
Merged pull requests: - allow solvers to use Noise Grid with SVectors (#94) (@frankschae)
- Julia
Published by github-actions[bot] over 4 years ago
DiffEqNoiseProcess - v5.7.3
DiffEqNoiseProcess v5.7.3
Merged pull requests: - Reversal fixes (#93) (@frankschae)
- Julia
Published by github-actions[bot] almost 5 years ago
DiffEqNoiseProcess - v5.7.2
DiffEqNoiseProcess v5.7.2
Merged pull requests: - CompatHelper: bump compat for "Distributions" to "0.25" (#90) (@github-actions[bot]) - Slightly increase the tolerance of the reversal test (#91) (@ChrisRackauckas) - Noise grid dispatch for pCN function (#92) (@frankschae)
- Julia
Published by github-actions[bot] almost 5 years ago
DiffEqNoiseProcess - v5.7.1
DiffEqNoiseProcess v5.7.1
Merged pull requests: - Bug fix for pCN function (#89) (@frankschae)
- Julia
Published by github-actions[bot] almost 5 years ago
DiffEqNoiseProcess - v5.7.0
DiffEqNoiseProcess v5.7.0
Merged pull requests: - preconditioned Crank Nicolson (#87) (@frankschae) - allows to start the NoiseProcess with a different index (#88) (@frankschae)
- Julia
Published by github-actions[bot] almost 5 years ago
DiffEqNoiseProcess - v5.6.0
DiffEqNoiseProcess v5.6.0
Merged pull requests: - Box Wedge Tail method (#86) (@frankschae)
- Julia
Published by github-actions[bot] about 5 years ago
DiffEqNoiseProcess - v5.5.2
DiffEqNoiseProcess v5.5.2
Closed issues: - Update dist function for out of place cases (#83)
Merged pull requests: - RSwM3 correctness follow-up (#82) (@sfalmo) - Fix CorrelatedWienerProcess (#84) (@frankschae)
- Julia
Published by github-actions[bot] about 5 years ago
DiffEqNoiseProcess - v5.5.1
DiffEqNoiseProcess v5.5.1
Merged pull requests: - RSWm3 correctness (#80) (@sfalmo)
- Julia
Published by github-actions[bot] about 5 years ago
DiffEqNoiseProcess - v5.5.0
DiffEqNoiseProcess v5.5.0
Closed issues: - Filenames only differing by case makes the infrastructure confused. (#79)
Merged pull requests: - CompatHelper: bump compat for "StaticArrays" to "1.0" (#77) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.4.4
DiffEqNoiseProcess v5.4.4
Merged pull requests: - MassInstallAction: Install the GitHubActionsCI workflow on this repository (#78) (@christopher-dG)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.4.3
DiffEqNoiseProcess v5.4.3
Merged pull requests: - handle trackedreal noise (#75) (@ChrisRackauckas) - Remove unnecessary allocation (#76) (@rvignolo)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.4.2
DiffEqNoiseProcess v5.4.2
Merged pull requests: - Branch for handling ReverseDiff TrackedReals in SDEs (#73) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.4.1
DiffEqNoiseProcess v5.4.1
Closed issues: - Investigate SPRNG in VBT (#67)
Merged pull requests: - Virtual Brownian Tree (#65) (@frankschae) - MassInstallAction: Install the TagBot workflow on this repository (#69) (@christopher-dG) - reduce allocations (#71) (@isaacsas)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.4.0
DiffEqNoiseProcess v5.4.0
Merged pull requests: - CompatHelper: bump compat for "Distributions" to "0.24" (#64) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.3.1
DiffEqNoiseProcess v5.3.1
Merged pull requests: - Dispatch for reversion of a given noise process (#63) (@frankschae)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.3.0
DiffEqNoiseProcess v5.3.0
Merged pull requests: - Ito SDE reversal (#62) (@frankschae)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.2.0
DiffEqNoiseProcess v5.2.0
Merged pull requests: - Remove DataStructures (#60) (@devmotion)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.1.2
DiffEqNoiseProcess v5.1.2
Merged pull requests: - nothing returns to simplify inference (#58) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.1.1
DiffEqNoiseProcess v5.1.1
Merged pull requests: - extraction and endpoint fixes (#57) (@frankschae)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.1.0
DiffEqNoiseProcess v5.1.0
Merged pull requests: - allow noise wrapper to start at an indx different from zero (#56) (@frankschae)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.0.3
DiffEqNoiseProcess v5.0.3
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.0.2
DiffEqNoiseProcess v5.0.2
Merged pull requests: - extraction tests for noise values (#55) (@frankschae)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.0.1
DiffEqNoiseProcess v5.0.1
Merged pull requests: - change also real white noise process to new style (#54) (@frankschae)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v5.0.0
DiffEqNoiseProcess v5.0.0
Closed issues: - Reverse a noise process (#50)
Merged pull requests: - Generalization of second noise process for different sizes (#53) (@frankschae)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v4.3.0
DiffEqNoiseProcess v4.3.0
Merged pull requests: - Allow CUDA.jl (#52) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] over 5 years ago
DiffEqNoiseProcess - v4.2.0
DiffEqNoiseProcess v4.2.0
- Julia
Published by github-actions[bot] almost 6 years ago
DiffEqNoiseProcess - v4.1.6
DiffEqNoiseProcess v4.1.6
- Julia
Published by github-actions[bot] almost 6 years ago
DiffEqNoiseProcess - v4.1.5
DiffEqNoiseProcess v4.1.5
Closed issues:
- Specialized NoiseGrid for non-adaptive time stepping (#9)
Merged pull requests: - making noise wrapper reversible (#51) (@frankschae)
- Julia
Published by github-actions[bot] almost 6 years ago
DiffEqNoiseProcess - v4.1.4
DiffEqNoiseProcess v4.1.4
Merged pull requests: - multi-dim brownian motion example (#48) (@frankschae) - Fix for Noise Grid with inplace operations (#49) (@frankschae)
- Julia
Published by github-actions[bot] almost 6 years ago
DiffEqNoiseProcess - v4.1.3
DiffEqNoiseProcess v4.1.3
Merged pull requests: - use the faster stack type (#47) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] almost 6 years ago
DiffEqNoiseProcess - v4.1.2
DiffEqNoiseProcess v4.1.2
Merged pull requests: - reduce small overheads (#46) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] almost 6 years ago
DiffEqNoiseProcess - v4.1.1
DiffEqNoiseProcess v4.1.1
Closed issues: - Poisson process with bridging for adaptivity (#24)
Merged pull requests: - flip checks for end when moving in reverse (#45) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] almost 6 years ago
DiffEqNoiseProcess - v4.1.0
DiffEqNoiseProcess v4.1.0
Merged pull requests: - precomputed Poisson rates (#44) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] almost 6 years ago
DiffEqNoiseProcess - v4.0.0
DiffEqNoiseProcess v4.0.0
Merged pull requests: - Bridging CompoundPoissonProcess (#43) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] almost 6 years ago
DiffEqNoiseProcess - v3.11.0
DiffEqNoiseProcess v3.11.0
Closed issues: - possible test failure in upcoming Julia version 1.5 (#41)
Merged pull requests: - Fix Noise Processes' link (#40) (@spirosbax) - add SimpleNoiseProcess (#42) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] almost 6 years ago
DiffEqNoiseProcess - v3.10.0
DiffEqNoiseProcess v3.10.0
Merged pull requests: - CompatHelper: bump compat for "RecipesBase" to "1.0" (#39) (@github-actions[bot])
- Julia
Published by github-actions[bot] almost 6 years ago
DiffEqNoiseProcess - v3.9.0
DiffEqNoiseProcess v3.9.0
Merged pull requests: - CompatHelper: bump compat for "RecipesBase" to "0.8" (#37) (@github-actions[bot]) - Install TagBot as a GitHub Action (#38) (@JuliaTagBot)
- Julia
Published by github-actions[bot] about 6 years ago
DiffEqNoiseProcess - v3.8.0
v3.8.0 (2020-01-09)
Merged pull requests:
- update for recursivearraytools (#36) (ChrisRackauckas)
- Julia
Published by julia-tagbot[bot] about 6 years ago
DiffEqNoiseProcess - v3.7.0
v3.7.0 (2019-12-14)
Merged pull requests:
- CompatHelper: bump compat for "Requires" to "1.0" (#35) (github-actions[bot])
- Julia
Published by julia-tagbot[bot] about 6 years ago
DiffEqNoiseProcess - v3.6.0
v3.6.0 (2019-11-30)
Closed issues:
- precompilation warnings in 1.3 (#33)
Merged pull requests:
- CompatHelper: bump compat for "ResettableStacks" to "1.0" (#34) (github-actions[bot])
- Julia
Published by julia-tagbot[bot] over 6 years ago
DiffEqNoiseProcess - v3.5.0
v3.5.0 (2019-11-27)
- Julia
Published by julia-tagbot[bot] over 6 years ago
DiffEqNoiseProcess - v3.4.0
v3.4.0 (2019-11-22)
Closed issues:
- Register 3.3.1 (#22)
Merged pull requests:
- CompatHelper: add new compat entry for "ResettableStacks" at version "0.6" (#31) (github-actions[bot])
- CompatHelper: add new compat entry for "DataStructures" at version "0.17" (#30) (github-actions[bot])
- CompatHelper: add new compat entry for "Requires" at version "0.5" (#29) (github-actions[bot])
- CompatHelper: add new compat entry for "RecursiveArrayTools" at version "1.0" (#28) (github-actions[bot])
- CompatHelper: add new compat entry for "RandomNumbers" at version "1.3" (#27) (github-actions[bot])
- CompatHelper: add new compat entry for "StaticArrays" at version "0.12" (#26) (github-actions[bot])
- CompatHelper: add new compat entry for "RecipesBase" at version "0.7" (#25) (github-actions[bot])
- Require DiffEqBase >= 5.8.1 (#23) (tkf)
- Julia
Published by julia-tagbot[bot] over 6 years ago
DiffEqNoiseProcess - v3.3.1
v3.3.1 (2019-05-27)
Closed issues:
- v3.3.0 (#20)
Merged pull requests:
- Fix a typo in real inplace white noise (#21) (david-pl)
- Julia
Published by julia-tagbot[bot] almost 7 years ago
DiffEqNoiseProcess - v3.3.0
v3.3.0 (2019-05-20)
Closed issues:
- v3.2.1 (#19)
Merged pull requests:
- Add CITATION.bib (#17) (asinghvi17)
- Julia
Published by julia-tagbot[bot] almost 7 years ago
DiffEqNoiseProcess - v3.2.1
Commits
- typo fix (5345830)
This changelog was automatically generated, and might contain inaccuracies.
- Julia
Published by julia-tagbot[bot] almost 7 years ago
DiffEqNoiseProcess - Fix W timing typing to be tTypes
- Julia
Published by ChrisRackauckas about 7 years ago
DiffEqNoiseProcess - Allow TrackedArray usage with rejection
- Julia
Published by ChrisRackauckas about 7 years ago
DiffEqNoiseProcess - Hotfix ambiguities in wiener_randn!
- Julia
Published by ChrisRackauckas about 7 years ago
DiffEqNoiseProcess - Use ResettableStacks iip, W iip internally, and generic randn for Wiener
- Julia
Published by ChrisRackauckas about 7 years ago
DiffEqNoiseProcess - v0.7 compatibility release
- Julia
Published by ChrisRackauckas over 7 years ago
DiffEqNoiseProcess - Add for DiffEqBase version bounds
- Julia
Published by ChrisRackauckas about 8 years ago
DiffEqNoiseProcess - Fast tracks for static arrays
- Julia
Published by ChrisRackauckas about 8 years ago
DiffEqNoiseProcess - Get rid of eltype recursion for compatibility fixes
- Julia
Published by ChrisRackauckas over 8 years ago
DiffEqNoiseProcess - Fix NoiseGrid for analytic convergence testing
- Julia
Published by ChrisRackauckas over 8 years ago
DiffEqNoiseProcess - RSwM3 allocation improvements and fix odd noise processes
- Julia
Published by ChrisRackauckas over 8 years ago
DiffEqNoiseProcess - Inlining
Causes a pretty substantial performance difference.
- Julia
Published by ChrisRackauckas over 8 years ago