Skip to content

Commit 55d1cf7

Browse files
committed
Move the whatsnew entry to deprecation section
1 parent b82e02f commit 55d1cf7

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

doc/source/whatsnew/v1.0.0.rst

+13-18
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,19 @@ Backwards incompatible API changes
7373
pd.arrays.IntervalArray.from_tuples([(0, 1), (2, 3)])
7474
7575
76-
.. _whatsnew_0250.api_breaking.series_string_conversion:
76+
.. _whatsnew_1000.api.other:
77+
78+
Other API changes
79+
^^^^^^^^^^^^^^^^^
80+
81+
- :meth:`pandas.api.types.infer_dtype` will now return "integer-na" for integer and ``np.nan`` mix (:issue:`27283`)
82+
- :meth:`MultiIndex.from_arrays` will no longer infer names from arrays if ``names=None`` is explicitly provided (:issue:`27292`)
83+
-
84+
85+
.. _whatsnew_1000.deprecations:
86+
87+
Deprecations
88+
~~~~~~~~~~~~
7789

7890
String conversion of Series with nan
7991
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -95,23 +107,6 @@ String conversion of Series with nan
95107
.. ipython:: python
96108
pd.Series(['foo', np.nan]).astype(str)
97109
98-
.. _whatsnew_1000.api.other:
99-
100-
Other API changes
101-
^^^^^^^^^^^^^^^^^
102-
103-
- :meth:`pandas.api.types.infer_dtype` will now return "integer-na" for integer and ``np.nan`` mix (:issue:`27283`)
104-
- :meth:`MultiIndex.from_arrays` will no longer infer names from arrays if ``names=None`` is explicitly provided (:issue:`27292`)
105-
-
106-
107-
.. _whatsnew_1000.deprecations:
108-
109-
Deprecations
110-
~~~~~~~~~~~~
111-
112-
-
113-
-
114-
115110
.. _whatsnew_1000.prior_deprecations:
116111

117112

0 commit comments

Comments
 (0)