From 42ebc48e77e151e405de4d139f0b17e5097ad074 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Sat, 23 Nov 2024 14:49:11 +0000 Subject: [PATCH] New package: PRASInterface v0.1.0 UUID: 4b496c86-8d00-441d-b504-079c710e0aa7 Repo: https://github.com/NREL-Sienna/PRASInterface.jl.git Tree: 76f8abe5d6a11c3067e295a2433d15393f3bc5a0 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- P/PRASInterface/Compat.toml | 20 ++++++++++++++++++++ P/PRASInterface/Deps.toml | 19 +++++++++++++++++++ P/PRASInterface/Package.toml | 3 +++ P/PRASInterface/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 45 insertions(+) create mode 100644 P/PRASInterface/Compat.toml create mode 100644 P/PRASInterface/Deps.toml create mode 100644 P/PRASInterface/Package.toml create mode 100644 P/PRASInterface/Versions.toml diff --git a/P/PRASInterface/Compat.toml b/P/PRASInterface/Compat.toml new file mode 100644 index 000000000000000..e953d3e5eb2be57 --- /dev/null +++ b/P/PRASInterface/Compat.toml @@ -0,0 +1,20 @@ +[0] +CSV = "0.10" +DataFrames = "1" +Dates = "1" +Decimals = "0.4" +Distributions = "0.25" +HDF5 = "0.17" +JSON = "0.21" +OnlineStats = "1.7.0-1" +OnlineStatsBase = "1.7.0-1" +PowerSystems = "4" +Printf = "1" +Random = "1" +Random123 = "1" +Reexport = "1" +StatsBase = "0.34" +TimeSeries = "0.24" +TimeZones = "1" +UUIDs = "1" +julia = "1.8.0-1" diff --git a/P/PRASInterface/Deps.toml b/P/PRASInterface/Deps.toml new file mode 100644 index 000000000000000..d103a9dd7bafdd3 --- /dev/null +++ b/P/PRASInterface/Deps.toml @@ -0,0 +1,19 @@ +[0] +CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +Decimals = "abce61dc-4473-55a0-ba07-351d65e31d42" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" +JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" +OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e" +OnlineStatsBase = "925886fa-5bf2-5e8e-b522-a9147a512338" +PowerSystems = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Random123 = "74087812-796a-5b5d-8853-05524746bad3" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e" +TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" +UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" diff --git a/P/PRASInterface/Package.toml b/P/PRASInterface/Package.toml new file mode 100644 index 000000000000000..627dae1c1fdec17 --- /dev/null +++ b/P/PRASInterface/Package.toml @@ -0,0 +1,3 @@ +name = "PRASInterface" +uuid = "4b496c86-8d00-441d-b504-079c710e0aa7" +repo = "https://github.com/NREL-Sienna/PRASInterface.jl.git" diff --git a/P/PRASInterface/Versions.toml b/P/PRASInterface/Versions.toml new file mode 100644 index 000000000000000..e169236c257ba95 --- /dev/null +++ b/P/PRASInterface/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "76f8abe5d6a11c3067e295a2433d15393f3bc5a0" diff --git a/Registry.toml b/Registry.toml index d3f4da3a6b06fdf..894bd5201b1248b 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3472,6 +3472,7 @@ some amount of consideration when choosing package names. 4b2f31a3-9ecc-558c-b454-b3730dcb73e9 = { name = "Libmount_jll", path = "jll/L/Libmount_jll" } 4b34888f-f399-49d4-9bb3-47ed5cae4e65 = { name = "QOI", path = "Q/QOI" } 4b3c9753-2685-44e9-8a29-365b96c023ed = { name = "MinHash", path = "M/MinHash" } +4b496c86-8d00-441d-b504-079c710e0aa7 = { name = "PRASInterface", path = "P/PRASInterface" } 4b67e4b5-442d-4ef5-b760-3f5df3a57537 = { name = "CompositionalNetworks", path = "C/CompositionalNetworks" } 4b684d98-c3ff-425e-b462-3ad63461a205 = { name = "DiffRaster2D", path = "D/DiffRaster2D" } 4b700b29-7da4-4670-af42-5a9783ffd6e0 = { name = "SplitOrderedCollections", path = "S/SplitOrderedCollections" }