From 55c5c6e60774d25c1235563b965126341671798c Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Wed, 14 May 2025 20:37:35 +0000 Subject: [PATCH] New package: GIV v0.0.1 UUID: bf339e5b-51e6-4b7b-82b3-758165633231 Repo: https://github.com/FuZhiyu/GIV.jl.git Tree: 2a4779945d4e3f9893e67ff38e83efcf4d061d0f Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- G/GIV/Compat.toml | 18 ++++++++++++++++++ G/GIV/Deps.toml | 17 +++++++++++++++++ G/GIV/Package.toml | 3 +++ G/GIV/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 41 insertions(+) create mode 100644 G/GIV/Compat.toml create mode 100644 G/GIV/Deps.toml create mode 100644 G/GIV/Package.toml create mode 100644 G/GIV/Versions.toml diff --git a/G/GIV/Compat.toml b/G/GIV/Compat.toml new file mode 100644 index 000000000000000..2ed85377d093e62 --- /dev/null +++ b/G/GIV/Compat.toml @@ -0,0 +1,18 @@ +[0] +DataFrames = ["0.21-0.22", "1"] +Distributions = "0.25" +LinearAlgebra = "1.6.0-1" +NLsolve = "4" +Optim = "1" +Parameters = "0.12" +PrecompileTools = "1" +Random = "1.6.0-1" +Reexport = ["0.1-0.2", "1"] +Roots = "2" +Statistics = "1" +StatsAPI = "1" +StatsBase = "0.33-0.34" +StatsFuns = ["0.9", "1"] +StatsModels = "0.7" +Tables = "1" +julia = "1.6.7-1" diff --git a/G/GIV/Deps.toml b/G/GIV/Deps.toml new file mode 100644 index 000000000000000..7a92d5a027c79cb --- /dev/null +++ b/G/GIV/Deps.toml @@ -0,0 +1,17 @@ +[0] +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" +Optim = "429524aa-4258-5aef-a3af-852621145aeb" +Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" +PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" +StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" +Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" diff --git a/G/GIV/Package.toml b/G/GIV/Package.toml new file mode 100644 index 000000000000000..b3cdee3d4368bd2 --- /dev/null +++ b/G/GIV/Package.toml @@ -0,0 +1,3 @@ +name = "GIV" +uuid = "bf339e5b-51e6-4b7b-82b3-758165633231" +repo = "https://github.com/FuZhiyu/GIV.jl.git" diff --git a/G/GIV/Versions.toml b/G/GIV/Versions.toml new file mode 100644 index 000000000000000..2fe2e4093a555ba --- /dev/null +++ b/G/GIV/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "2a4779945d4e3f9893e67ff38e83efcf4d061d0f" diff --git a/Registry.toml b/Registry.toml index c96eb9c27792bda..1379b7b7e1bebb9 100644 --- a/Registry.toml +++ b/Registry.toml @@ -9211,6 +9211,7 @@ bf21e494-c40e-4daa-abfb-de5ec0aad010 = { name = "Shuffle", path = "S/Shuffle" } bf22376a-e803-4184-b2ed-56326e3bff83 = { name = "LIKWID", path = "L/LIKWID" } bf2c0563-65cf-5db2-a620-ceb7de82658c = { name = "RadiationDetectorSignals", path = "R/RadiationDetectorSignals" } bf31c7e1-2152-4d3a-bc7a-576095d562b2 = { name = "DataDrivenEnzymeRateEqs", path = "D/DataDrivenEnzymeRateEqs" } +bf339e5b-51e6-4b7b-82b3-758165633231 = { name = "GIV", path = "G/GIV" } bf347577-a06d-49ad-a669-8c0e005493b8 = { name = "NonconvexIpopt", path = "N/NonconvexIpopt" } bf3818bd-b6bb-4954-8baa-32c32282e633 = { name = "MolecularGraphKernels", path = "M/MolecularGraphKernels" } bf3a9e68-ca66-4981-8178-9d71c4f8abaa = { name = "ToolipsServables", path = "T/ToolipsServables" }