Skip to content

Commit 9023d89

Browse files
Mark allunique non_differentiable (#597)
* Mark allunique non_differentiable * Bump version * Bump minor * Mark allequal non_differentiable
1 parent b1daa7a commit 9023d89

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
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.27.0"
3+
version = "1.28.0"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515
[compat]
1616
ChainRulesCore = "1.12"
1717
ChainRulesTestUtils = "1.5"
18-
Compat = "3.35"
18+
Compat = "3.42.0"
1919
FiniteDifferences = "0.12.20"
2020
IrrationalConstants = "0.1.1"
2121
JuliaInterpreter = "0.8" # latest is "0.9.1"

src/rulesets/Base/nondiff.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
@non_differentiable abspath(::AbstractString...)
9797
@non_differentiable all(::Any)
9898
@non_differentiable all(::Any, ::Any)
99+
@non_differentiable allequal(::Any)
100+
@non_differentiable allunique(::Any)
99101
@non_differentiable any(::Any)
100102
@non_differentiable any(::Any, ::Any)
101103
@non_differentiable argmax(::Any)

0 commit comments

Comments
 (0)