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

Converting from HLG to from_map #60

Merged
merged 12 commits into from
Jul 5, 2024
Merged

Converting from HLG to from_map #60

merged 12 commits into from
Jul 5, 2024

Conversation

alex-rakowski
Copy link
Contributor

@phofl @fjetter

Replacing HLG with dd.from_map to enable dask_expr functionality. Reverts to existing method if dask version doesn't support from_map.

@phofl
Copy link

phofl commented Jun 25, 2024

I think I would prefer just requiring a minimum version that definitely supports from_map

@ntabris
Copy link
Member

ntabris commented Jun 25, 2024

I think I would prefer just requiring a minimum version that definitely supports from_map

What would this minimum version be?

@phofl
Copy link

phofl commented Jun 25, 2024

Pinning to at least the first version that has Dask-Expr enabled would make sense

Users of older dask version would just pull the previous release

@alex-rakowski
Copy link
Contributor Author

@phofl @jrbourbeau I think this is good to go, the failing tests c.f. deprecation of 3.7 and 3.8

@phofl
Copy link

phofl commented Jun 27, 2024

Can you drop the ci jobs?

@phofl
Copy link

phofl commented Jun 27, 2024

Ah sorry, just merge main and the failures will go away

@phofl
Copy link

phofl commented Jun 27, 2024

And you'll have to update the minimum python version in setup.py

@phofl phofl merged commit ef0c965 into main Jul 5, 2024
18 checks passed
@phofl phofl deleted the dask-expr branch July 5, 2024 15:44
@phofl
Copy link

phofl commented Jul 5, 2024

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants