Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: VoxelModel v1.0.0 #108780

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
New package: VoxelModel v1.0.0
UUID: 4956fa17-11d8-4a0b-a900-0a865cb13992
Repo: https://github.com/akjake616/VoxelModel.jl.git
Tree: e2dddd0334410e8c8c1d263482ad63dfe35efc1e

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator committed Jun 12, 2024
commit 151f2c2a9d98c5af9688827d1e9a22b23220c460
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3194,6 +3194,7 @@ some amount of consideration when choosing package names.
494b1f74-06dd-4437-8477-4a86f2a8d703 = { name = "WGPUCompute", path = "W/WGPUCompute" }
494e3ecb-4870-42f9-9c5b-ad6e224b11d8 = { name = "StochasticProcesses", path = "S/StochasticProcesses" }
49523d62-8978-4391-abdd-b8467d4505ae = { name = "CliMADatasets", path = "C/CliMADatasets" }
4956fa17-11d8-4a0b-a900-0a865cb13992 = { name = "VoxelModel", path = "V/VoxelModel" }
4958c51a-00f6-11ea-2b94-f3f784e4d148 = { name = "AbstractRationals", path = "A/AbstractRationals" }
495a3ad3-8034-41b3-a087-aacf2fd71098 = { name = "HerbData", path = "H/HerbData" }
496038af-b016-571c-b31e-8262695ac102 = { name = "Lens", path = "L/Lens" }
Expand Down
5 changes: 5 additions & 0 deletions V/VoxelModel/Compat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[1]
Combinatorics = "1"
PlotlyGeometries = "1"
PlotlyJS = "0.18"
julia = "1.6.7-1"
5 changes: 5 additions & 0 deletions V/VoxelModel/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[1]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PlotlyGeometries = "da4dd95e-df4f-4caf-ac06-cee3b0f5c2e6"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
3 changes: 3 additions & 0 deletions V/VoxelModel/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "VoxelModel"
uuid = "4956fa17-11d8-4a0b-a900-0a865cb13992"
repo = "https://github.com/akjake616/VoxelModel.jl.git"
2 changes: 2 additions & 0 deletions V/VoxelModel/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["1.0.0"]
git-tree-sha1 = "e2dddd0334410e8c8c1d263482ad63dfe35efc1e"
Loading