Skip to content

Commit 0d6265a

Browse files
Merge pull request #559 from ChrisRackauckas-Claude/cr/ragged-v3-complete
Rewrite ragged sublibrary using complete v3 VectorOfArray code
2 parents 8030a81 + 70e78da commit 0d6265a

File tree

5 files changed

+2181
-907
lines changed

5 files changed

+2181
-907
lines changed

.github/workflows/Tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- "pre"
2929
group:
3030
- "Core"
31+
- "RaggedArrays"
32+
- "ArrayPartitionAnyAll"
33+
- "ShorthandConstructors"
3134
- "Downstream"
3235
- "nopre"
3336
exclude:

lib/RecursiveArrayToolsRaggedArrays/Project.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,26 @@ uuid = "c384ba91-639a-44ca-823a-e1d3691ab84a"
33
version = "1.0.0"
44

55
[deps]
6+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
7+
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
8+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
69
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
10+
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
711
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
812

913
[compat]
14+
Adapt = "4"
15+
ArrayInterface = "7"
16+
LinearAlgebra = "1.10"
1017
RecursiveArrayTools = "4"
18+
StaticArraysCore = "1.4"
1119
SymbolicIndexingInterface = "0.3.35"
1220
julia = "1.10"
1321

1422
[extras]
23+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1524
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1625
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1726

1827
[targets]
19-
test = ["SymbolicIndexingInterface", "Test"]
28+
test = ["SparseArrays", "SymbolicIndexingInterface", "Test"]

0 commit comments

Comments
 (0)