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.
Disable automatic cache with dask (pydata#1024)
* Disabled auto-caching dask arrays when pickling and when invoking the .values property. Added new method .compute(). * Minor tweaks * Simplified Dataset.copy() and Dataset.compute() * Minor cleanup * Cleaned up dask test * Integrate no_dask_resolve with dask_broadcast branches * Don't chunk coords * Added performance warning to release notes * Fix bug that caused dask array to be computed and then discarded when pickling * Eagerly cache IndexVariables only Eagerly cache only IndexVariables (e.g. coords that are not in dims. Coords that are not in dims are chunked and not cached. * Load IndexVariable.data into memory in init IndexVariables to eagerly load their data into memory (from disk or dask) as soon as they're created
- Loading branch information
Showing
8 changed files
with
278 additions
and
95 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
Oops, something went wrong.