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.
Use _unstack_once for valid dask and sparse versions (pydata#5315)
* optional import versions to pycompat * Update indexing.py * move dtypes to avoid circular import * Update pycompat.py * faster unstacking * Update dataset.py * Update dataset.py * have to check that the array type is in use * Update dataset.py * sparse arg requires the slow path? * cupy.__version__ * test pint_array_type * Update dataset.py * Add pint check in pycompat * Update pycompat.py * revert pint test * import whole dtypes * Test turning off the ndarray check * sparse and pint doesn't work. Switch to a restrictive if * Update dataset.py * Add back some comments and add some relevant issue links * lint * Update dataset.py
- Loading branch information
Showing
1 changed file
with
17 additions
and
29 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