-
Notifications
You must be signed in to change notification settings - Fork 19
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
Replace LAMA with Dask to parallelise cf.Data #182
Labels
Milestone
Comments
sadielbartholomew
changed the title
Replace LAMA with Dask to parallelise cf.Data with same API
Replace LAMA with Dask to parallelise cf.Data operations
Feb 3, 2021
sadielbartholomew
changed the title
Replace LAMA with Dask to parallelise cf.Data operations
Replace LAMA with Dask to parallelise cf.Data
Feb 3, 2021
This was referenced Aug 16, 2021
This was referenced Aug 23, 2021
Since the 'low hanging fruit' for method migration to tackle first are generally the ones with corresponding Dask intrinsic methods, I am finding this list of |
This was referenced Aug 27, 2021
This was referenced Jan 21, 2022
This was referenced Feb 21, 2022
This was referenced Jul 27, 2022
This was referenced Aug 10, 2022
All done! See milestone 3.14.0 for details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A master issue to register steps and progress towards migrating the current approach to domain-distributed array representation, Large Amounts of Massive Arrays (LAMA), with an approach based on the efficient task parallelism provided by the Dask library.
The core aims, to be implemented in the separate branch
dask
for merging intomaster
at the end of the work ready for av4.0.0
major release, are to:cf.Data
operations,This comment is intended as a working document to flesh out with detail and new steps as they arise during the progress of the work. Please update and amend it as appropriate, or comment in the thread.
Step-by-step plan
Relevant PRs will be linked here
[To be fleshed out shortly]
Open questions, points of discussion, etc.
See the comments thread for this Issue, else external locations as linked from the thread for meatier discussion points.
Progress breakdown in terms of methods and attributes: OLD
❗ NOTE: superseded by #295 with new, easier-to-parse, table with notes and groupings, etc. ❗
The ~300 functional/user-facing
cf.Data
methods and attributes are outlined below in a pretty-printed dict where the value is a Bool to indicate if they have been "Daskified" on thedask
branch so far. Copy and filter using Python if desired:Click to expand [updated by @davidhassell 2021-02-22, @sadielbartholomew 19.08.21 (upon work restart)]...
Keywords to deprecate
TODO (see #254 (comment) for context).
The text was updated successfully, but these errors were encountered: