-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add groupby.dims & Fix groupby reduce for DataArray #3338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a6cb3f3
Fix groupby reduce for DataArray
dcherian f320e94
bugfix.
dcherian c4ea742
another bugfix.
dcherian f6d396a
bugfix unique_and_monotonic for object indexes (uniqueness is enough)
dcherian b202ad5
Add groupby.dims property.
dcherian 75a52be
update reduce docstring to point to xarray.ALL_DIMS
dcherian c017481
test for object index dims.
dcherian d1f47d5
test reduce dimensions error.
dcherian f2093e2
Add whats-new
dcherian 0baa390
fix docs build
dcherian 33715a2
sq whats-new
dcherian 4b13b5f
one more test.
dcherian 8f257b1
fix test.
dcherian 94a8688
undo monotonic change.
dcherian 7c7c119
Add dimensions to repr.
dcherian 88de8ae
Raise error if no bins.
dcherian 2ee3bc2
Raise nice error if no groups were formed.
dcherian 436b6e3
Some more error raising and testing.
dcherian de7cc7c
Add dataset tests.
dcherian 5269e81
update whats-new.
dcherian bd5b5fd
fix tests.
dcherian 0c69b77
Merge branch 'master' into fix/groupby
dcherian 2cb7420
make dims a cached lazy property.
dcherian b8bc3d2
fix whats-new.
dcherian 1bfe9a3
Merge remote-tracking branch 'origin/fix/groupby' into fix/groupby
dcherian 7404508
whitespace
dcherian 40ad11c
fix whats-new
dcherian 611baae
Merge branch 'master' into fix/groupby
dcherian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.