dask / community

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

Release 2022.01.1 #216

Closed jrbourbeau closed 2 years ago

jrbourbeau commented 2 years ago

If there aren't any known blockers, I'd like to release dask and distributed 2022.01.1 on Friday. In particular, this dask release will contain several updates that add pandas=1.4.0 support for dask.dataframe. The only outstanding work related to this effort are:

Also, there was a possible regression (from a yet-to-be-released commit) reported in https://github.com/dask/dask/issues/8625 that we should determine if is an actual regression or not.

Additionally, @crusaderky mentioned that https://github.com/dask/distributed/pull/5381 is getting close to being merged, but that we should wait until after this release before including that change.

cc @jakirkham @quasiben @jsignell @fjetter

EDIT: ~We should also make sure~

~is included in the distributed release~

EDIT EDIT: Guido pointed out https://github.com/dask/distributed/pull/5695 actually isn't introducing any regressions, so we'll handle that PR and https://github.com/dask/distributed/issues/5729 (related issue) in the next release

jsignell commented 2 years ago

RE https://github.com/dask/dask/issues/8625 I don't think it's a real regression, but I still think a deprecation cycle is good for passing meta as a single value and expecting a series.

jrbourbeau commented 2 years ago

Starting on the release now...

jrbourbeau commented 2 years ago

Thanks all!