Skip to content

Commit

Permalink
Add NEWS.md entry for ipermutedims deprecation (#18891). (#21885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and tkelman committed May 16, 2017
1 parent af92634 commit c7e4fe7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,9 @@ Compiler/Runtime improvements
Deprecated or removed
---------------------
* `ipermutedims(A::AbstractArray, p)` has been deprecated in favor of
`permutedims(A, invperm(p))` ([#18891]).
* Linear indexing is now only supported when there is exactly one
non-cartesian index provided. Allowing a trailing index at dimension `d` to
linearly access the higher dimensions from array `A` (beyond `size(A, d)`)
Expand Down Expand Up @@ -604,6 +607,7 @@ Command-line option changes
[#18690]: https://github.com/JuliaLang/julia/issues/18690
[#18777]: https://github.com/JuliaLang/julia/issues/18777
[#18839]: https://github.com/JuliaLang/julia/issues/18839
[#18891]: https://github.com/JuliaLang/julia/issues/18891
[#18931]: https://github.com/JuliaLang/julia/issues/18931
[#18965]: https://github.com/JuliaLang/julia/issues/18965
[#18977]: https://github.com/JuliaLang/julia/issues/18977
Expand Down

0 comments on commit c7e4fe7

Please sign in to comment.