Skip to content

Commit 825bb0c

Browse files
author
Chang She
committed
RLS: note changed return type in DatetimeIndex.unique
1 parent 143a8b0 commit 825bb0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/v0.10.1.txt

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ API changes
1414
- Groupby aggregations Max/Min no longer exclude non-numeric data (GH2700_)
1515
- Resampling an empty DataFrame now returns an empty DataFrame instead of raising an exception (GH2640_)
1616
- The file reader will now raise an exception when NA values are found in an explicitly specified integer column instead of converting the column to float (GH2631_)
17+
- DatetimeIndex.unique now returns a DatetimeIndex with the same name and
18+
- timezone instead of an array (GH2563_)
1719

1820
New features
1921
~~~~~~~~~~~~
@@ -200,3 +202,4 @@ on GitHub for a complete list.
200202
.. _GH2626: https://github.com/pydata/pandas/issues/2626
201203
.. _GH2613: https://github.com/pydata/pandas/issues/2613
202204
.. _GH2602: https://github.com/pydata/pandas/issues/2602
205+
.. _GH2563: https://github.com/pydata/pandas/issues/2563

0 commit comments

Comments
 (0)