diff --git a/M/MatrixProfile/Compat.toml b/M/MatrixProfile/Compat.toml new file mode 100644 index 000000000000000..77c64eb2f161808 --- /dev/null +++ b/M/MatrixProfile/Compat.toml @@ -0,0 +1,7 @@ +[0] +DSP = "0.6" +LoopVectorization = "0.7.4-0.7" +ProgressMeter = "1.2.0-1" +RecipesBase = ["0.8", "1"] +SlidingDistancesBase = "0.1" +julia = "1" diff --git a/M/MatrixProfile/Deps.toml b/M/MatrixProfile/Deps.toml new file mode 100644 index 000000000000000..f1a89bc35319212 --- /dev/null +++ b/M/MatrixProfile/Deps.toml @@ -0,0 +1,8 @@ +[0] +DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890" +ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" +RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" +SlidingDistancesBase = "25b0cc0c-38e4-462f-a11d-8564868c562d" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" diff --git a/M/MatrixProfile/Package.toml b/M/MatrixProfile/Package.toml new file mode 100644 index 000000000000000..606376fae1fc586 --- /dev/null +++ b/M/MatrixProfile/Package.toml @@ -0,0 +1,3 @@ +name = "MatrixProfile" +uuid = "24e37439-14ec-4097-bda3-6a65822e2305" +repo = "https://github.com/baggepinnen/MatrixProfile.jl.git" diff --git a/M/MatrixProfile/Versions.toml b/M/MatrixProfile/Versions.toml new file mode 100644 index 000000000000000..7a0a935cb848e61 --- /dev/null +++ b/M/MatrixProfile/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "04fc05ba4b99e92e93e36ed231c4254723cff466" diff --git a/Registry.toml b/Registry.toml index 699caf96adb85c2..59bec201e35adda 100644 --- a/Registry.toml +++ b/Registry.toml @@ -536,6 +536,7 @@ some amount of consideration when choosing package names. 247fc82d-8a48-4c99-91f9-777a8789624c = { name = "ModuleLogging", path = "M/ModuleLogging" } 24973c7f-061f-47f0-b8d1-653b711ffc2d = { name = "SpecializeVarargs", path = "S/SpecializeVarargs" } 24ddb15e-299a-5cc3-8414-dbddc482d9ca = { name = "TransmuteDims", path = "T/TransmuteDims" } +24e37439-14ec-4097-bda3-6a65822e2305 = { name = "MatrixProfile", path = "M/MatrixProfile" } 24f65c1e-0a10-5d3d-8a1f-a83399f3fced = { name = "SuffixArrays", path = "S/SuffixArrays" } 251d5f9e-10c1-4699-ba24-e0ad168fa3e4 = { name = "EvalMetrics", path = "E/EvalMetrics" } 251f48c7-f5a4-5bc8-b6b6-ff4797c45649 = { name = "SMCExamples", path = "S/SMCExamples" }