Skip to content

Commit 693a4b8

Browse files
committed
moved the entry to v1.5.0
1 parent bb57a51 commit 693a4b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/whatsnew/v1.4.2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Bug fixes
3030
~~~~~~~~~
3131
- Fix some cases for subclasses that define their ``_constructor`` properties as general callables (:issue:`46018`)
3232
- Fixed "longtable" formatting in :meth:`.Styler.to_latex` when ``column_format`` is given in extended format (:issue:`46037`)
33-
- Fixed a case where the format of printing percentiles in not correct for the describe function in ``format.py`` (:issue:`46362`)
33+
3434

3535
.. ---------------------------------------------------------------------------
3636

doc/source/whatsnew/v1.5.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ Conversion
362362
- Bug in :meth:`Series.astype` and :meth:`DataFrame.astype` from floating dtype to unsigned integer dtype failing to raise in the presence of negative values (:issue:`45151`)
363363
- Bug in :func:`array` with ``FloatingDtype`` and values containing float-castable strings incorrectly raising (:issue:`45424`)
364364
- Bug when comparing string and datetime64ns objects causing ``OverflowError`` exception. (:issue:`45506`)
365+
- Bug in :meth:`format.py` the percentiles values are converted to integer dtype, which ignores the floating point error while multiplying. (:issue:`46362`)
365366

366367
Strings
367368
^^^^^^^

0 commit comments

Comments
 (0)