We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafa808 commit 0df5310Copy full SHA for 0df5310
2 files changed
Project.toml
@@ -1,7 +1,7 @@
1
name = "DynamicalSystemsBase"
2
uuid = "6e36e845-645a-534a-86f2-f5d4aa5a06b4"
3
repo = "https://github.com/JuliaDynamics/DynamicalSystemsBase.jl.git"
4
-version = "3.15.3"
+version = "3.15.4"
5
6
[deps]
7
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ext/src/CoupledSDEs.jl
@@ -1,4 +1,5 @@
using LinearAlgebra: LinearAlgebra
+import DynamicalSystemsBase: CoupledSDEs
###########################################################################################
# DiffEq options
0 commit comments