Skip to content

Commit

Permalink
New version: SpectralDistances v0.1.14 (#72919)
Browse files Browse the repository at this point in the history
UUID: 2b0dec9d-f767-4f95-9e73-7df56487de68
Repo: https://github.com/baggepinnen/SpectralDistances.jl.git
Tree: 4401c7805a9b7235a38b0783a877f0fc0cf8a2a2

Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
  • Loading branch information
JuliaRegistrator authored Nov 26, 2022
1 parent 10c7d53 commit 02217be
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
28 changes: 21 additions & 7 deletions S/SpectralDistances/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ DocStringExtensions = "0.8"
DoubleFloats = "1.1.0-1"
Hungarian = "0.6"
Lazy = "0.14-0.15"
OrdinaryDiffEq = "5"
QuadGK = "2"
RecipesBase = ["0.8", "1"]
Requires = "1"
Expand All @@ -27,6 +26,9 @@ StaticArrays = "0.12"
["0-0.1.12"]
DSP = "0.6"

["0-0.1.13"]
OrdinaryDiffEq = "5"

["0-0.1.3"]
PolynomialRoots = "0.2"

Expand Down Expand Up @@ -64,15 +66,27 @@ ControlSystems = "0.9"
FillArrays = "0.8-0.11"

["0.1.12-0"]
LoopVectorization = "0.8-0.12"
StaticArrays = ["0.12", "1"]

["0.1.13-0"]
["0.1.12-0.1.13"]
LoopVectorization = "0.8-0.12"

["0.1.13"]
ControlSystems = "0.10"
DSP = "0.6-0.7"
FillArrays = "0.8-0.12"

["0.1.13-0"]
DSP = "0.6-0.7"
SlidingDistancesBase = "0.1-0.3"

["0.1.14-0"]
ControlSystemsBase = "1"
DynamicAxisWarping = "0.4"
FillArrays = "0.11-0.12"
LoopVectorization = "0.12"
OrdinaryDiffEq = "5-6"
Plots = "1"

["0.1.2"]
LoopVectorization = "0.7.7-0.8"

Expand All @@ -91,8 +105,8 @@ UnPack = "1"
["0.1.8"]
DynamicAxisWarping = "0.1-0.3"

["0.1.9-0"]
DynamicAxisWarping = "0.1-0.4"

["0.1.9-0.1.12"]
SlidingDistancesBase = "0.1-0.2"

["0.1.9-0.1.13"]
DynamicAxisWarping = "0.1-0.4"
8 changes: 7 additions & 1 deletion S/SpectralDistances/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[0]
ControlSystems = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down Expand Up @@ -29,6 +28,9 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
["0-0.1.11"]
BackwardsLinalg = "442b4e1a-8b9d-11e9-03b0-f14b31742153"

["0-0.1.13"]
ControlSystems = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e"

["0.1.1-0"]
DynamicAxisWarping = "aaaaaaaa-4a10-5553-b683-e707b00e83ce"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Expand All @@ -37,6 +39,10 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
SlidingDistancesBase = "25b0cc0c-38e4-462f-a11d-8564868c562d"

["0.1.14-0"]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

["0.1.6-0"]
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
3 changes: 3 additions & 0 deletions S/SpectralDistances/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ git-tree-sha1 = "3f48ba3ac93de08e8c68bb2ff629e6b407853b0b"

["0.1.13"]
git-tree-sha1 = "16c2449495b3531ccd8e9659c8092fc140d9b68c"

["0.1.14"]
git-tree-sha1 = "4401c7805a9b7235a38b0783a877f0fc0cf8a2a2"

0 comments on commit 02217be

Please sign in to comment.