Skip to content

Commit 7137938

Browse files
howsiweijreback
authored andcommitted
ENH: Support multiple opening hours intervals for BusinessHour (#26628)
1 parent e9f9ca1 commit 7137938

File tree

3 files changed

+526
-114
lines changed

3 files changed

+526
-114
lines changed

doc/source/whatsnew/v0.25.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ Other enhancements
158158
- :meth:`DataFrame.describe` now formats integer percentiles without decimal point (:issue:`26660`)
159159
- Added support for reading SPSS .sav files using :func:`read_spss` (:issue:`26537`)
160160
- Added new option ``plotting.backend`` to be able to select a plotting backend different than the existing ``matplotlib`` one. Use ``pandas.set_option('plotting.backend', '<backend-module>')`` where ``<backend-module`` is a library implementing the pandas plotting API (:issue:`14130`)
161+
- :class:`pandas.offsets.BusinessHour` supports multiple opening hours intervals (:issue:`15481`)
161162

162163
.. _whatsnew_0250.api_breaking:
163164

0 commit comments

Comments
 (0)