Skip to content

Commit feb2903

Browse files
committed
bump version to 2022.10.0
1 parent c4d35f5 commit feb2903

2 files changed

Lines changed: 50 additions & 1 deletion

File tree

docs/source/changelog.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,54 @@
11
Changelog
22
=========
33

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+
452
.. _v2022.9.2:
553

654
2022.9.2
@@ -5984,3 +6032,4 @@ Other
59846032
.. _`Nat Tabris`: https://github.com/ntabris
59856033
.. _`Lawrence Mitchell`: https://github.com/wence-
59866034
.. _`nouman`: https://github.com/noumxn
6035+
.. _`Tim Paine`: https://github.com/timkpaine

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"array": ["numpy >= 1.18"],
1616
"bag": [], # keeping for backwards compatibility
1717
"dataframe": ["numpy >= 1.18", "pandas >= 1.0"],
18-
"distributed": ["distributed == 2022.9.2"],
18+
"distributed": ["distributed == 2022.10.0"],
1919
"diagnostics": [
2020
"bokeh >= 2.4.2",
2121
"jinja2",

0 commit comments

Comments
 (0)