Skip to content

Commit

Permalink
bump version to 2023.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Jun 9, 2023
1 parent 596d74d commit 853a6b0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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",
Expand Down

0 comments on commit 853a6b0

Please sign in to comment.