From e1c5ecc3d4c86804901fc0880eff10e2c80ae25a Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Fri, 31 May 2024 16:09:58 -0500 Subject: [PATCH] Release for dask 2024.5.2 --- changes.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changes.md b/changes.md index 1689323f..ff86ec9b 100644 --- a/changes.md +++ b/changes.md @@ -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`_ diff --git a/pyproject.toml b/pyproject.toml index 61f15808..60366d2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]