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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.6.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Other enhancements
35
35
- Added ``index`` parameter to :meth:`DataFrame.to_dict` (:issue:`46398`)
36
36
- Added metadata propagation for binary operators on :class:`DataFrame` (:issue:`28283`)
37
37
- :class:`.CategoricalConversionWarning`, :class:`.InvalidComparison`, :class:`.InvalidVersion`, :class:`.LossySetitemError`, and :class:`.NoBufferPresent` are now exposed in ``pandas.errors`` (:issue:`27656`)
38
+
- Added section on :ref:`investigating regressions <maintaining.regressions>` using ``git bisect`` to contributing guide (:issue:`35685`)
0 commit comments