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: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,8 @@ Currently, the `@compat` macro supports the following syntaxes:
114
114
115
115
## New functions, macros, and methods
116
116
117
+
* A new `dropdims(f, args...; dims, kwargs...)` method computes the reduction `f` over the region described by `dims` and then drops those dimensions from the result ([#33130]).
118
+
117
119
*`eachrow`, `eachcol`, and `eachslice` to iterate over first, second, or given dimension
0 commit comments