Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ Thanks
------
- Craig Austin
- Andreas Hilboll
- Adam Klein
- Matt Harrison
- Arthur Gerigk
- Adam Klein
- Gregg Lind
- Solomon Negusse
- Wouter Overmeire
Expand Down
8 changes: 8 additions & 0 deletions TODO.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
LongPanel removal
=================

- DONE level to flex methods
- DONE level to reindex
- ?? fast take for items


DONE
----
- SparseSeries name integration + tests
Expand Down
2 changes: 1 addition & 1 deletion pandas/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pandas.core.daterange import DateRange
from pandas.core.series import Series, TimeSeries
from pandas.core.frame import DataFrame
from pandas.core.panel import Panel, LongPanel
from pandas.core.panel import Panel
from pandas.core.groupby import groupby
from pandas.core.reshape import pivot_simple as pivot

Expand Down
Loading