Skip to content

Commit 9a254f8

Browse files
New package: BathMan v0.4.0
UUID: 46622c6c-8b9e-4df3-b4bd-8ad521cbb4e4 Repo: https://github.com/simonhoff/BathMan.jl.git Tree: ba616dc63dff07c635272364b3fdbe862bcfd373 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
1 parent e77285b commit 9a254f8

7 files changed

Lines changed: 45 additions & 0 deletions

File tree

B/BathMan/Compat.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[0]
2+
ArchGDAL = "0.10"
3+
CSV = "0.10"
4+
DataFrames = "1.6.0 - 1"
5+
DelimitedFiles = "1"
6+
Distances = "0.10"
7+
FFTW = "1.10.0 - 1"
8+
Geodesy = "1"
9+
Glob = "1"
10+
Interpolations = "0.14 - 0.15"
11+
JSON3 = "1"
12+
MsgPack = "1"
13+
NCDatasets = "0.13 - 0.14"
14+
NearestNeighbors = "0.4"
15+
ProgressMeter = "1"
16+
ZMQ = "1"
17+
julia = "1.10.0 - 1"

B/BathMan/Deps.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[0]
2+
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
3+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
4+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
5+
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
6+
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
7+
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
8+
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
9+
Geodesy = "0ef565a4-170c-5f04-8de2-149903a85f3d"
10+
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
11+
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
12+
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
13+
MsgPack = "99f44e22-a591-53d1-9472-aa23ef4bd671"
14+
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
15+
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
16+
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
17+
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"

B/BathMan/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "BathMan"
2+
uuid = "46622c6c-8b9e-4df3-b4bd-8ad521cbb4e4"
3+
repo = "https://github.com/simonhoff/BathMan.jl.git"

B/BathMan/Versions.toml

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

B/BathMan/WeakCompat.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[0]
2+
GLMakie = "0.13.10 - 0.13"

B/BathMan/WeakDeps.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[0]
2+
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
3+
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3806,6 +3806,7 @@ some amount of consideration when choosing package names.
38063806
464e2eba-0a11-4ed3-b274-413caa1a1cca = { name = "ImGuiTestEngine", path = "I/ImGuiTestEngine" }
38073807
46548c09-8ea8-44c1-9654-b3d0e351469d = { name = "RobustFactorizations", path = "R/RobustFactorizations" }
38083808
465dae0f-aa43-4778-a6ab-40ff67afb7df = { name = "SocialSolver", path = "S/SocialSolver" }
3809+
46622c6c-8b9e-4df3-b4bd-8ad521cbb4e4 = { name = "BathMan", path = "B/BathMan" }
38093810
4663d367-db1f-4bef-81e7-dc1bd7f7b428 = { name = "BlockSystems", path = "B/BlockSystems" }
38103811
4665ce21-e117-4649-aed8-08bbe5ccbead = { name = "FractalDimensions", path = "F/FractalDimensions" }
38113812
466a4f75-6c9c-4ef2-97df-f5f43ac00c23 = { name = "MacroEnergySolvers", path = "M/MacroEnergySolvers" }

0 commit comments

Comments
 (0)