|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +.. _v2022.10.0: |
| 5 | + |
| 6 | +2022.10.0 |
| 7 | +--------- |
| 8 | + |
| 9 | +Released on October 14, 2022 |
| 10 | + |
| 11 | +New Features |
| 12 | +^^^^^^^^^^^^ |
| 13 | +- Backend library dispatching for IO in Dask-Array and Dask-DataFrame (:pr:`9475`) `Richard (Rick) Zamora`_ |
| 14 | +- Add new CLI that is extensible (:pr:`9283`) `Doug Davis`_ |
| 15 | + |
| 16 | +Enhancements |
| 17 | +^^^^^^^^^^^^ |
| 18 | +- Groupby median (:pr:`9516`) `Ian Rose`_ |
| 19 | +- Fix array copy not being a no-op (:pr:`9555`) `David Hoese`_ |
| 20 | +- Add support for string timedelta in ``map_overlap`` (:pr:`9559`) `Nicolas Grandemange`_ |
| 21 | +- Shuffle-based groupby for single functions (:pr:`9504`) `Ian Rose`_ |
| 22 | +- Make ``datetime.datetime`` tokenize idempotantly (:pr:`9532`) `Martin Durant`_ |
| 23 | +- Support tokenizing ``datetime.time`` (:pr:`9528`) `Tim Paine`_ |
| 24 | + |
| 25 | +Bug Fixes |
| 26 | +^^^^^^^^^ |
| 27 | +- Avoid race condition in lazy dispatch registration (:pr:`9545`) `James Bourbeau`_ |
| 28 | +- Do not allow setitem to ``np.nan`` for ``int`` dtype (:pr:`9531`) `Doug Davis`_ |
| 29 | +- Stable demo column projection (:pr:`9538`) `Ian Rose`_ |
| 30 | +- Ensure ``pickle``-able binops in ``delayed`` (:pr:`9540`) `Ian Rose`_ |
| 31 | +- Fix project CSV columns when selecting (:pr:`9534`) `Martin Durant`_ |
| 32 | + |
| 33 | +Documentation |
| 34 | +^^^^^^^^^^^^^ |
| 35 | +- Update Parquet best practice (:pr:`9537`) `Matthew Rocklin`_ |
| 36 | + |
| 37 | +Maintenance |
| 38 | +^^^^^^^^^^^ |
| 39 | +- Restrict ``tiledb-py`` version to avoid CI failures (:pr:`9569`) `James Bourbeau`_ |
| 40 | +- Bump ``actions/github-script`` from 3 to 6 (:pr:`9564`) |
| 41 | +- Bump ``actions/stale`` from 4 to 6 (:pr:`9551`) |
| 42 | +- Bump ``peter-evans/create-pull-request`` from 3 to 4 (:pr:`9550`) |
| 43 | +- Bump ``actions/checkout`` from 2 to 3.1.0 (:pr:`9552`) |
| 44 | +- Bump ``codecov/codecov-action`` from 1 to 3 (:pr:`9549`) |
| 45 | +- Bump ``the-coding-turtle/ga-yaml-parser`` from 0.1.1 to 0.1.2 (:pr:`9553`) |
| 46 | +- Move dependabot configuration file (:pr:`9547`) `James Bourbeau`_ |
| 47 | +- Add dependabot for GitHub actions (:pr:`9542`) `James Bourbeau`_ |
| 48 | +- Run mypy on Windows and Linux (:pr:`9530`) `crusaderky`_ |
| 49 | +- Update gpuCI ``RAPIDS_VER`` to ``22.12`` (:pr:`9524`) |
| 50 | + |
| 51 | + |
4 | 52 | .. _v2022.9.2: |
5 | 53 |
|
6 | 54 | 2022.9.2 |
@@ -5984,3 +6032,4 @@ Other |
5984 | 6032 | .. _`Nat Tabris`: https://github.com/ntabris |
5985 | 6033 | .. _`Lawrence Mitchell`: https://github.com/wence- |
5986 | 6034 | .. _`nouman`: https://github.com/noumxn |
| 6035 | +.. _`Tim Paine`: https://github.com/timkpaine |
0 commit comments