Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 12:17
· 51 commits to main since this release
9126221

DynamicalSystemsBase v3.0.0

Diff since v2.9.1

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)