Skip to content

Commit 1e36cb2

Browse files
committed
made whats new entry
1 parent c94b34d commit 1e36cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Other enhancements
9292
- :meth:`Series.sample`, :meth:`DataFrame.sample`, and :meth:`.GroupBy.sample` now accept a ``np.random.Generator`` as input to ``random_state``. A generator will be more performant, especially with ``replace=False`` (:issue:`38100`)
9393
- :meth:`Series.ewm`, :meth:`DataFrame.ewm`, now support a ``method`` argument with a ``'table'`` option that performs the windowing operation over an entire :class:`DataFrame`. See :ref:`Window Overview <window.overview>` for performance and functional benefits (:issue:`42273`)
9494
- :meth:`.GroupBy.cummin` and :meth:`.GroupBy.cummax` now support the argument ``skipna`` (:issue:`34047`)
95-
-
95+
- :meth:`DataFrame.between_time` now accepts ``inclusive`` argument as ``{"both", "neither", "left", "right"}`` in place of ``include_start`` and ``include_end`` (:issue:`40245`)
9696

9797
.. ---------------------------------------------------------------------------
9898

0 commit comments

Comments
 (0)