Skip to content

Commit d7577a2

Browse files
committed
Version 1.1.21
1 parent 36ba0fa commit d7577a2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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`_

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
readme = "README.md"
2727
requires-python = ">=3.10"
2828
dependencies = [
29-
"dask == 2024.12.0",
29+
"dask == 2024.12.1",
3030
"pyarrow>=14.0.1",
3131
"pandas >= 2",
3232
]

0 commit comments

Comments
 (0)