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 1
1
## Dask-expr
2
2
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
+
3
11
# v1.1.20
4
12
5
13
- 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 = [
26
26
readme = " README.md"
27
27
requires-python = " >=3.10"
28
28
dependencies = [
29
- " dask == 2024.12.0 " ,
29
+ " dask == 2024.12.1 " ,
30
30
" pyarrow>=14.0.1" ,
31
31
" pandas >= 2" ,
32
32
]
You can’t perform that action at this time.
0 commit comments