We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea8a5a6 + f91596b commit 6af7153Copy full SHA for 6af7153
Project.toml
@@ -1,6 +1,6 @@
1
name = "ChainRules"
2
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
3
-version = "1.10.0"
+version = "1.10.1"
4
5
[deps]
6
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
src/rulesets/Base/nondiff.jl
@@ -84,7 +84,7 @@
84
@non_differentiable Vector(::AbstractArray{Bool})
85
86
@non_differentiable Array(::AbstractArray{Bool})
87
-@non_differentiable BitArray(::Any)
+@non_differentiable BitArray(::Any...)
88
@non_differentiable IndexStyle(::AbstractArray{Bool})
89
90
#####
0 commit comments