Skip to content

Commit

Permalink
Release for dask 2024.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Apr 4, 2024
1 parent cb88264 commit 4aede0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Dask-expr

# v1.0.10

- Make `setattr` work (:pr:`1011`) `Patrick Hoefler`_
- Adjust version number in changes `Patrick Hoefler`_

# v1.0.9

- Add support for named aggregations in `groupby(...).aggregate()` (:pr:`1009`) `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.9"
dependencies = [
"dask == 2024.4.0",
"dask == 2024.4.1",
"pyarrow>=7.0.0",
"pandas >= 2",
]
Expand Down

0 comments on commit 4aede0b

Please sign in to comment.