版本发布 8
## DynamicalSystemsBase v3.15.5 [Diff since v3.15.4](https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/compare/v3.15.4...v3.15.5) **Merged pull requests:** - Add Runic.jl formatter and allow default `p` for `CoupledSDEs` (#247) (@Datseris)
## DynamicalSystemsBase v3.15.4 [Diff since v3.15.3](https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/compare/v3.15.3...v3.15.4) **Merged pull requests:** - Bump actions/checkout from 5 to 6 (#241) (@dependabot[bot]) - Bump actions/cache from 4 to 5 (#242) (@dependabot[bot]) - Bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0 (#243) (@dependabot[bot]) - fix: warning import since v1.12 (#244) (@oameye)
## DynamicalSystemsBase v3.15.0 [Diff since v3.14.0](https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/compare/v3.14.0...v3.15.0) **Merged pull requests:** - Bump actions/checkout from 4 to 5 (#234) (@dependabot[bot]) - Named state space sets and other MTK related fixes and improvements (#235) (@Datseris)
## DynamicalSystemsBase v3.14.0 [Diff since v3.13.3](https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/compare/v3.13.3...v3.14.0) **Merged pull requests:** - Informative error on nonexisting symbolic parameter (#232) (@Datseris)
## DynamicalSystemsBase v3.13.3 [Diff since v3.13.2](https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/compare/v3.13.2...v3.13.3) **Merged pull requests:** - CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#233) (@github-actions[bot])
## DynamicalSystemsBase v3.13.2 [Diff since v3.13.1](https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/compare/v3.13.1...v3.13.2) **Merged pull requests:** - `ParallelDynamicalSystem` for `StroboscopicMap` and other API (#225) (@rusandris)
## DynamicalSystemsBase v3.13.1 [Diff since v3.13.0](https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/compare/v3.13.0...v3.13.1) **Merged pull requests:** - add `CoupledSDEs(ds::CoupledSDEs, diffeq)` method (#231) (@oameye)
## DynamicalSystemsBase v3.13.0 [Diff since v3.12.1](https://github.com/JuliaDynamics/DynamicalSystemsBase.jl/compare/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)