From 57895ea52d36720c428dc133b0e2925f81b91a62 Mon Sep 17 00:00:00 2001 From: Registrator Date: Mon, 14 Nov 2022 12:28:46 +0530 Subject: [PATCH] New package: TSFrames v0.1.0 (#72041) UUID: 9f90e835-9451-4aaa-bcb1-743a1b8d2f84 Repo: https://github.com/xKDR/TSFrames.jl.git Tree: 62275816e6bb5aae5d57495b287c5784d5225e98 Registrator tree SHA: 6f7123171eb7f645eda28350bbbc080fbc238330 Co-authored-by: JuliaHubRegistrator --- Registry.toml | 1 + T/TSFrames/Compat.toml | 8 ++++++++ T/TSFrames/Deps.toml | 10 ++++++++++ T/TSFrames/Package.toml | 3 +++ T/TSFrames/Versions.toml | 2 ++ 5 files changed, 24 insertions(+) create mode 100644 T/TSFrames/Compat.toml create mode 100644 T/TSFrames/Deps.toml create mode 100644 T/TSFrames/Package.toml create mode 100644 T/TSFrames/Versions.toml diff --git a/Registry.toml b/Registry.toml index e3d29f0bdc66c29..56ec05dd3012679 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5354,6 +5354,7 @@ some amount of consideration when choosing package names. 9f7a259d-73a7-556d-a7a2-3eb122d3865b = { name = "EcologicalNetworksPlots", path = "E/EcologicalNetworksPlots" } 9f858d72-1d43-11ec-0cbc-15b5a80c172b = { name = "ProgressTimer", path = "P/ProgressTimer" } 9f8f4483-481e-4903-91bb-7ade42e914e0 = { name = "ModiaPlot_CairoMakie", path = "M/ModiaPlot_CairoMakie" } +9f90e835-9451-4aaa-bcb1-743a1b8d2f84 = { name = "TSFrames", path = "T/TSFrames" } 9f92fee6-ed62-42c3-b009-0e4f934456c2 = { name = "NeXLParticle", path = "N/NeXLParticle" } 9fa3cf97-96f5-4594-8ac7-dc80311f2c9e = { name = "BOMBs", path = "B/BOMBs" } 9fae3aff-8997-5dd1-9b84-5d0cc5e0bffa = { name = "Wine_jll", path = "W/Wine_jll" } diff --git a/T/TSFrames/Compat.toml b/T/TSFrames/Compat.toml new file mode 100644 index 000000000000000..e31c9f62a832468 --- /dev/null +++ b/T/TSFrames/Compat.toml @@ -0,0 +1,8 @@ +[0] +DataFrames = "1.3.2-1" +RecipesBase = "1.2.1-1" +RollingFunctions = "0.6.2-0.7" +ShiftedArrays = "1-2" +StatsBase = "0.33" +Tables = "1" +julia = "1.7.0-1" diff --git a/T/TSFrames/Deps.toml b/T/TSFrames/Deps.toml new file mode 100644 index 000000000000000..b9d2e3c64c9e9be --- /dev/null +++ b/T/TSFrames/Deps.toml @@ -0,0 +1,10 @@ +[0] +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" +RollingFunctions = "b0e4dd01-7b14-53d8-9b45-175a3e362653" +ShiftedArrays = "1277b4bf-5013-50f5-be3d-901d8477a67a" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" diff --git a/T/TSFrames/Package.toml b/T/TSFrames/Package.toml new file mode 100644 index 000000000000000..e642e406edd3a88 --- /dev/null +++ b/T/TSFrames/Package.toml @@ -0,0 +1,3 @@ +name = "TSFrames" +uuid = "9f90e835-9451-4aaa-bcb1-743a1b8d2f84" +repo = "https://github.com/xKDR/TSFrames.jl.git" diff --git a/T/TSFrames/Versions.toml b/T/TSFrames/Versions.toml new file mode 100644 index 000000000000000..815c1d66b5f25a2 --- /dev/null +++ b/T/TSFrames/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "62275816e6bb5aae5d57495b287c5784d5225e98"