We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2211736 commit 149ebfdCopy full SHA for 149ebfd
doc/source/whatsnew/v1.4.0.rst
@@ -42,7 +42,8 @@ Other enhancements
42
43
Notable bug fixes
44
~~~~~~~~~~~~~~~~~
45
-- Bug in :meth:`pandas.cut` on :class:`Series` with duplicate indices (:issue:`42185`) and non-exact :meth:`pandas.CategoricalIndex` (:issue:`42425`)
+-
46
+- These are bug fixes that might have notable behavior changes.
47
48
.. _whatsnew_140.notable_bug_fixes.notable_bug_fix1:
49
@@ -261,7 +262,7 @@ Groupby/resample/rolling
261
262
263
Reshaping
264
^^^^^^^^^
--
265
+- Bug in :meth:`pandas.cut` on :class:`Series` with duplicate indices (:issue:`42185`) and non-exact :meth:`pandas.CategoricalIndex` (:issue:`42425`)
266
-
267
268
Sparse
0 commit comments