-
-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Basics of where reduction * Where with min or max * Add bool returns to all append functions * Tidy up * where cannot use same column as its contained reduction * Dask combine for cpu where reduction * More sensible arg names * Add new tests * Dask where.combine for multiple-stage combines * Support antialiasing, including dask cpu * cuda tests * Temporarily disable test_dask.py::test_line_antialias_where * Fix antialiased where reduction tests * Exclude elements that may vary from dask line antialias where tests * where docstring * Exclude docstring example from doctest * Improved exception message
- Loading branch information
1 parent
645ae07
commit 2e0f8e0
Showing
5 changed files
with
387 additions
and
27 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
Oops, something went wrong.