Skip to content

Commit c7e4fe7

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for ipermutedims deprecation (#18891). (#21885)
1 parent af92634 commit c7e4fe7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,9 @@ Compiler/Runtime improvements
442442
Deprecated or removed
443443
---------------------
444444
445+
* `ipermutedims(A::AbstractArray, p)` has been deprecated in favor of
446+
`permutedims(A, invperm(p))` ([#18891]).
447+
445448
* Linear indexing is now only supported when there is exactly one
446449
non-cartesian index provided. Allowing a trailing index at dimension `d` to
447450
linearly access the higher dimensions from array `A` (beyond `size(A, d)`)
@@ -604,6 +607,7 @@ Command-line option changes
604607
[#18690]: https://github.com/JuliaLang/julia/issues/18690
605608
[#18777]: https://github.com/JuliaLang/julia/issues/18777
606609
[#18839]: https://github.com/JuliaLang/julia/issues/18839
610+
[#18891]: https://github.com/JuliaLang/julia/issues/18891
607611
[#18931]: https://github.com/JuliaLang/julia/issues/18931
608612
[#18965]: https://github.com/JuliaLang/julia/issues/18965
609613
[#18977]: https://github.com/JuliaLang/julia/issues/18977

0 commit comments

Comments
 (0)