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
* reinsert broadcasting of masks
* update release notes
* consolidate broadcast mask into new function, add tests for subsets
* align test logic to broadcasting
* Reinsert broadcasted mask (#581)
* 1. Moved the dimension subset check into broadcast_mask
2. Added a brief docstring to broadcast_mask
* Add tests for superset dims
---------
Co-authored-by: FBumann <117816358+FBumann@users.noreply.github.com>
Copy file name to clipboardExpand all lines: doc/release_notes.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ Release Notes
4
4
Upcoming Version
5
5
----------------
6
6
7
+
**Fix Regression**
8
+
9
+
* Reinsert broadcasting logic of mask object to be fully compatible with performance improvements in version 0.6.2 using `np.where` instead of `xr.where`.
0 commit comments