diff --git a/Project.toml b/Project.toml index 5eb547e7e..a679c914d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ChainRules" uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2" -version = "1.69.0" +version = "1.70.0" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" diff --git a/src/rulesets/Base/nondiff.jl b/src/rulesets/Base/nondiff.jl index 0bca85444..b7c1ee191 100644 --- a/src/rulesets/Base/nondiff.jl +++ b/src/rulesets/Base/nondiff.jl @@ -87,6 +87,7 @@ @non_differentiable Array(::AbstractArray{Bool}) @non_differentiable BitArray(::Any...) +@non_differentiable BitVector(::Any...) @non_differentiable IndexStyle(::AbstractArray{Bool}) #####