Skip to content

Commit

Permalink
Mention SharedArrays constructor deps in NEWS.md entry for #19989. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and ararslan committed May 21, 2017
1 parent f988566 commit e68690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ Deprecated or removed
* The `Array` constructor syntax `Array(T, dims...)` has been deprecated
in favor of the forms `Array{T,N}(dims...)` (where `N` is known, or
particularly `Vector{T}(dims...)` for `N = 1` and `Matrix{T}(dims...)` for `N = 2`),
and `Array{T}(dims...)` (where `N` is not known) ([#19989]).
and `Array{T}(dims...)` (where `N` is not known). Likewise for `SharedArray`s ([#19989]).

* `sumabs` and `sumabs2` have been deprecated in favor of `sum(abs, x)` and `sum(abs2, x)`, respectively.
`maxabs` and `minabs` have similarly been deprecated in favor of `maximum(abs, x)` and `minimum(abs, x)`.
Expand Down

0 comments on commit e68690d

Please sign in to comment.