-
-
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.
add 'no_conflicts' as compat option for merging non-conflicting data (#…
…996) * Add notnull_equals method to Variable * add more tests for Variable.notnull_equals * add DataArray.notnull_equals * more tests for DataArray.notnull_equals * add Dataset.notnull_equals * remove redundant notnull_equivalent from utils * fix introduced flake8 errors * add 'notnull_equals' compat option to merge function and method * add wrong shape test to Variable.notnull_equals * refactor isnull * remove Dataset/Array `notnull_equals` methods * rename 'notnull_equals' --> 'no_conflicts' * update merge docstrings to include 'no_conflicts' * add docs on 'no_conflicts' * whats new entry * update dataset.merge docs and fix Raises ValueError -> MergeError * Update combining.rst Update combining.rst * DOC: We don't use None for missing values
- Loading branch information
Showing
9 changed files
with
222 additions
and
23 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
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.