Skip to content

Commit

Permalink
bump version to 2024.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Aug 16, 2024
1 parent 1d77195 commit b7d9bf4
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,43 @@ Drop support for Python 3.9
This release drops support for Python 3.9 in accordance with NEP 29. Python 3.10
is now the required minimum version to run Dask.

See :pr:`11245` and :pr-distributed:`8793` by `Patrick Hoefler`_ for more details.


.. dropdown:: Additional changes

- Ensure ``pickle`` does not change tokens (:pr:`11320`) `Florian Jetter`_
- Add changelog entry for ``reshape`` and ordering improvements (:pr:`11324`) `Patrick Hoefler`_
- Rename ``chunksize-tolerance`` option (:pr:`11317`) `Patrick Hoefler`_
- Upgrade gpuCI and fix Dask Array failures with "cupy" backend (:pr:`11309`) `Richard (Rick) Zamora`_
- Implement automatic rechunking for ``shuffle`` (:pr:`11311`) `Patrick Hoefler`_
- Ensure we test against ``numpy`` 2 in CI (:pr:`11182`) `James Bourbeau`_
- Revert "Test ordering on distributed scheduler (:pr:`11310`)" (:pr:`11321`) `Florian Jetter`_
- Test ordering on distributed scheduler (:pr:`11310`) `Florian Jetter`_
- Add tests to cover more cases of new ``reshape`` implementation (:pr:`11313`) `Patrick Hoefler`_
- Order: Choose better target for branches with multiple leaf nodes (:pr:`11303`) `Patrick Hoefler`_
- Order: Ensure runnable tasks are certainly runnable (:pr:`11305`) `Florian Jetter`_
- Fix upstream ``numpy`` build (:pr:`11304`) `Patrick Hoefler`_
- Make ``shuffle`` a no-op if possible (:pr:`11291`) `Patrick Hoefler`_
- Keep ``chunksize`` consistent in ``reshape`` (:pr:`11273`) `Patrick Hoefler`_
- Enable slicing with only one unknown chunk (:pr:`11301`) `Patrick Hoefler`_
- Link to ``dask`` vs ``spark`` benchmarks on Dask docs (:pr:`11289`) `Sarah Charlotte Johnson`_
- Fix slicing for masked arrays (:pr:`11300`) `Patrick Hoefler`_
- Array: fix ``asarray`` for array input with ``dtype`` (:pr:`11288`) `Lucas Colley`_
- Add ``numpy`` constants to array api (:pr:`11287`) `Lucas Colley`_
- Ignore typing of return value (:pr:`11286`) `Patrick Hoefler`_
- Remove automatic resizing in reshape (:pr:`11269`) `Patrick Hoefler`_
- API: expose ``np`` dtypes in ``dask.array`` namespace (:pr:`11178`) `Lucas Colley`_

- Reduce frequency of unmanaged memory use warning (:pr-distributed:`8834`) `Patrick Hoefler`_
- Update gpuCI ``RAPIDS_VER`` to ``24.10`` (:pr-distributed:`8786`)
- Avoid ``RuntimeError: dictionary changed size during iteration`` in ``Server._shift_counters()`` (:pr-distributed:`8828`) `Hendrik Makait`_
- Improve concurrent close for scheduler (:pr-distributed:`8829`) `Hendrik Makait`_
- MINOR: Extract truncation logic out of partial concatenation in P2P rechunking (:pr-distributed:`8826`) `Hendrik Makait`_
- avoid excessive attribute access overhead for ``remove_from_task_prefix_count`` (:pr-distributed:`8821`) `Florian Jetter`_
- Avoid key validation if validation is disabled (:pr-distributed:`8822`) `Florian Jetter`_
- Log ``worker_client`` event (:pr-distributed:`8819`) `James Bourbeau`_

.. _v2024.8.0:

2024.8.0
Expand Down Expand Up @@ -8579,3 +8616,4 @@ Other
.. _`Adam Williamson`: https://github.com/AdamWill
.. _`Jonas Dedden`: https://github.com/jonded94
.. _`Bernhard Raml`: https://github.com/SwamyDev
.. _`Lucas Colley`: https://github.com/lucascolley
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ These optional dependencies and their minimum supported versions are listed belo
+------------------+-----------------+---------------------------------------------------------------------------------------------------------+
| `graphviz`_ | ``>=0.8.4`` | Graph visualization using the graphviz engine |
+------------------+-----------------+---------------------------------------------------------------------------------------------------------+
| `h5py`_ | ``>=3.4.0`` | Storing array data in hdf5 files |
| `h5py`_ | ``>=3.4.0`` | Storing array data in hdf5 files |
+------------------+-----------------+---------------------------------------------------------------------------------------------------------+
| `ipycytoscape`_ | ``>=1.0.1`` | Graph visualization using the cytoscape engine |
+------------------+-----------------+---------------------------------------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dataframe = [
"pandas >= 2.0",
"dask-expr >= 1.1, <1.2", # dask-expr pins the dask version
]
distributed = ["distributed == 2024.8.0"]
distributed = ["distributed == 2024.8.1"]
diagnostics = [
"bokeh >= 2.4.2",
"jinja2 >= 2.10.3",
Expand Down

0 comments on commit b7d9bf4

Please sign in to comment.