Skip to content

Commit

Permalink
Add NEWS.md entry for dep of getindex(::Tuple, ::AbstractArray{_,N}) …
Browse files Browse the repository at this point in the history
…where N>1 (JuliaLang#19737).
  • Loading branch information
Sacha0 committed May 20, 2017
1 parent 04a6227 commit 21cab06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,11 @@ Deprecated or removed

* `broadcast_zpreserving` has been deprecated ([#19533], [#19720]).

* Methods allowing indexing of tuples by `AbstractArray`s with more than one dimension
have been deprecated. (Indexing a tuple by such a higher-dimensional `AbstractArray`
should yield a tuple with more than one dimension, but tuples are one-dimensional.)
([#19737]).

* `@test_approx_eq a b` has been deprecated in favor of `@test a ≈ b` (or,
equivalently, `@test ≈(a, b)` or `@test isapprox(a, b)`).
`@test_approx_eq_eps` has been deprecated in favor of new `@test` syntax:
Expand Down Expand Up @@ -685,6 +690,7 @@ Command-line option changes
[#19721]: https://github.com/JuliaLang/julia/issues/19721
[#19722]: https://github.com/JuliaLang/julia/issues/19722
[#19724]: https://github.com/JuliaLang/julia/issues/19724
[#19737]: https://github.com/JuliaLang/julia/issues/19737
[#19741]: https://github.com/JuliaLang/julia/issues/19741
[#19771]: https://github.com/JuliaLang/julia/issues/19771
[#19779]: https://github.com/JuliaLang/julia/issues/19779
Expand Down

0 comments on commit 21cab06

Please sign in to comment.