Skip to content

Commit b41f1a0

Browse files
jbrockmendelyeshsurya
authored andcommitted
BUG: incorrect rounding in groupby.cummin near int64 implementation bounds (pandas-dev#40767)
1 parent 480ca77 commit b41f1a0

File tree

2 files changed

+243
-481
lines changed

2 files changed

+243
-481
lines changed

doc/source/whatsnew/v1.3.0.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ to accept more universal CSS language for arguments, such as ``'color:red;'`` in
119119
to allow custom CSS highlighting instead of default background coloring (:issue:`40242`).
120120
Enhancements to other built-in methods include extending the :meth:`.Styler.background_gradient`
121121
method to shade elements based on a given gradient map and not be restricted only to
122-
values in the DataFrame (:issue:`39930` :issue:`22727` :issue:`28901`). Additional
123-
built-in methods such as :meth:`.Styler.highlight_between` and :meth:`.Styler.highlight_quantile`
124-
have been added (:issue:`39821` and :issue:`40926`).
122+
values in the DataFrame (:issue:`39930` :issue:`22727` :issue:`28901`).
125123

126124
The :meth:`.Styler.apply` now consistently allows functions with ``ndarray`` output to
127125
allow more flexible development of UDFs when ``axis`` is ``None`` ``0`` or ``1`` (:issue:`39393`).

0 commit comments

Comments
 (0)