Skip to content

Commit

Permalink
Merge fd1cb54 into b1daa7a
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasschmitz committed Mar 8, 2022
2 parents b1daa7a + fd1cb54 commit fbecc81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ChainRules"
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
version = "1.27.0"
version = "1.28.0"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
ChainRulesCore = "1.12"
ChainRulesTestUtils = "1.5"
Compat = "3.35"
Compat = "3.42.0"
FiniteDifferences = "0.12.20"
IrrationalConstants = "0.1.1"
JuliaInterpreter = "0.8" # latest is "0.9.1"
Expand Down
2 changes: 2 additions & 0 deletions src/rulesets/Base/nondiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
@non_differentiable abspath(::AbstractString...)
@non_differentiable all(::Any)
@non_differentiable all(::Any, ::Any)
@non_differentiable allequal(::Any)
@non_differentiable allunique(::Any)
@non_differentiable any(::Any)
@non_differentiable any(::Any, ::Any)
@non_differentiable argmax(::Any)
Expand Down

0 comments on commit fbecc81

Please sign in to comment.