Skip to content

Commit feda773

Browse files
committed
Merge branch 'dev'
2 parents de7c847 + 61af5a4 commit feda773

File tree

13 files changed

+1755
-97
lines changed

13 files changed

+1755
-97
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CyclingSignatures"
22
uuid = "b750c39d-317b-4ed7-a266-e63a9df6ec54"
33
authors = ["davidhien <[email protected]> and contributors"]
4-
version = "0.3.0"
4+
version = "0.2.1"
55

66
[deps]
77
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
@@ -27,15 +27,17 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
2727

2828
[extensions]
2929
PlotsPltExt = ["Plots", "StatsPlots"]
30+
MakiePltExt = ["Makie"]
3031

3132
[compat]
3233
StatsPlots = "0.15.8"
3334
StepFunctions = "1.0.0"
3435
julia = "1.9"
3536

3637
[extras]
38+
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
3739
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
3840
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3941

4042
[targets]
41-
test = ["Test", "SafeTestsets"]
43+
test = ["Test", "SafeTestsets", "OrdinaryDiffEqTsit5"]

docs/src/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ These can be related using higher dimensional cycling signatures.
2222

2323
## Installation
2424

25-
Install the package by first adding `StepFunctions.jl` and then `CyclingSignatures.jl`
25+
Install the package via
2626

2727
```julia
2828
using Pkg
29-
Pkg.add(url="https://github.com/davidhien/StepFunctions.jl")
3029
Pkg.add(url="https://github.com/davidhien/CyclingSignatures.jl")
3130

3231
```
33-
34-
Then load it via
32+
and load it via
3533
```julia
3634
using CyclingSignatures
3735
```

0 commit comments

Comments
 (0)