Skip to content

Commit

Permalink
unexport the exported deprecation symbol (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Aug 7, 2021
1 parent 91ee03d commit b6d4612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OffsetArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,6 @@ end
##

# This is a bad API design as it introduces counter intuitive results (#250)
@deprecate centered(A::AbstractArray, r::RoundingMode) OffsetArray(A, .-center(A, r))
@deprecate centered(A::AbstractArray, r::RoundingMode) OffsetArray(A, .-center(A, r)) false

end # module

0 comments on commit b6d4612

Please sign in to comment.