Skip to content

Commit ea8a5a6

Browse files
authored
Merge pull request #506 from frankschae/BitArray
do not differentiate through the construction of BitArray
2 parents 555ac11 + 61db84a commit ea8a5a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ChainRules"
22
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
3-
version = "1.9"
3+
version = "1.10.0"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

src/rulesets/Base/nondiff.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
@non_differentiable Vector(::AbstractArray{Bool})
8585

8686
@non_differentiable Array(::AbstractArray{Bool})
87+
@non_differentiable BitArray(::Any)
8788
@non_differentiable IndexStyle(::AbstractArray{Bool})
8889

8990
#####

0 commit comments

Comments
 (0)