Skip to content

Commit

Permalink
New version: StructArrays v0.7.0 (#119574)
Browse files Browse the repository at this point in the history
UUID: 09ab397b-f2b6-538f-b94a-2f83cf4a842a
Repo: https://github.com/JuliaArrays/StructArrays.jl.git
Tree: 5a3a31c41e15a1e042d60f2f4942adccba05d3c9

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Nov 16, 2024
1 parent b1ac531 commit 47147a9
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
14 changes: 11 additions & 3 deletions S/StructArrays/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ Adapt = "1-3"
StaticArrays = "1"
julia = "1.3.0-1"

["0.6.12-0"]
["0.6.12-0.6"]
julia = "1.6.0-1"

["0.6.12-0.6.13"]
StaticArraysCore = "1.1.0-1"

["0.6.14-0"]
["0.6.14-0.6"]
GPUArraysCore = "0.1.2-0.1"

["0.6.14-0.6.17"]
Expand All @@ -51,5 +51,13 @@ ConstructionBase = "1"
Adapt = "1-4"

["0.6.18-0"]
Adapt = "3.4.0-4"
StaticArrays = "1.5.6-1"

["0.6.18-0.6"]
Adapt = "3.4.0-4"

["0.7-0"]
GPUArraysCore = "0.2"
LinearAlgebra = "1"
SparseArrays = "1"
julia = "1.10.0-1"
5 changes: 4 additions & 1 deletion S/StructArrays/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
["0.4.2-0"]
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"

["0.4.3-0"]
["0.4.3-0.6"]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

["0.6-0.6.11"]
Expand All @@ -34,3 +34,6 @@ ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
["0.6.18-0"]
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

["0.7-0"]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3 changes: 3 additions & 0 deletions S/StructArrays/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,6 @@ git-tree-sha1 = "1b0b1205a56dc288b71b1961d48e351520702e24"

["0.6.18"]
git-tree-sha1 = "f4dc295e983502292c4c3f951dbb4e985e35b3be"

["0.7.0"]
git-tree-sha1 = "5a3a31c41e15a1e042d60f2f4942adccba05d3c9"
11 changes: 10 additions & 1 deletion S/StructArrays/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
["0.6.18-0"]
StaticArrays = "1.5.6-1"

["0.6.18-0.6"]
Adapt = "3.4.0-4"
GPUArraysCore = "0.1.2-0.1"
StaticArrays = "1.5.6-1"

["0.7-0"]
Adapt = "4"
GPUArraysCore = "0.2"
KernelAbstractions = "0.9"
LinearAlgebra = "1"
SparseArrays = "1"
4 changes: 4 additions & 0 deletions S/StructArrays/WeakDeps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

["0.7-0"]
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 comments on commit 47147a9

Please sign in to comment.