Skip to content

Commit 1f0e4d8

Browse files
committed
change whatsnew
1 parent 81212cd commit 1f0e4d8

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

doc/source/whatsnew/v2.0.2.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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

0 commit comments

Comments
 (0)