File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11## Dask-expr
22
3+ # v1.1.21
4+
5+ - Fixup install paths (:pr:` 1179 ` ) ` Patrick Hoefler ` _
6+ - Remove custom read-csv stuff (:pr:` 1178 ` ) ` Patrick Hoefler ` _
7+ - Fix assign optimization when overwriting columns (:pr:` 1176 ` ) ` Patrick Hoefler ` _
8+ - Propagate group_keys in DataFrameGroupBy (:pr:` 1174 ` ) ` Tom Augspurger ` _
9+ - Use new blockwise unpack collection in array (:pr:` 1173 ` ) ` James Bourbeau ` _
10+
311# v1.1.20
412
513- Fix value_counts with split_out != 1 (:pr:` 1170 ` ) ` Patrick Hoefler ` _
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626readme = " README.md"
2727requires-python = " >=3.10"
2828dependencies = [
29- " dask == 2024.12.0 " ,
29+ " dask == 2024.12.1 " ,
3030 " pyarrow>=14.0.1" ,
3131 " pandas >= 2" ,
3232]
You can’t perform that action at this time.
0 commit comments