You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Standard library changes
25
25
------------------------
26
26
27
27
*`CartesianIndices` can now be constructed from two `CartesianIndex`es `I` and `J` with `I:J` ([#29440]).
28
-
*`CartesianIndices` support broadcasting arithmetic (+ and -) with a `CartesianIndex` if the result can be expressed as another `CartesianIndices` ([???]).
28
+
*`CartesianIndices` support broadcasting arithmetic (+ and -) with a `CartesianIndex` if the result can be expressed as another `CartesianIndices` ([#29890]).
29
29
*`copy!` support for arrays, dicts, and sets has been moved to Base from the Future package ([#29173]).
30
30
* Channels now convert inserted values (like containers) instead of requiring types to match ([#29092]).
31
31
*`range` can accept the stop value as a positional argument, e.g. `range(1,10,step=2)` ([#28708]).
0 commit comments