Skip to content

Commit

Permalink
bump version to 2022.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Nov 18, 2022
1 parent 7887430 commit af67edd
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,37 @@
Changelog
=========

.. _v2022.11.1:

2022.11.1
---------

Released on November 18, 2022

New Features
^^^^^^^^^^^^

Enhancements
^^^^^^^^^^^^
- Restrict ``bokeh=3`` support (:pr:`7329`) `Gabe Joseph`_
- Respect death timeout when waiting for scheduler file (:pr:`7296`) `Florian Jetter`_
- Always raise exception if ``P2PShuffle`` s send fails (:pr:`7317`) `Hendrik Makait`_

Documentation
^^^^^^^^^^^^^
- Fix typo in ``client.run()`` docstring (:pr:`7315`) `Richard Pelgrim`_
- Note queuing default change in changelog (:pr:`7314`) `Gabe Joseph`_

Maintenance
^^^^^^^^^^^
- Update ``ga-yaml-parser`` step in gpuCI updating workflow (:pr:`7335`) `Charles Blackmon-Luca`_
- Remove exception handling from transitions (:pr:`7316`) `crusaderky`_
- Turn private functions into private ``SchedulerState`` methods (:pr:`7260`) `Hendrik Makait`_
- Bump ``toolz`` minimum version to ``0.10.0`` (:pr:`7309`) `Sam Grayson`_


.. _v2022.11.0:

2022.11.0
---------

Expand Down Expand Up @@ -4437,3 +4468,4 @@ significantly without many new features.
.. _`Andrew`: https://github.com/ahuang11
.. _`Matthew Plough`: https://github.com/mplough-kobold
.. _`Tom Hu`: https://github.com/thomasrockhu-codecov
.. _`Richard Pelgrim`: https://github.com/rrpelgrim
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click >= 7.0
cloudpickle >= 1.5.0
dask == 2022.11.0
dask == 2022.11.1
jinja2
locket >= 1.0.0
msgpack >= 0.6.0
Expand Down

0 comments on commit af67edd

Please sign in to comment.