From 853a6b0db11c17c6b36a54057fbd9b240b747919 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Fri, 9 Jun 2023 11:32:18 -0500 Subject: [PATCH] bump version to 2023.6.0 --- docs/source/changelog.rst | 27 +++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index ebeeadb2c78..fcd66e26388 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,33 @@ Changelog ========= +.. _v2023.6.0: + +2023.6.0 +-------- + +Released on June 9, 2023 + +Enhancements +^^^^^^^^^^^^ +- Add missing ``not in`` predicate support to ``read_parquet`` (:pr:`10320`) `Richard (Rick) Zamora`_ + +Bug Fixes +^^^^^^^^^ +- Fix for incorrect ``value_counts`` (:pr:`10323`) `Irina Truong`_ +- Update empty ``describe`` top and freq values (:pr:`10319`) `James Bourbeau`_ + +Documentation +^^^^^^^^^^^^^ +- Fix hetzner typo (:pr:`10332`) `Sarah Charlotte Johnson`_ + +Maintenance +^^^^^^^^^^^ +- Test with ``numba`` and ``sparse`` on Python 3.11 (:pr:`10329`) `Thomas Grainger`_ +- Remove ``numpy.find_common_type`` warning ignore (:pr:`10311`) `James Bourbeau`_ +- Update gpuCI ``RAPIDS_VER`` to ``23.08`` (:pr:`10310`) + + .. _v2023.5.1: 2023.5.1 diff --git a/pyproject.toml b/pyproject.toml index 5d4c1931cf9..b024d3d6186 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dataframe = [ "numpy >= 1.21", "pandas >= 1.3", ] -distributed = ["distributed == 2023.5.1"] +distributed = ["distributed == 2023.6.0"] diagnostics = [ "bokeh >= 2.4.2", "jinja2 >= 2.10.3",