From 0a9d8af777cb02b8bdbcf58e5f689e652f1d75b1 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Wed, 19 Feb 2025 02:24:58 +0000 Subject: [PATCH] New package: UncertainSkyCoords v0.1.1 UUID: 0b2bc22c-b7e0-473f-8186-c840e49dfa80 Repo: https://github.com/JuliaAPlavin/UncertainSkyCoords.jl.git Tree: 12ccf56e87c8f5893c1c454aa5ac1427356a9a8a Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- Registry.toml | 1 + U/UncertainSkyCoords/Compat.toml | 10 ++++++++++ U/UncertainSkyCoords/Deps.toml | 9 +++++++++ U/UncertainSkyCoords/Package.toml | 3 +++ U/UncertainSkyCoords/Versions.toml | 2 ++ U/UncertainSkyCoords/WeakCompat.toml | 2 ++ U/UncertainSkyCoords/WeakDeps.toml | 2 ++ 7 files changed, 29 insertions(+) create mode 100644 U/UncertainSkyCoords/Compat.toml create mode 100644 U/UncertainSkyCoords/Deps.toml create mode 100644 U/UncertainSkyCoords/Package.toml create mode 100644 U/UncertainSkyCoords/Versions.toml create mode 100644 U/UncertainSkyCoords/WeakCompat.toml create mode 100644 U/UncertainSkyCoords/WeakDeps.toml diff --git a/Registry.toml b/Registry.toml index a74bc4eb69fdc46..e2d3e18d6bf9a3b 100644 --- a/Registry.toml +++ b/Registry.toml @@ -536,6 +536,7 @@ some amount of consideration when choosing package names. 0b1bfda6-eb8a-41d2-88d8-f5af5cad476f = { name = "OneHotArrays", path = "O/OneHotArrays" } 0b1c068e-6a84-4e66-8136-5c95cafa83ed = { name = "SwarmMakie", path = "S/SwarmMakie" } 0b21cfa8-e591-48a4-a07b-a9d20be7c264 = { name = "Nevanlinna", path = "N/Nevanlinna" } +0b2bc22c-b7e0-473f-8186-c840e49dfa80 = { name = "UncertainSkyCoords", path = "U/UncertainSkyCoords" } 0b3b1443-0f03-428d-bdfb-f27f9c1191ea = { name = "MicroMamba", path = "M/MicroMamba" } 0b43b601-686d-58a3-8a1c-6623616c7cd4 = { name = "Groebner", path = "G/Groebner" } 0b4c9448-09b0-4e78-95ea-3eb3328be36d = { name = "Orthography", path = "O/Orthography" } diff --git a/U/UncertainSkyCoords/Compat.toml b/U/UncertainSkyCoords/Compat.toml new file mode 100644 index 000000000000000..b0d7ea43d7f7e01 --- /dev/null +++ b/U/UncertainSkyCoords/Compat.toml @@ -0,0 +1,10 @@ +[0] +Accessors = "0.1.41-0.1" +DataPipes = "0.3.18-0.3" +InverseFunctions = "0.1.17-0.1" +LinearAlgebra = "1" +Reexport = "1.2.2-1" +SkyCoords = "1.5.0-1" +StaticArrays = "1.9.12-1" +Uncertain = "0.1.3-0.1" +julia = "1.10.0-1" diff --git a/U/UncertainSkyCoords/Deps.toml b/U/UncertainSkyCoords/Deps.toml new file mode 100644 index 000000000000000..8fc9e8b16e061e3 --- /dev/null +++ b/U/UncertainSkyCoords/Deps.toml @@ -0,0 +1,9 @@ +[0] +Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" +DataPipes = "02685ad9-2d12-40c3-9f73-c6aeda6a7ff5" +InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +SkyCoords = "fc659fc5-75a3-5475-a2ea-3da92c065361" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +Uncertain = "b33f403f-199b-472b-b9d0-1cd2092892d0" diff --git a/U/UncertainSkyCoords/Package.toml b/U/UncertainSkyCoords/Package.toml new file mode 100644 index 000000000000000..2a376490897f4f7 --- /dev/null +++ b/U/UncertainSkyCoords/Package.toml @@ -0,0 +1,3 @@ +name = "UncertainSkyCoords" +uuid = "0b2bc22c-b7e0-473f-8186-c840e49dfa80" +repo = "https://github.com/JuliaAPlavin/UncertainSkyCoords.jl.git" diff --git a/U/UncertainSkyCoords/Versions.toml b/U/UncertainSkyCoords/Versions.toml new file mode 100644 index 000000000000000..2258747fbf18452 --- /dev/null +++ b/U/UncertainSkyCoords/Versions.toml @@ -0,0 +1,2 @@ +["0.1.1"] +git-tree-sha1 = "12ccf56e87c8f5893c1c454aa5ac1427356a9a8a" diff --git a/U/UncertainSkyCoords/WeakCompat.toml b/U/UncertainSkyCoords/WeakCompat.toml new file mode 100644 index 000000000000000..c29c92d226b356a --- /dev/null +++ b/U/UncertainSkyCoords/WeakCompat.toml @@ -0,0 +1,2 @@ +[0] +Makie = "0.21.18-0.22" diff --git a/U/UncertainSkyCoords/WeakDeps.toml b/U/UncertainSkyCoords/WeakDeps.toml new file mode 100644 index 000000000000000..87772f72a76baf6 --- /dev/null +++ b/U/UncertainSkyCoords/WeakDeps.toml @@ -0,0 +1,2 @@ +[0] +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"