Skip to content

Commit

Permalink
bump version to 2023.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Jul 7, 2023
1 parent 8107f1f commit 9437e71
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
Changelog
=========

.. _v2023.7.0:

2023.7.0
--------

Released on July 7, 2023

Enhancements
^^^^^^^^^^^^
- Propagate spans to tasks (:pr:`7898`) `crusaderky`_
- Make Fine Performance Metrics bar graph horizontal (:pr:`7966`) `crusaderky`_
- Don't pile up ``context_meter`` callbacks (:pr:`7961`) `crusaderky`_
- Polish Fine Performance Metrics plot (:pr:`7963`) `crusaderky`_
- Sign ``task-erred`` with ``run_id`` and reject outdated responses (:pr:`7933`) `Hendrik Makait`_
- Set ``Client.as_current`` when entering ctx (:pr:`6527`) `Florian Jetter`_
- Re-run erred task on ``ComputeTaskEvent`` (:pr:`7967`) `Hendrik Makait`_

Bug Fixes
^^^^^^^^^
- Fix crash in spans when ``time()`` is not monotonic (:pr:`7960`) `crusaderky`_

Documentation
^^^^^^^^^^^^^
- Documentation for Fine Performance Metrics and Spans (:pr:`7945`) `crusaderky`_
- Update ``client.py`` to be consistent with the docstring (:pr:`7705`) `Sultan Orazbayev`_

Maintenance
^^^^^^^^^^^
- Use ``distributed.wait_for`` in ``test_close_async_task_handles_cancellation`` (:pr:`7955`) `Thomas Grainger`_
- Fix flaky UCX tests (:pr:`7950`) `Peter Andreas Entschev`_


.. _v2023.6.1:

2023.6.1
Expand Down
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.6.1",
"dask == 2023.7.0",
"jinja2 >= 2.10.3",
"locket >= 1.0.0",
"msgpack >= 1.0.0",
Expand Down

0 comments on commit 9437e71

Please sign in to comment.