We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79722bf commit 76d789cCopy full SHA for 76d789c
Project.toml
@@ -1,6 +1,6 @@
1
name = "ChainRules"
2
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
3
-version = "1.54.1"
+version = "1.55.0"
4
5
[deps]
6
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
src/rulesets/Base/nondiff.jl
@@ -441,6 +441,8 @@ end
441
442
@non_differentiable unescape_string(::AbstractString)
443
@non_differentiable unescape_string(::IO, ::AbstractString)
444
+@non_differentiable unique(::AbstractArray{<:Union{Regex, AbstractChar, AbstractString}})
445
+@non_differentiable unique(::AbstractArray{Symbol})
446
@non_differentiable unmark(::IO)
447
@non_differentiable unsafe_string(::Cstring)
448
@non_differentiable uppercase(::AbstractString)
0 commit comments