@@ -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
10522025.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
0 commit comments