Skip to content

Commit 2047052

Browse files
committed
Add whatsnew entry for Styler.pipe()
1 parent 159747d commit 2047052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ Other Enhancements
214214
- Compatibility with Matplotlib 3.0 (:issue:`22790`).
215215
- Added :meth:`Interval.overlaps`, :meth:`IntervalArray.overlaps`, and :meth:`IntervalIndex.overlaps` for determining overlaps between interval-like objects (:issue:`21998`)
216216
- :meth:`Timestamp.tz_localize`, :meth:`DatetimeIndex.tz_localize`, and :meth:`Series.tz_localize` have gained the ``nonexistent`` argument for alternative handling of nonexistent times. See :ref:`timeseries.timezone_nonexsistent` (:issue:`8917`)
217+
- :meth:`Styler.pipe` method added, to simplify application of user-defined functions that operate on stylers.
217218

218219
.. _whatsnew_0240.api_breaking:
219220

0 commit comments

Comments
 (0)