Skip to content

Commit 30f9b12

Browse files
mhaurudevmotion
andauthoredSep 10, 2024
Add @non_differentiable BitVector(::Any...) (#806)
* Add @non_differentiable BitVector(::Any...) * Bump patch version number to 1.69.1 * Bump minor version to 1.70.0 Co-authored-by: David Widmann <[email protected]> --------- Co-authored-by: David Widmann <[email protected]>
1 parent dba6cb5 commit 30f9b12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎Project.toml

+1-1
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.69.0"
3+
version = "1.70.0"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

‎src/rulesets/Base/nondiff.jl

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787

8888
@non_differentiable Array(::AbstractArray{Bool})
8989
@non_differentiable BitArray(::Any...)
90+
@non_differentiable BitVector(::Any...)
9091
@non_differentiable IndexStyle(::AbstractArray{Bool})
9192

9293
#####

0 commit comments

Comments
 (0)