Skip to content

Commit 8523b3b

Browse files
committed
bump version to 2023.7.0
1 parent 461355e commit 8523b3b

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

docs/source/changelog.rst

+31
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Changelog
22
=========
33

4+
.. _v2023.7.0:
5+
6+
2023.7.0
7+
--------
8+
9+
Released on July 7, 2023
10+
11+
Enhancements
12+
^^^^^^^^^^^^
13+
- Catch exceptions when attempting to load CLI entry points (:pr:`10380`) `Jacob Tomlinson`_
14+
15+
Bug Fixes
16+
^^^^^^^^^
17+
- Fix typo in ``_clean_ipython_traceback`` (:pr:`10385`) `Alexander Clausen`_
18+
- Ensure that ``df`` is immutable after ``from_pandas`` (:pr:`10383`) `Patrick Hoefler`_
19+
- Warn consistently for ``inplace`` in ``Series.rename`` (:pr:`10313`) `Patrick Hoefler`_
20+
21+
Documentation
22+
^^^^^^^^^^^^^
23+
- Add clarification about output shape and reshaping in rechunk documentation (:pr:`10377`) `Swayam Patil`_
24+
25+
Maintenance
26+
^^^^^^^^^^^
27+
- Simplify ``astype`` implementation (:pr:`10393`) `Patrick Hoefler`_
28+
- Fix ``test_first_and_last`` to accommodate deprecated ``last`` (:pr:`10373`) `James Bourbeau`_
29+
- Add ``level`` to ``create_merge_tree`` (:pr:`10391`) `Patrick Hoefler`_
30+
- Do not derive from ``scipy.stats.chisquare`` docstring (:pr:`10382`) `Doug Davis`_
31+
32+
433
.. _v2023.6.1:
534

635
2023.6.1
@@ -6808,3 +6837,5 @@ Other
68086837
.. _`Anton Loukianov`: https://github.com/antonl
68096838
.. _`Brian Phillips`: https://github.com/bphillips-exos
68106839
.. _`hotpotato`: https://github.com/hotpotato
6840+
.. _`Alexander Clausen`: https://github.com/sk1p
6841+
.. _`Swayam Patil`: https://github.com/Swish78

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dataframe = [
5555
"numpy >= 1.21",
5656
"pandas >= 1.3",
5757
]
58-
distributed = ["distributed == 2023.6.1"]
58+
distributed = ["distributed == 2023.7.0"]
5959
diagnostics = [
6060
"bokeh >= 2.4.2",
6161
"jinja2 >= 2.10.3",

0 commit comments

Comments
 (0)