Releases: JuliaDynamics/DynamicalSystemsBase.jl
Releases · JuliaDynamics/DynamicalSystemsBase.jl
v3.0.3
DynamicalSystemsBase v3.0.3
v3.0.2
DynamicalSystemsBase v3.0.2
v3.0.1
DynamicalSystemsBase v3.0.1
v3.0.0
DynamicalSystemsBase v3.0.0
Closed issues:
- Interface for Hamiltonian systems (#4)
- Dataset[anything, SVector{Int}] -> generated (#40)
- Extend Dataset to allow using views of Vector{SVector}. (#74)
- Change reinit! behaviour for in-place parallel integrator of CDSs (#84)
- system with matrix state not abstract vector (#96)
- Test: rewrite parallel integrator of continuous systems to have state
Vector{Vector}
. (#124) stroboscopicmap
isn't tested (#149)- Cannot use trajectory with simple non-adaptive solver types (#151)
Merged pull requests:
- Don't pass default keyword arguments in integrator functions when using user-specified solver (#153) (@xlxs4)
- Add morris-lecar as a predefined system (#154) (@KalelR)
- Adding chaotic systems (#155) (@MartinuzziFrancesco)
- port to statespacesets.JL (#156) (@Datseris)
- CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) (#157) (@github-actions[bot])
- CompatHelper: add new compat entry for StateSpaceSets at version 0.1, (keep existing compat) (#158) (@github-actions[bot])
- DynamicalSystemsBase v3.0 (#159) (@Datseris)
- Bump actions/checkout from 2 to 3 (#161) (@dependabot[bot])
- more corrections for v3 from downstream (#162) (@Datseris)
- More fixes from downstream usage (#163) (@Datseris)
- finalize v3 (#164) (@Datseris)
- Add examples to the docs (#166) (@Datseris)
v2.9.1
v2.9.0
v2.8.0
What's Changed
- adding model two coupled element Hindmarsh Rose by chemical and electrical link by @SergeyNovak777 in #148
- Get parameter functions. by @Datseris in #150
New Contributors
- @SergeyNovak777 made their first contribution in #148
Full Changelog: v2.7.4...v2.8.0
v2.7.4
What's Changed
- Fix sign in Nose-Hoover Jacobian by @white-alistair in #145
- Enforce
Δt::Int
in discrete trajectory; fixset_parameter!
for generalized ds by @Datseris in #144 - Fix QBH Docstring by @white-alistair in #146
New Contributors
- @white-alistair made their first contribution in #145
Full Changelog: v2.7.0...v2.7.4
v2.7.0
DynamicalSystemsBase v2.7.0
Merged pull requests: