File tree 2 files changed +32
-1
lines changed
2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
33
.. _v2023.6.1 :
5
34
6
35
2023.6.1
@@ -6808,3 +6837,5 @@ Other
6808
6837
.. _`Anton Loukianov` : https://github.com/antonl
6809
6838
.. _`Brian Phillips` : https://github.com/bphillips-exos
6810
6839
.. _`hotpotato` : https://github.com/hotpotato
6840
+ .. _`Alexander Clausen` : https://github.com/sk1p
6841
+ .. _`Swayam Patil` : https://github.com/Swish78
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dataframe = [
55
55
" numpy >= 1.21" ,
56
56
" pandas >= 1.3" ,
57
57
]
58
- distributed = [" distributed == 2023.6.1 " ]
58
+ distributed = [" distributed == 2023.7.0 " ]
59
59
diagnostics = [
60
60
" bokeh >= 2.4.2" ,
61
61
" jinja2 >= 2.10.3" ,
You can’t perform that action at this time.
0 commit comments