Skip to content

Commit

Permalink
Release for dask 2024.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed May 31, 2024
1 parent 97de2ab commit e1c5ecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Dask-expr

# v1.1.2

- Fix projection to empty from_pandas (:pr:`1072`) `Patrick Hoefler`_
- Fix meta for string accessors (:pr:`1071`) `Patrick Hoefler`_
- Use `is_categorical_dtype` dispatch for `sort_values` (:pr:`1070`) `Richard (Rick) Zamora`_

# v1.1.1

- Fix read_csv with positional usecols (:pr:`1069`) `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.5.1",
"dask == 2024.5.2",
"pyarrow>=7.0.0",
"pandas >= 2",
]
Expand Down

0 comments on commit e1c5ecc

Please sign in to comment.