-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
2021.04.0 release #144
Comments
A recent change(dask/dask#7473) to concat dispatch was made which is the addition of |
The PR is up and it would be nice if we can get this into |
So we've fixed the serialization issues linked above. However there's another issue with data being truncated. This is tracked as issue ( dask/distributed#4662 ) |
|
Based on discussion in that PR. Seems there is nothing to do in Dask or Distributed ( dask/dask#7501 (comment) ). Feel free to correct me if that's not the case @jcrist |
Oop, yes, while that fix did fix things for us, the actual underlying problem was in prefect. No blockers from us anymore. |
Alright, at this point it looks like all the linked issues have been resolved (thanks all!). I'm going to start pushing out the release |
Aaaand we're on PyPI. 2021.04.0 should be on conda-forge / Docker hub in a few hours |
Awesome thanks James! 😄 |
Packages are now up on conda-forge |
And now it's on Docker hub. Thanks all! |
There have been several serialization bug reports from the 2021.03.1 release (see dask/distributed#4645, dask/distributed#4625, dask/dask#7490) which we're currently resolving (xref dask/distributed#4653). I'd like to do a
dask
anddistributed
2021.04.0 release this Friday to get those fixes out to users.cc @jakirkham @kkraus14 @jsignell
The text was updated successfully, but these errors were encountered: