You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ENH: Support For Interval __contains__ Other Interval (pandas-dev#46613)
* ENH: Support For Interval __contains__ Other Interval (pandas-dev#46613)
* Update doc/source/whatsnew/v1.5.0.rst
Co-authored-by: Valentin Iovene <[email protected]>
* ENH: Support For Interval __contains__ Other Interval (pandas-dev#46613)
* ENH: Support For Interval __contains__ Other Interval (pandas-dev#46613)
* Fix: Unintentionally Modified Range
* ENH: Support For Interval __contains__ Other Interval (pandas-dev#46613)
* Fix: Unintentionally Modified Range
* ENH: Support For Interval __contains__ Other Interval (pandas-dev#46613)
Co-authored-by: Valentin Iovene <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.5.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,7 @@ Other enhancements
292
292
- :class:`Series` reducers (e.g. ``min``, ``max``, ``sum``, ``mean``) will now successfully operate when the dtype is numeric and ``numeric_only=True`` is provided; previously this would raise a ``NotImplementedError`` (:issue:`47500`)
293
293
- :meth:`RangeIndex.union` now can return a :class:`RangeIndex` instead of a :class:`Int64Index` if the resulting values are equally spaced (:issue:`47557`, :issue:`43885`)
294
294
- :meth:`DataFrame.compare` now accepts an argument ``result_names`` to allow the user to specify the result's names of both left and right DataFrame which are being compared. This is by default ``'self'`` and ``'other'`` (:issue:`44354`)
295
+
- :class:`Interval` now supports checking whether one interval is contained by another interval (:issue:`46613`)
295
296
- :meth:`Series.add_suffix`, :meth:`DataFrame.add_suffix`, :meth:`Series.add_prefix` and :meth:`DataFrame.add_prefix` support a ``copy`` argument. If ``False``, the underlying data is not copied in the returned object (:issue:`47934`)
296
297
- :meth:`DataFrame.set_index` now supports a ``copy`` keyword. If ``False``, the underlying data is not copied when a new :class:`DataFrame` is returned (:issue:`48043`)
0 commit comments