Skip to content

Commit 5cf9a70

Browse files
committed
move refine percentiles changes to v3.0.0
1 parent aee5795 commit 5cf9a70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/whatsnew/v2.3.0.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ Other enhancements
3636
when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been
3737
updated to work correctly with NumPy >= 2 (:issue:`57739`)
3838
- The :meth:`~Series.sum` reduction is now implemented for ``StringDtype`` columns (:issue:`59853`)
39-
- Median percentile is only included in :meth:`~Series.describe` when a blank
40-
list is passed (:issue:`60550`).
4139

4240
.. ---------------------------------------------------------------------------
4341
.. _whatsnew_230.notable_bug_fixes:

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Other enhancements
6565
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
6666
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
6767
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
68+
- Fixed bug where median percentile is included in :meth:`~Series.describe` when a blank list is passed (:issue:`60550`).
6869

6970
.. ---------------------------------------------------------------------------
7071
.. _whatsnew_300.notable_bug_fixes:

0 commit comments

Comments
 (0)