dask / community

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

Release 2022.11.1 #292

Closed jrbourbeau closed 1 year ago

jrbourbeau commented 1 year ago
Release version 2022.11.1
Planned release date 2022-11-18
Status On-track
Release manager @jrbourbeau

Best effort

Try to close before the release but will not block the release

Blocker

Issues that would cause us to block and postpone the release if not fixed

Comments

Recently we relaxed our bokeh version constraints to allow bokeh=3. I think this was a bit too premature (my fault) and I'd like to push out a quick patch release with https://github.com/dask/dask/pull/9673 and https://github.com/dask/distributed/pull/7329 which reinstate the bokeh<3 version restriction. See https://github.com/dask/distributed/issues/7327 for more context.

dask/dask is in a good place for releasing. Looking at git log for dask/distributed I don't see anything that's been merged since the last release that's particularly controversial and would block releasing (cc @fjetter @gjoseph92).

cc @jakirkham @charlesbluca @quasiben for visibility

jakirkham commented 1 year ago

It looks like issue ( https://github.com/dask/distributed/issues/7327 ) is closed. Should it be reopened if it is a live issue?

jrbourbeau commented 1 year ago

That issue (and a couple others) have been closed as duplicates of https://github.com/dask/distributed/issues/7173

gjoseph92 commented 1 year ago

@jrbourbeau yes, I think distributed is good to release

$ git log 2022.11.0..main --oneline
69b74f9f Remove exception handling from transitions (#7316)
26c92407 Fix typo in `client.run()` docstring (#7315)
44423d0a Always raise exception if P2PShuffle's send fails (#7317)
5cba6625 Turn private functions into private `SchedulerState` methods (#7260)
5635bc01 Note queuing default change in changelog (#7314)
176a84cb Bump `toolz` minimum version to `0.10.0` (#7309)

Also the bokeh PRs look green and ready to merge FYI.

jrbourbeau commented 1 year ago

Great -- thanks again for you work here @gjoseph92. Given the current time, let's release tomorrow morning-ish US time

jrbourbeau commented 1 year ago

Alright, the two linked PRs are in -- I'm going to push out the release in ~1 hour

jrbourbeau commented 1 year ago

2022.11.1 is on PyPI. Will open up conda-forge PRs

jrbourbeau commented 1 year ago

conda-forge packages and docker images are out -- thanks all!