We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d74196 commit adfe6f8Copy full SHA for adfe6f8
NEWS.md
@@ -40,7 +40,9 @@ Standard library changes
40
41
* Empty dimensional reductions (e.g., `reduce` and `mapreduce` with the `dims` keyword
42
selecting one or more dimensions) now behave like their whole-array (`dims=:`) counterparts,
43
- only returning values in unambiguous cases and erroring otherwise.
+ only returning values in unambiguous cases and erroring otherwise. For example,
44
+ `minimum([], dims=2)` is now an error; it would previously return an empty array.
45
+ This can be addressed with the `init` keyword argument as the error message directs.
46
47
#### JuliaSyntaxHighlighting
48
0 commit comments