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 555ac11 + 61db84a commit ea8a5a6Copy full SHA for ea8a5a6
Project.toml
@@ -1,6 +1,6 @@
1
name = "ChainRules"
2
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
3
-version = "1.9"
+version = "1.10.0"
4
5
[deps]
6
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
src/rulesets/Base/nondiff.jl
@@ -84,6 +84,7 @@
84
@non_differentiable Vector(::AbstractArray{Bool})
85
86
@non_differentiable Array(::AbstractArray{Bool})
87
+@non_differentiable BitArray(::Any)
88
@non_differentiable IndexStyle(::AbstractArray{Bool})
89
90
#####
0 commit comments