File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -442,6 +442,9 @@ Compiler/Runtime improvements
442
442
Deprecated or removed
443
443
---------------------
444
444
445
+ * `ipermutedims(A::AbstractArray, p)` has been deprecated in favor of
446
+ `permutedims(A, invperm(p))` ([#18891]).
447
+
445
448
* Linear indexing is now only supported when there is exactly one
446
449
non-cartesian index provided. Allowing a trailing index at dimension `d` to
447
450
linearly access the higher dimensions from array `A` (beyond `size(A, d)`)
@@ -604,6 +607,7 @@ Command-line option changes
604
607
[#18690]: https://github.com/JuliaLang/julia/issues/18690
605
608
[#18777]: https://github.com/JuliaLang/julia/issues/18777
606
609
[#18839]: https://github.com/JuliaLang/julia/issues/18839
610
+ [#18891]: https://github.com/JuliaLang/julia/issues/18891
607
611
[#18931]: https://github.com/JuliaLang/julia/issues/18931
608
612
[#18965]: https://github.com/JuliaLang/julia/issues/18965
609
613
[#18977]: https://github.com/JuliaLang/julia/issues/18977
You can’t perform that action at this time.
0 commit comments