File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11name = " ComponentArrays"
22uuid = " b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
33authors = [" Jonnie Diegelman <47193959+jonniedie@users.noreply.github.com>" ]
4- version = " 0.15.25 "
4+ version = " 0.15.26 "
55
66[deps ]
77Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
88ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
99ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
1010ConstructionBase = " 187b0558-2788-49d3-abe0-74a17ed4e7c9"
11- ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
1211Functors = " d9f16b24-f501-4c13-a1f2-28368ffc5196"
1312LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1413StaticArrayInterface = " 0d7ed370-da01-4f52-bd93-41d350b8b718"
@@ -41,7 +40,6 @@ Adapt = "4.1"
4140ArrayInterface = " 7.17.1"
4241ChainRulesCore = " 1.25"
4342ConstructionBase = " 1"
44- ForwardDiff = " 0.10.36"
4543Functors = " 0.4.12, 0.5"
4644GPUArrays = " 10.3.1, 11"
4745KernelAbstractions = " 0.9.29"
Original file line number Diff line number Diff line change 11[deps ]
2+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
23ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
34ArrayInterfaceCore = " 30b0a656-2188-435a-8636-2ec0e6a096e2"
45BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change 1+ using ComponentArrays
2+ using Aqua
3+
4+ Aqua. test_all (ComponentArrays, ambiguities= false , unbound_args= false )
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ using Test
1111using Unitful
1212using Functors
1313
14+ include (" formalities.jl" )
15+
1416# Convert abstract unit range to a ViewAxis with ShapeAxis.
1517r2v (r:: AbstractUnitRange ) = ViewAxis (r, ShapedAxis (size (r)))
1618
You can’t perform that action at this time.
0 commit comments