This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
forked from pydata/xarray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First commit of .sort_index() for both dataarray.py and dataset.py. * Committing changes prior to switching to sortby(). * Finished and passed tests for sortby(). * Adding to doc. * Revising whats-new.rst * Fixed some coordinate labeling in tests for clarification. * Addressed some review comments, and moved doc to reshape.rst. * Adding lexsort support in test. * Fixed erroneous code, and the erroneous test to failed to catch the erroneous code. Also addressed some reviewer comments. * Adding test for pandas.MultiIndex. Addressed some review comments. * Align input args before sort. Also added a test on pd.MultiIndex. * Minor addition to docstring. * Simplified test_dataarray::test_sortby a bit. * Putting dax back. * NotImplementedError for < numpy 1.11.0 * Move LooseVersion check into the loop. * LooseVersion in tests. * Fix indentation, docstring for dataset.py * dataarray.py docstring fixup * Adding to api.rst
- Loading branch information
1 parent
ba6351b
commit 80ddad9
Showing
7 changed files
with
262 additions
and
2 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