Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@oameye oameye released this 22 Jul 18:24
· 33 commits to main since this release
3955e56

What's Changed

This release replaces the StochSystem struct of all previous versions with the new CoupledSDEs struct to define a stochastic dynamical system. To see how the new version works, check out the documentation.

The update is a breaking change for almost all functions, because the interface is now built around CoupledSDEs. The benefit is that the package now integrates much more seamlessly with DynamicalSystems.jl and DifferentialEquations.jl. To use the package with the old StochSystem struct, choose version v0.2.1 or lower.

Full Changelog: v0.2.1...v0.3.0