Skip to content

Commit

Permalink
Version 1.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Dec 17, 2024
1 parent 36ba0fa commit d7577a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Dask-expr

# v1.1.21

- Fixup install paths (:pr:`1179`) `Patrick Hoefler`_
- Remove custom read-csv stuff (:pr:`1178`) `Patrick Hoefler`_
- Fix assign optimization when overwriting columns (:pr:`1176`) `Patrick Hoefler`_
- Propagate group_keys in DataFrameGroupBy (:pr:`1174`) `Tom Augspurger`_
- Use new blockwise unpack collection in array (:pr:`1173`) `James Bourbeau`_

# v1.1.20

- Fix value_counts with split_out != 1 (:pr:`1170`) `Patrick Hoefler`_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"dask == 2024.12.0",
"dask == 2024.12.1",
"pyarrow>=14.0.1",
"pandas >= 2",
]
Expand Down

0 comments on commit d7577a2

Please sign in to comment.