Skip to content

Commit

Permalink
Add NEWS.md entry for three-arg SubArray constructor deprecation (Jul…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed May 14, 2017
1 parent 6adef84 commit 952e8d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,10 @@ Deprecated or removed

* `isdefined(a::Array, i::Int)` has been deprecated in favor of `isassigned` ([#18346]).

* The three-argument `SubArray` constructor (which accepts `dims::Tuple` as its third
argument) has been deprecated in favor of the two-argument equivalent (the
`dims::Tuple` argument being superfluous) ([#19259]).

* `is` has been deprecated in favor of `===` (which used to be an alias for `is`) ([#17758]).

* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19233]).
Expand Down Expand Up @@ -585,6 +589,7 @@ Command-line option changes
[#19157]: https://github.com/JuliaLang/julia/issues/19157
[#19233]: https://github.com/JuliaLang/julia/issues/19233
[#19239]: https://github.com/JuliaLang/julia/issues/19239
[#19259]: https://github.com/JuliaLang/julia/issues/19259
[#19288]: https://github.com/JuliaLang/julia/issues/19288
[#19305]: https://github.com/JuliaLang/julia/issues/19305
[#19331]: https://github.com/JuliaLang/julia/issues/19331
Expand Down

0 comments on commit 952e8d9

Please sign in to comment.