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

2021.04.0 release #144

Closed
jrbourbeau opened this issue Mar 31, 2021 · 11 comments
Closed

2021.04.0 release #144

jrbourbeau opened this issue Mar 31, 2021 · 11 comments

Comments

@jrbourbeau
Copy link
Member

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 and distributed 2021.04.0 release this Friday to get those fixes out to users.

cc @jakirkham @kkraus14 @jsignell

@galipremsagar
Copy link

galipremsagar commented Apr 1, 2021

A recent change(dask/dask#7473) to concat dispatch was made which is the addition of ignore_order parameter in the middle of the function signature, this would lead to breakages in downstream projects. We'd like to submit a fix to extract ignore_order from **kwargs instead of adding it to the function signature.

@galipremsagar
Copy link

A recent change(dask/dask#7473) to concat dispatch was made which is the addition of ignore_order parameter in the middle of the function signature, this would lead to breakages in downstream projects. We'd like to submit a fix to extract ignore_order from **kwargs instead of adding it to the function signature.

The PR is up and it would be nice if we can get this into 2021.04.0 release: dask/dask#7500

@jakirkham
Copy link
Member

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 )

@jcrist
Copy link
Member

jcrist commented Apr 1, 2021

We just found a bug affecting Prefect that is fixed by dask/dask#7501, would be nice if possible to also get this in for this release.

@jakirkham
Copy link
Member

We just found a bug affecting Prefect that is fixed by dask/dask#7501, would be nice if possible to also get this in for this release.

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

@jcrist
Copy link
Member

jcrist commented Apr 1, 2021

Oop, yes, while that fix did fix things for us, the actual underlying problem was in prefect. No blockers from us anymore.

@jrbourbeau
Copy link
Member Author

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

@jrbourbeau
Copy link
Member Author

Aaaand we're on PyPI. 2021.04.0 should be on conda-forge / Docker hub in a few hours

@jakirkham
Copy link
Member

Awesome thanks James! 😄

@jakirkham
Copy link
Member

Packages are now up on conda-forge

@jrbourbeau
Copy link
Member Author

And now it's on Docker hub. Thanks all!

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

No branches or pull requests

4 participants