Skip to content

Commit

Permalink
bump version to 2023.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Jul 20, 2023
1 parent 70c9eb8 commit 5227979
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
Changelog
=========

.. _v2023.7.1:

2023.7.1
--------

Released on July 20, 2023

Enhancements
^^^^^^^^^^^^
- ``gather_dep`` should handle ``CancelledError`` (:pr:`8013`) `crusaderky`_
- Pass ``stimulus_id`` to ``SchedulerPlugin.remove_worker`` and ``SchedulerPlugin.transition`` (:pr:`7974`) `Hendrik Makait`_
- Log ``stimulus_id`` in ``retire_worker`` (:pr:`8003`) `crusaderky`_
- Use ``BufferOutputStream`` in P2P (:pr:`7991`) `Florian Jetter`_
- Add Coiled to ignored modules for code sniffing (:pr:`7986`) `Matthew Rocklin`_
- Progress bar can group tasks by span (:pr:`7952`) `Irina Truong`_
- Improved error messages for P2P shuffling (:pr:`7979`) `Hendrik Makait`_
- Reduce removing comms log to debug level (:pr:`7972`) `Florian Jetter`_

Bug Fixes
^^^^^^^^^
- Fix for ``TypeError: '<' not supported`` in graph dashboard (:pr:`8017`) `Irina Truong`_
- Fix shuffle code to work with ``pyarrow`` 13 (:pr:`8009`) `Joris Van den Bossche`_

Documentation
^^^^^^^^^^^^^
- Add some top-level exposition to the p2p rechunking code (:pr:`7978`) `Lawrence Mitchell`_

Maintenance
^^^^^^^^^^^
- Add test when not ``repartitioning`` for ``p2p`` in ``set_index`` (:pr:`8016`) `Patrick Hoefler`_
- Bump ``JamesIves/github-pages-deploy-action`` from 4.4.2 to 4.4.3 (:pr:`8008`)
- Configure asyncio loop using ``loop_factory`` kwarg rather than using the ``set_event_loop_policy`` (:pr:`7969`) `Thomas Grainger`_
- Fix P2P worker cleanup (:pr:`7981`) `Hendrik Makait`_
- Skip ``click`` v8.1.4 in mypy ``pre-commit`` hook (:pr:`7989`) `Thomas Grainger`_
- Remove accidental duplicated conversion of ``pyarrow`` ``Table`` to pandas (:pr:`7983`) `Joris Van den Bossche`_


.. _v2023.7.0:

2023.7.0
Expand Down Expand Up @@ -5106,3 +5143,4 @@ significantly without many new features.
.. _`ypogorelova`: https://github.com/ypogorelova
.. _`Patrick Hoefler`: https://github.com/phofl
.. _`Irina Truong`: https://github.com/j-bennet
.. _`Joris Van den Bossche`: https://github.com/jorisvandenbossche
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requires-python = ">=3.9"
dependencies = [
"click >= 8.0",
"cloudpickle >= 1.5.0",
"dask == 2023.7.0",
"dask == 2023.7.1",
"jinja2 >= 2.10.3",
"locket >= 1.0.0",
"msgpack >= 1.0.0",
Expand Down

0 comments on commit 5227979

Please sign in to comment.