File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _whatsnew_202 :
2
+
3
+ What's new in 2.0.2 (May ..., 2023)
4
+ -----------------------------------
5
+
6
+ These are the changes in pandas 2.0.2. See :ref: `release ` for a full changelog
7
+ including other versions of pandas.
8
+
9
+ {{ header }}
10
+
11
+ .. ---------------------------------------------------------------------------
12
+ .. _whatsnew_202.regressions :
13
+
14
+ Fixed regressions
15
+ ~~~~~~~~~~~~~~~~~
16
+ - Fixed regression when :meth: `DataFrame.to_string ` creates extra space for string dtypes (:issue: `52690 `)
17
+
18
+
19
+ .. ---------------------------------------------------------------------------
20
+ .. _whatsnew_202.bug_fixes :
21
+
22
+ Bug fixes
23
+ ~~~~~~~~~
24
+ - Bug in :func: `api.interchange.from_dataframe ` was returning :class: `DataFrame `'s of incorrect sizes when called on slices (:issue: `52824 `)
25
+ - Bug in :func: `api.interchange.from_dataframe ` was unnecessarily raising on bitmasks (:issue: `49888 `)
26
+ -
27
+
28
+ .. ---------------------------------------------------------------------------
29
+ .. _whatsnew_202.other :
30
+
31
+ Other
32
+ ~~~~~
33
+ -
34
+
35
+ .. ---------------------------------------------------------------------------
36
+ .. _whatsnew_202.contributors :
37
+
38
+ Contributors
39
+ ~~~~~~~~~~~~
40
+
41
+ .. contributors :: v2.0.1..v2.0.2|HEAD
You can’t perform that action at this time.
0 commit comments