-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix in vectorized item assignment (#1746)
* Fix in NumpyVindexAdapter.__setitem__ and DataArray.__setitem__ * Update what's new * Broadcasting in setitem * Small clean up. Revert unintended change. * Check coordinate consistency for DataArray.__setitem__ * Only pass a dict of variables to `assert_coordinate_consistent` * Update docs. * still working * Coordinate validation in .loc.__setitem__ * remove extra parenthesis * Refactoring. remap_label_indexers is moved to coordinates.py * Added an exception in doc for coordinate confliction * Added a TODO for unused indexing part in Loc.__setitem__
- Loading branch information
Showing
9 changed files
with
286 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.