Skip to content

Commit

Permalink
New version: TimeseriesTools v0.5.1 (#118629)
Browse files Browse the repository at this point in the history
UUID: 380cddd1-6ef2-46ca-b087-e7151fb095ff
Repo: https://github.com/brendanjohnharris/TimeseriesTools.jl.git
Tree: 516fa71fd889ae76919343b3267b4bb1523fe7d1

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Nov 4, 2024
1 parent 49a302d commit eff3561
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
12 changes: 10 additions & 2 deletions T/TimeseriesTools/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
FFTW = "1"
IntervalSets = "0.7"
Reexport = "1"
Requires = "1"
Unitful = "1"

["0-0.1"]
Expand All @@ -12,6 +11,9 @@ julia = "1.6.0-1"
["0-0.2.2"]
DimensionalData = "0.19-0.24"

["0-0.5.0"]
Requires = "1"

["0.2"]
MakieCore = "0.4-0.6"

Expand Down Expand Up @@ -48,7 +50,13 @@ Peaks = "0.4"
Distributions = "0.25"

["0.4-0"]
DimensionalData = "0.27"
MakieCore = "0.8"
Normalization = "0.7"
Peaks = "0.4-0.5"

["0.4-0.5.0"]
DimensionalData = "0.27"

["0.5.1-0"]
DimensionalData = "0.27-0.28"
TimeseriesSurrogates = "2.6.3-2"
7 changes: 6 additions & 1 deletion T/TimeseriesTools/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

["0-0.5.0"]
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

["0.2-0"]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand All @@ -25,3 +27,6 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Peaks = "18e31ff7-3703-566c-8e60-38913d67486b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

["0.5.1-0"]
TimeseriesSurrogates = "c804724b-8c18-5caa-8579-6025a0767c70"
3 changes: 3 additions & 0 deletions T/TimeseriesTools/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ git-tree-sha1 = "cef93e5cd0a2ccd6a2e966a9048ed303665b4deb"

["0.5.0"]
git-tree-sha1 = "6a6694d49d2da16db4d1a758466a72253e0bea32"

["0.5.1"]
git-tree-sha1 = "516fa71fd889ae76919343b3267b4bb1523fe7d1"
5 changes: 4 additions & 1 deletion T/TimeseriesTools/WeakCompat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DSP = "0.6-0.7"
["0.2.2-0.2"]
Makie = "0.19-0.20"

["0.2.3-0"]
["0.2.3-0.5.0"]
TimeseriesSurrogates = "2.6.3-2"

["0.3"]
Expand All @@ -21,3 +21,6 @@ GeneralizedPhase = "0.1"
Makie = "0.21"
NaturalNeighbours = "1"
Term = "2"

["0.5.1-0"]
ComplexityMeasures = "3"
5 changes: 5 additions & 0 deletions T/TimeseriesTools/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
["0.2-0"]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

["0.2-0.5.0"]
TimeseriesSurrogates = "c804724b-8c18-5caa-8579-6025a0767c70"

["0.2.1-0"]
Expand All @@ -16,3 +18,6 @@ Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
GeneralizedPhase = "13235c25-d339-4138-a8bf-65c4e89d8d0a"
NaturalNeighbours = "f16ad982-4edb-46b1-8125-78e5a8b5a9e6"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"

["0.5.1-0"]
ComplexityMeasures = "ab4b797d-85ee-42ba-b621-05d793b346a2"

0 comments on commit eff3561

Please sign in to comment.