@@ -247,6 +247,9 @@ Deprecated or removed
247
247
248
248
* ` sub ` and ` slice ` have been deprecated in favor of ` view ` ([ #16972 ] )
249
249
250
+ * The no-op ` transpose ` fallback has been deprecated. Consider introducing suitable
251
+ ` transpose ` methods or calling ` permutedims(x, [2,1]) ` ([ #13171 ] , [ #17075 ] , [ #17374 ] ).
252
+
250
253
[ PkgDev ] : https://github.com/JuliaLang/PkgDev.jl
251
254
<!-- - generated by NEWS-update.jl: -->
252
255
[ #1090 ] : https://github.com/JuliaLang/julia/issues/1090
@@ -261,6 +264,7 @@ Deprecated or removed
261
264
[ #11196 ] : https://github.com/JuliaLang/julia/issues/11196
262
265
[ #11242 ] : https://github.com/JuliaLang/julia/issues/11242
263
266
[ #13062 ] : https://github.com/JuliaLang/julia/issues/13062
267
+ [ #13171 ] : https://github.com/JuliaLang/julia/issues/13171
264
268
[ #13232 ] : https://github.com/JuliaLang/julia/issues/13232
265
269
[ #13338 ] : https://github.com/JuliaLang/julia/issues/13338
266
270
[ #13387 ] : https://github.com/JuliaLang/julia/issues/13387
@@ -309,5 +313,7 @@ Deprecated or removed
309
313
[ #16645 ] : https://github.com/JuliaLang/julia/issues/16645
310
314
[ #16731 ] : https://github.com/JuliaLang/julia/issues/16731
311
315
[ #16972 ] : https://github.com/JuliaLang/julia/issues/16972
312
- [ #17266 ] : https://github.com/JuliaLang/julia/issues/17266
313
316
[ #17037 ] : https://github.com/JuliaLang/julia/issues/17037
317
+ [ #17075 ] : https://github.com/JuliaLang/julia/issues/17075
318
+ [ #17266 ] : https://github.com/JuliaLang/julia/issues/17266
319
+ [ #17374 ] : https://github.com/JuliaLang/julia/issues/17374
0 commit comments