Skip to content
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

Allow dask>2024.7.1 #321

Open
davidhassell opened this issue Feb 10, 2025 · 0 comments · May be fixed by #326
Open

Allow dask>2024.7.1 #321

davidhassell opened this issue Feb 10, 2025 · 0 comments · May be fixed by #326
Labels
dask enhancement New feature or request
Milestone

Comments

@davidhassell
Copy link
Contributor

davidhassell commented Feb 10, 2025

Currently, Dask is pinned: dask<=2024.7.1, due to Dask API changes after that version.

We should allow newer versions of Dask, creating a new minimum version (e.g. 2025.1.0), rather than insisting a maximum.

The issues for cfdm with newer versions of Dask are:

  1. The new Dask "task spec" graph API breaks the current cfdm functionality that inspects graphs for Array objects (e.g. cfdm.Data._modify_dask_graph).
  2. The new Dask take function sometimes requires "an implementation of 'numpy.concatenate' on types that implement __array_function__", i.e. Array objects - which don't currently have this.

PR to follow to fix these items

@davidhassell davidhassell added dask enhancement New feature or request labels Feb 10, 2025
@davidhassell davidhassell added this to the Next release milestone Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dask enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant