Skip to content

Commit 7ffe1af

Browse files
Version 2025.11.0
1 parent 8e56d13 commit 7ffe1af

2 files changed

Lines changed: 46 additions & 1 deletion

File tree

docs/source/changelog.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,48 @@ Changelog
55

66
This is not exhaustive. For an exhaustive list of changes, see the git log.
77

8+
.. _v2025.11.0:
9+
10+
2025.11.0
11+
---------
12+
13+
Highlights
14+
^^^^^^^^^^
15+
- Use shard shape when available in ``to_zarr`` (:pr:`12105`) `Davis Bennett`_
16+
- Improve worker and nanny support for ipv6 (:pr-distributed:`9133`) `Jianyu Sun`_
17+
- Linting and type hinting improvements across the codebase
18+
19+
.. dropdown:: Additional changes
20+
21+
- Replace ``versioneer`` with ``setuptools-scm`` (:pr:`12133`) `Jacob Tomlinson`_
22+
- Apply ruff/Pylint Refactor rules (PLR) (:pr:`12010`) `Dimitri Papadopoulos Orfanos`_
23+
- Remove files from ``MANIFEST.in`` (:pr:`12041`) `Dimitri Papadopoulos Orfanos`_
24+
- Stabilize ``test_filter_nonpartition_columns`` (:pr:`12131`) `DongWon`_
25+
- Enforce ruff/pyupgrade rules UP007 and UP033 (:pr:`12125`) `Dimitri Papadopoulos Orfanos`_
26+
- Update ``np.accumulate`` workaround comment (:pr:`12129`) `Jacob Tomlinson`_
27+
- ``flake8``, ``bugbear``, ``pyupgrade`` → ``ruff`` (:pr:`12002`) `Dimitri Papadopoulos Orfanos`_
28+
- Adjust pyarrow version skip in ``test_parquet`` (:pr:`12124`) `Tom Augspurger`_
29+
- Fix ufunc in ``dask.array.cumreduction`` (:pr:`12119`) `Tony Ding`_
30+
- Fix docs footer (:pr:`12120`) `Jacob Tomlinson`_
31+
- Use integer multiple of shard shape when rechunking in ``to_zarr`` (:pr:`12106`) `Davis Bennett`_
32+
- Ensure that the shard shape is used as the default chunk shape for sharded Zarr arrays (:pr:`12104`) `Davis Bennett`_
33+
- Skip ``test_parquet`` for ``pyarrow==22.0`` (:pr:`12116`) `Tom Augspurger`_
34+
- Clean up setuptools-specific configuration (:pr:`12040`) `Dimitri Papadopoulos Orfanos`_
35+
- PEP 639 compliance (:pr:`12024`) `Dimitri Papadopoulos Orfanos`_
36+
- Fix deprecated quantile ``interpolation`` being passed to numpy (:pr:`12108`) `David Hoese`_
37+
- Add ``uv.lock`` to ``.gitignore`` (:pr:`12110`) `Jacob Tomlinson`_
38+
- Use shard shape when available in ``to_zarr`` (:pr:`12105`) `Davis Bennett`_
39+
- Add more optional dependencies to Python 3.13 CI builds (:pr:`12100`) `James Bourbeau`_
40+
- Remove ``pip`` pin for docs (:pr:`12102`) `James Bourbeau`_
41+
- Address collection-based ``meta`` arguments in ``GroupByApply`` (:pr:`12099`) `Richard (Rick) Zamora`_
42+
43+
- Replace versioneer with setuptools-scm (:pr-distributed:`9137`) `Jacob Tomlinson`_
44+
- Improve worker and nanny support for ipv6 (:pr-distributed:`9133`) `Jianyu Sun`_
45+
- Fix CI Multiple aliased keys in file ``/Users/runner/.condarc`` (:pr-distributed:`9136`) `Jacob Tomlinson`_
46+
- Remove ``pip`` pin for docs (:pr-distributed:`9132`) `James Bourbeau`_
47+
- Remove UCX configuration schema (:pr-distributed:`9127`) `Peter Andreas Entschev`_
48+
- Add generic type support to ``Future`` and ``Client`` methods (:pr-distributed:`9123`) `Simon-Martin Schröder`_
49+
850
.. _v2025.10.0:
951

1052
2025.10.0
@@ -9692,3 +9734,6 @@ Other
96929734
.. _`Oisin-M`: https://github.com/Oisin-M
96939735
.. _`Username46786`: https://github.com/Username46786
96949736
.. _`Maneesh Sutar`: https://github.com/maneesh29s
9737+
.. _`Jianyu Sun`: https://github.com/csfldf
9738+
.. _`DongWon`: https://github.com/dongwonmoon
9739+
.. _`Simon-Martin Schröder`: https://github.com/moi90

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dataframe = [
5858
"pandas >= 2.0",
5959
"pyarrow>=14.0.1",
6060
]
61-
distributed = ["distributed == 2025.10.0"]
61+
distributed = ["distributed == 2025.11.0"]
6262
diagnostics = [
6363
"bokeh >= 3.1.0",
6464
"jinja2 >= 2.10.3",

0 commit comments

Comments
 (0)