File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ Bug Fixes
51
51
- Bug in :func:`unique` on an array of tuples (:issue:`16519`)
52
52
- Bug in :func:`cut` when ``labels`` are set, resulting in incorrect label ordering (:issue:`16459`)
53
53
- Fixed a compatibility issue with IPython 6.0's tab completion showing deprecation warnings on ``Categoricals`` (:issue:`16409`)
54
- - Bug in ``TimedeltaIndex`` raising a ``ValueError`` when slice indexing with ``loc`` (:issue:`16637`)
55
54
56
55
Conversion
57
56
^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Performance Improvements
37
37
Bug Fixes
38
38
~~~~~~~~~
39
39
40
-
40
+ - Bug in ``TimedeltaIndex`` raising a ``ValueError`` when slice indexing with ``loc`` (:issue:`16637`)
41
41
42
42
43
43
Conversion
You can’t perform that action at this time.
0 commit comments