Skip to content

Commit 7c3270d

Browse files
New package: Ising2D v0.1.0 (#19571)
UUID: 1f4b2aca-d2d9-44b6-965c-5a88febb3dc6 Repo: https://github.com/genkuroki/Ising2D.jl.git Tree: 2163daff5e0631338a244105f71509ba4b8b2a5b Registrator tree SHA: 58e84c9733c0606ca53349dbce519209d8a8402b
1 parent 766948c commit 7c3270d

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

I/Ising2D/Compat.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[0]
2+
Plots = "1.5.0-1"
3+
julia = "1"

I/Ising2D/Deps.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[0]
2+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
3+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

I/Ising2D/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "Ising2D"
2+
uuid = "1f4b2aca-d2d9-44b6-965c-5a88febb3dc6"
3+
repo = "https://github.com/genkuroki/Ising2D.jl.git"

I/Ising2D/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 = "2163daff5e0631338a244105f71509ba4b8b2a5b"

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ some amount of consideration when choosing package names.
547547
1ec41992-ff65-5c91-ac43-2df89e9693a4 = { name = "MosekTools", path = "M/MosekTools" }
548548
1eca21be-9b9b-4ed8-839a-6d8ae26b1781 = { name = "FoldingTrees", path = "F/FoldingTrees" }
549549
1f15a43c-97ca-5a2a-ae31-89f07a497df4 = { name = "CxxWrap", path = "C/CxxWrap" }
550+
1f4b2aca-d2d9-44b6-965c-5a88febb3dc6 = { name = "Ising2D", path = "I/Ising2D" }
550551
1f53f557-16c0-5f8f-980f-fb7167e19889 = { name = "SpectralGaussianSimulation", path = "S/SpectralGaussianSimulation" }
551552
1f554e9c-ddc6-5d78-a4ef-ff7defcf835d = { name = "NCEI", path = "N/NCEI" }
552553
1f615318-737c-46ca-9fde-6231706b5dcc = { name = "FredApi", path = "F/FredApi" }

0 commit comments

Comments
 (0)