Skip to content

Commit

Permalink
New version: Arena v0.3.0 (#101190)
Browse files Browse the repository at this point in the history
UUID: 53eacc40-fba4-5ad6-b4bb-526e51630e63
Repo: https://github.com/JuliaRobotics/Arena.jl.git
Tree: 56c25cde5832ae57b524495e1144b6d646329308

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator committed Feb 19, 2024
1 parent c1d444f commit 67a8518
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 12 deletions.
25 changes: 20 additions & 5 deletions A/Arena/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[0]
["0-0.1"]
julia = ["0.7-0", "1.0"]

["0-0.2"]
Caesar = "0.2.3-0.6"
ColorTypes = "0.0.0-0.10"
Colors = "0.0.0-0.12"
Expand All @@ -22,13 +25,25 @@ Requires = "0.0.0-0.5"
Rotations = "0.0.0-0.13"
TransformUtils = "0.2.2-0.2"

["0-0.1"]
julia = ["0.7-0", "1.0"]

["0.2-0"]
["0.2"]
JSON2 = "0.0.0-0.3"
Mongoc = "0-0.2"
PlotUtils = "0.0.0-0.6"
RoME = "0.0.0-0.9"
StaticArrays = "0.0.0-0.12"
julia = "1.0"

["0.3-0"]
ColorSchemes = "3"
Colors = "0.12"
DistributedFactorGraphs = "0.23"
DocStringExtensions = "0.9"
GLMakie = "0.9"
GeometryBasics = "0.4"
Manifolds = "0.9"
Pkg = "1"
ProgressMeter = "1"
RoME = "0.24"
StaticArrays = "1"
TensorCast = "0.4"
julia = "1.10.0-1"
26 changes: 19 additions & 7 deletions A/Arena/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[0]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"

["0-0.2"]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Caesar = "62eebf14-49bc-5f46-9df9-f7b7ef379406"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
Expand All @@ -18,19 +21,28 @@ KernelDensityEstimatePlotting = "c43967c8-f634-5d24-8eab-2867546b366b"
MeshCat = "283c5d60-a78f-5afe-a0af-af636b173e11"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TransformUtils = "9b8138ad-1b09-5408-aa39-e87ed6d21b63"

["0.2-0"]
["0.2"]
JSON2 = "2535ab7d-5cd8-5a07-80ac-9b1792aadce3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mongoc = "4fe8b98c-fc19-5c23-8ec2-168ff83495f2"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PlotUtils = "995b91a9-d308-5afd-9ec6-746e21dbc043"
RoME = "91fb55c2-4c03-5a59-ba21-f4ea956187b8"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

["0.2-0"]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
RoME = "91fb55c2-4c03-5a59-ba21-f4ea956187b8"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

["0.3-0"]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
DistributedFactorGraphs = "b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
3 changes: 3 additions & 0 deletions A/Arena/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ git-tree-sha1 = "5b0f5da100847601d588c563df13d0388223052d"

["0.2.0"]
git-tree-sha1 = "ec5051aad30dd34fa9dd9bcdbd3960631171376f"

["0.3.0"]
git-tree-sha1 = "56c25cde5832ae57b524495e1144b6d646329308"

0 comments on commit 67a8518

Please sign in to comment.