@@ -237,6 +237,9 @@ Deprecated or removed
237
237
238
238
* ` sub ` and ` slice ` have been deprecated in favor of ` view ` ([ #16972 ] )
239
239
240
+ * The no-op ` transpose ` fallback has been deprecated. Consider introducing suitable
241
+ ` transpose ` methods or calling ` permutedims(x, [2,1]) ` ([ #13171 ] , [ #17075 ] , [ #17374 ] ).
242
+
240
243
[ PkgDev ] : https://github.com/JuliaLang/PkgDev.jl
241
244
<!-- - generated by NEWS-update.jl: -->
242
245
[ #1090 ] : https://github.com/JuliaLang/julia/issues/1090
@@ -251,6 +254,7 @@ Deprecated or removed
251
254
[ #11196 ] : https://github.com/JuliaLang/julia/issues/11196
252
255
[ #11242 ] : https://github.com/JuliaLang/julia/issues/11242
253
256
[ #13062 ] : https://github.com/JuliaLang/julia/issues/13062
257
+ [ #13171 ] : https://github.com/JuliaLang/julia/issues/13171
254
258
[ #13232 ] : https://github.com/JuliaLang/julia/issues/13232
255
259
[ #13338 ] : https://github.com/JuliaLang/julia/issues/13338
256
260
[ #13387 ] : https://github.com/JuliaLang/julia/issues/13387
@@ -299,5 +303,7 @@ Deprecated or removed
299
303
[ #16645 ] : https://github.com/JuliaLang/julia/issues/16645
300
304
[ #16731 ] : https://github.com/JuliaLang/julia/issues/16731
301
305
[ #16972 ] : https://github.com/JuliaLang/julia/issues/16972
302
- [ #17266 ] : https://github.com/JuliaLang/julia/issues/17266
303
306
[ #17037 ] : https://github.com/JuliaLang/julia/issues/17037
307
+ [ #17075 ] : https://github.com/JuliaLang/julia/issues/17075
308
+ [ #17266 ] : https://github.com/JuliaLang/julia/issues/17266
309
+ [ #17374 ] : https://github.com/JuliaLang/julia/issues/17374
0 commit comments