Skip to content

Commit

Permalink
Release for dask 2024.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Jul 20, 2024
1 parent aebe6eb commit 9cfed0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Dask-expr

# v1.1.9

- Patch release for Dask 2024.7.0

# v1.1.8

- Fix shuffle blowing up the task graph (:pr:`1108`) `Patrick Hoefler`_
- Link fix in readme (:pr:`1107`) `Ben`_
- Fix from_pandas with chunksize and empty df (:pr:`1106`) `Patrick Hoefler`_
- Fix deepcopying FromPandas class (:pr:`1105`) `Patrick Hoefler`_
- Skip test if optional xarray cannot be imported (:pr:`1104`) `Sandro`_

# v1.1.7

- Patch release for Dask 2024.7.0
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.7.0",
"dask == 2024.7.1",
"pyarrow>=7.0.0",
"pandas >= 2",
]
Expand Down

0 comments on commit 9cfed0f

Please sign in to comment.