We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09d299 commit b315664Copy full SHA for b315664
NEWS.md
@@ -214,6 +214,13 @@ Compiler/Runtime improvements
214
Deprecated or removed
215
---------------------
216
217
+ * Linear indexing is now only supported when there is exactly one
218
+ non-cartesian index provided. Allowing a trailing index at dimension `d` to
219
+ linearly access the higher dimensions from array `A` (beyond `size(A, d)`)
220
+ has been deprecated as a stricter constraint during bounds checking.
221
+ Instead, `reshape` the array such that its dimensionality matches the
222
+ number of indices ([#20079]).
223
+
224
* `isdefined(a::Array, i::Int)` has been deprecated in favor of `isassigned` ([#18346]).
225
226
* `is` has been deprecated in favor of `===` (which used to be an alias for `is`) ([#17758]).
0 commit comments