Skip to content

Commit f4fbae8

Browse files
New package: Stressify v0.1.0
UUID: 8a229381-d7eb-4865-a507-cf9af2c5cd1e Repo: https://github.com/jfilhoGN/Stressify.jl.git Tree: 8aa2dbdabe605a5fa638336278efab24fff595e2 Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8
1 parent 60bcada commit f4fbae8

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6416,6 +6416,7 @@ some amount of consideration when choosing package names.
64166416
8a0f34ba-5679-4d46-87d2-b44c4b1cf105 = { name = "BinomialSynapses", path = "B/BinomialSynapses" }
64176417
8a12f9b3-8daf-4285-9aa6-f1d88d857ae8 = { name = "LatticeQCD", path = "L/LatticeQCD" }
64186418
8a13bbfe-798e-11e9-2f1c-eba9ee5ef093 = { name = "FiniteHorizonPOMDPs", path = "F/FiniteHorizonPOMDPs" }
6419+
8a229381-d7eb-4865-a507-cf9af2c5cd1e = { name = "Stressify", path = "S/Stressify" }
64196420
8a270532-f23f-47a8-83a9-b33d10cad486 = { name = "QuantumControl", path = "Q/QuantumControl" }
64206421
8a292aeb-7a57-582c-b821-06e4c11590b1 = { name = "Cuba", path = "C/Cuba" }
64216422
8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b = { name = "QuasiMonteCarlo", path = "Q/QuasiMonteCarlo" }

S/Stressify/Compat.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[0]
2+
CSV = "0.10.15-0.10"
3+
Coverage = "1.6.1-1"
4+
DataFrames = "1.7.0-1"
5+
HTTP = "1.10.10-1"
6+
JSON = "0.21.4-0.21"
7+
PkgDevTools = "0.1"
8+
Plots = "1.40.9-1"
9+
Printf = "1.11.0-1"
10+
Random = "1.11.0-1"
11+
Statistics = "1.11.1-1"
12+
Test = "1.11.0-1"
13+
julia = "1.11.0-1"

S/Stressify/Deps.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[0]
2+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
3+
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
4+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
5+
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
6+
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
7+
PkgDevTools = "2afb0842-1d6c-4499-8b39-71b06199676f"
8+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
9+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
11+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
12+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

S/Stressify/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "Stressify"
2+
uuid = "8a229381-d7eb-4865-a507-cf9af2c5cd1e"
3+
repo = "https://github.com/jfilhoGN/Stressify.jl.git"

S/Stressify/Versions.toml

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

0 commit comments

Comments
 (0)