Skip to content

Commit 56f1fe8

Browse files
Merge pull request #300 from gdalle/gd/remove_forwarddiff
Remove stale ForwardDiff dep
2 parents ee481b4 + f3e6e27 commit 56f1fe8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Project.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name = "ComponentArrays"
22
uuid = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
33
authors = ["Jonnie Diegelman <[email protected]>"]
4-
version = "0.15.25"
4+
version = "0.15.26"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
88
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
99
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
1010
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
11-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1211
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
1312
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1413
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
@@ -41,7 +40,6 @@ Adapt = "4.1"
4140
ArrayInterface = "7.17.1"
4241
ChainRulesCore = "1.25"
4342
ConstructionBase = "1"
44-
ForwardDiff = "0.10.36"
4543
Functors = "0.4.12, 0.5"
4644
GPUArrays = "10.3.1, 11"
4745
KernelAbstractions = "0.9.29"

test/Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
2+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
23
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
34
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
45
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

test/formalities.jl

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
using ComponentArrays
2+
using Aqua
3+
4+
Aqua.test_all(ComponentArrays, ambiguities=false, unbound_args=false)

test/runtests.jl

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ using Test
1111
using Unitful
1212
using Functors
1313

14+
include("formalities.jl")
15+
1416
# Convert abstract unit range to a ViewAxis with ShapeAxis.
1517
r2v(r::AbstractUnitRange) = ViewAxis(r, ShapedAxis(size(r)))
1618

0 commit comments

Comments
 (0)