Skip to content

Commit 8daa631

Browse files
New package: GIV v0.0.1
UUID: bf339e5-51e6-4b7b-82b3-758165633231 Repo: https://github.com/FuZhiyu/GIV.jl.git Tree: f04c6ae5057a49ea03abaa1ae82e260dd020e532 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
1 parent a4b9246 commit 8daa631

File tree

5 files changed

+41
-0
lines changed

5 files changed

+41
-0
lines changed

G/GIV/Compat.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[0]
2+
DataFrames = ["0.21-0.22", "1"]
3+
Distributions = "0.25"
4+
LinearAlgebra = "1.6.0-1"
5+
NLsolve = "4"
6+
Optim = "1"
7+
Parameters = "0.12"
8+
PrecompileTools = "1"
9+
Random = "1.6.0-1"
10+
Reexport = ["0.1-0.2", "1"]
11+
Roots = "2"
12+
Statistics = "1"
13+
StatsAPI = "1"
14+
StatsBase = "0.33-0.34"
15+
StatsFuns = ["0.9", "1"]
16+
StatsModels = "0.7"
17+
Tables = "1"
18+
julia = "1.6.7-1"

G/GIV/Deps.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[0]
2+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
3+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
4+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
5+
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
6+
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
7+
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
8+
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
9+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
10+
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
11+
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
12+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
13+
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
14+
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
15+
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
16+
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
17+
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

G/GIV/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "GIV"
2+
uuid = "bf339e5b-51e6-4b7b-82b3-758165633231"
3+
repo = "https://github.com/FuZhiyu/GIV.jl.git"

G/GIV/Versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["0.0.1"]
2+
git-tree-sha1 = "f04c6ae5057a49ea03abaa1ae82e260dd020e532"

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9211,6 +9211,7 @@ bf21e494-c40e-4daa-abfb-de5ec0aad010 = { name = "Shuffle", path = "S/Shuffle" }
92119211
bf22376a-e803-4184-b2ed-56326e3bff83 = { name = "LIKWID", path = "L/LIKWID" }
92129212
bf2c0563-65cf-5db2-a620-ceb7de82658c = { name = "RadiationDetectorSignals", path = "R/RadiationDetectorSignals" }
92139213
bf31c7e1-2152-4d3a-bc7a-576095d562b2 = { name = "DataDrivenEnzymeRateEqs", path = "D/DataDrivenEnzymeRateEqs" }
9214+
bf339e5b-51e6-4b7b-82b3-758165633231 = { name = "GIV", path = "G/GIV" }
92149215
bf347577-a06d-49ad-a669-8c0e005493b8 = { name = "NonconvexIpopt", path = "N/NonconvexIpopt" }
92159216
bf3818bd-b6bb-4954-8baa-32c32282e633 = { name = "MolecularGraphKernels", path = "M/MolecularGraphKernels" }
92169217
bf3a9e68-ca66-4981-8178-9d71c4f8abaa = { name = "ToolipsServables", path = "T/ToolipsServables" }

0 commit comments

Comments
 (0)