Skip to content

Commit 5131439

Browse files
committed
export SimpleATsit5, SimpleTsit5
1 parent 843e811 commit 5131439

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicalSystemsBase"
22
uuid = "6e36e845-645a-534a-86f2-f5d4aa5a06b4"
33
repo = "https://github.com/JuliaDynamics/DynamicalSystemsBase.jl.git"
4-
version = "2.6.5"
4+
version = "2.6.6"
55

66
[deps]
77
DelayEmbeddings = "5732040d-69e3-5649-938a-b6b4f237613f"

src/core/api_docstrings.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ argument to change the `i`-th state.
109109
function parallel_integrator end
110110

111111
"""
112-
trajectory(ds::GeneralizedDynamicalSystem, T [, u]; kwargs...) -> dataset
112+
trajectory(ds::GeneralizedDynamicalSystem, T [, u]; kwargs...) dataset
113113
114114
Return a dataset that will contain the trajectory of the system `ds`,
115115
after evolving it for total time `T`, optionally starting from state `u`.

src/core/continuous.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ using SciMLBase: __init, ODEFunction, ODEProblem, AbstractODEIntegrator
55
# Defaults #
66
#####################################################################################
77
using SimpleDiffEq: SimpleATsit5, SimpleTsit5
8+
export SimpleATsit5, SimpleTsit5
89
const DEFAULT_SOLVER = SimpleATsit5()
910
const DEFAULT_DIFFEQ_KWARGS = (abstol = 1e-6, reltol = 1e-6)
1011
const CDS_KWARGS = (alg = DEFAULT_SOLVER, DEFAULT_DIFFEQ_KWARGS...)

0 commit comments

Comments
 (0)