Skip to content

Tags: JuliaDynamics/DynamicalSystemsBase.jl

Tags

v3.13.2

Toggle v3.13.2's commit message
[Diff since v3.13.1](v3.13.1...v3.13.2)

**Merged pull requests:**
- `ParallelDynamicalSystem` for `StroboscopicMap` and other API (#225) (@rusandris)

v3.13.1

Toggle v3.13.1's commit message
[Diff since v3.13.0](v3.13.0...v3.13.1)

**Merged pull requests:**
- add `CoupledSDEs(ds::CoupledSDEs, diffeq)` method (#231) (@oameye)

v3.13.0

Toggle v3.13.0's commit message
[Diff since v3.12.1](v3.12.1...v3.13.0)

**Merged pull requests:**
- feat: MTK Jacobian for CoupledDEs (#229) (@oameye)
- fix: set max time span to 1e16 for CoupledSDEs (#230) (@oameye)

**Closed issues:**
- CoupledSDEs not a CoreDynamicalSystem? (#228)

v3.12.1

Toggle v3.12.1's commit message
[Diff since v3.12.0](v3.12.0...v3.12.1)

**Merged pull requests:**
- Bump codecov/codecov-action from 4 to 5 (#227) (@dependabot[bot])

v3.12.0

Toggle v3.12.0's commit message
[Diff since v3.11.2](v3.11.2...v3.12.0)

**Merged pull requests:**
- Correct behavior of default u at trajectory (#226) (@Datseris)

**Closed issues:**
- Out-of-place `CoupledSDEs` erroring with `trajectory` (#224)

v3.11.2

Toggle v3.11.2's commit message
[Diff since v3.11.1](v3.11.1...v3.11.2)

v3.11.1

Toggle v3.11.1's commit message
[Diff since v3.11.0](v3.11.0...v3.11.1)

**Merged pull requests:**
- let `diffusion_matrix(::CoupledSDEs)` export a matrix (#221) (@oameye)

v3.11.0

Toggle v3.11.0's commit message
[Diff since v3.10.1](v3.10.1...v3.11.0)

**Merged pull requests:**
- add coupledSDEs type (#212) (@oameye)
- CompatHelper: bump compat for StateSpaceSets to 2, (keep existing compat) (#217) (@github-actions[bot])

**Closed issues:**
- Add `CoupledSDEs` system struct (#202)

v3.10.1

Toggle v3.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CompatHelper: bump compat for StateSpaceSets to 2, (keep existing com…

…pat) (#217)

* CompatHelper: bump compat for StateSpaceSets to 2, (keep existing compat)

* allow `container` keyword

* changelog

* fix incorrect usage of size

* use exclusively only v2 of SSEts

* use dimension for poincaresos

* simplify field t of PoincareMap

* and fix incorrect AA type annotation

* final typo fix

* revert type annotation

* correct reinit

* changelog

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Datseris <datseris.george@gmail.com>

v3.10.0

Toggle v3.10.0's commit message
[Diff since v3.9.1](v3.9.1...v3.10.0)

**Merged pull requests:**
- reduce OrdinaryDiffEq dependency to the Tsit5 version only (#216) (@Datseris)

**Closed issues:**
- Precompilation fail (#215)