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