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 f03bfa7 commit 55d6428Copy full SHA for 55d6428
docs/src/guide/getting_started.jl
@@ -21,7 +21,7 @@
21
#
22
# To evaluate these first-order primitives, in ProximalAlgorithms:
23
# * ``\nabla f_i`` falls back to using automatic differentiation (as provided by [Zygote](https://github.com/FluxML/Zygote.jl)).
24
-# * ``\operatorname{prox}_{f_i}`` relies on the intereface of [ProximalOperators](https://github.com/JuliaFirstOrder/ProximalOperators.jl).
+# * ``\operatorname{prox}_{f_i}`` relies on the intereface of [ProximalOperators](https://github.com/JuliaFirstOrder/ProximalOperators.jl) (>= 0.15).
25
# Both of the above can be implemented for custom function types, as [documented here](@ref custom_terms).
26
27
#md # !!! note
0 commit comments