dask / community

For general discussion and community planning. Discussion issues welcome.
20 stars 3 forks source link

Release 2022.02.0 #218

Closed jsignell closed 2 years ago

jsignell commented 2 years ago

If there aren't any known blockers, @jrbourbeau and I would like to release dask and distributed 2022.02.0 on Friday.

Blocking PRs

cc @jakirkham @quasiben @jsignell @fjetter @crusaderky @jrbourbeau

jsignell commented 2 years ago

I think there is a fair amount still up in the air for scipy compatibility, so let's keep the ceiling for now.

fjetter commented 2 years ago

I am still debugging https://github.com/dask/distributed/issues/5751. Right now, I don't even know if it is a release blocker :( I should have an answer for this by tomorrow

fjetter commented 2 years ago

Checking in on https://github.com/dask/distributed/issues/5751

I do consider it a blocker. It is a deadlock which I suspect may be affecting many users, particularly in less stable environments or adaptive deployments.

A fix is already available https://github.com/dask/distributed/pull/5786 pending review. If we can get it over the finishing line by tomorrow, the release is still on. I personally consider the changes stable enough to merge and release quickly afterwards but if a reviewer disagrees we may want to hold off the release.

New update by ~12:00 UTC tomorrow

jsignell commented 2 years ago

Ok thanks for reporting back Florian, I am hoping to start the release at 9am eastern tomorrow, so if it's in reviewed and in by then great, and otherwise we will just wait a week for the release.

fjetter commented 2 years ago

We're good to go from my side

jsignell commented 2 years ago

Thanks @fjetter for sorting that out!

jsignell commented 2 years ago

Ok I am running CI on dask/dask now (https://github.com/dask/dask/pull/8713) to see if some of the issues that were cropping up with distributed in https://github.com/dask/dask/runs/5152189577?check_suite_focus=true for instance are resolved. If all looks good I will start the release.

jsignell commented 2 years ago

It looks good, so I'm making the changelogs now.

jsignell commented 2 years ago

Uploaded to pypi!

jrbourbeau commented 2 years ago

2022.2.0 is on PyPI, conda-forge, and Docker hub. Thanks @jsignell!

jsignell commented 2 years ago

Thanks @jrbourbeau for helping me through it!