-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
I think I would prefer just requiring a minimum version that definitely supports from_map |
What would this minimum version be? |
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 |
@phofl @jrbourbeau I think this is good to go, the failing tests c.f. deprecation of 3.7 and 3.8 |
Can you drop the ci jobs? |
Ah sorry, just merge main and the failures will go away |
And you'll have to update the minimum python version in setup.py |
thx |
@phofl @fjetter
Replacing HLG with
dd.from_map
to enable dask_expr functionality. Reverts to existing method if dask version doesn't supportfrom_map
.