-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPR: Bunch o deprecation removals #10890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 task
8d6e2a7
to
d286daf
Compare
Looks good! |
jreback
added a commit
that referenced
this pull request
Aug 24, 2015
DEPR: Bunch o deprecation removals
8 tasks
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Jan 10, 2017
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Jan 10, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Jan 10, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Jan 10, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Jan 11, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Feb 7, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Feb 7, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Feb 9, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Feb 9, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Feb 12, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Feb 12, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Feb 23, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Feb 27, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Feb 27, 2017
xref pandas-dev#10890 DEPR: remove Series.is_time_series in favor of Series.index.is_all_dates
jreback
added a commit
that referenced
this pull request
Feb 28, 2017
xref #10890 Author: Jeff Reback <[email protected]> Closes #15098 from jreback/time_series and squashes the following commits: d9101bc [Jeff Reback] fix back-compat for < 0.13 ed57bd5 [Jeff Reback] DEPR: remove legacy pd.TimeSeries class in favor of pd.Series
AnkurDedania
pushed a commit
to AnkurDedania/pandas
that referenced
this pull request
Mar 21, 2017
xref pandas-dev#10890 Author: Jeff Reback <[email protected]> Closes pandas-dev#15098 from jreback/time_series and squashes the following commits: d9101bc [Jeff Reback] fix back-compat for < 0.13 ed57bd5 [Jeff Reback] DEPR: remove legacy pd.TimeSeries class in favor of pd.Series
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
xref #6581
remove
colSpace
remove auto time series broadcasting, xref #2304
deprecate
TimeSeries
(forgot was not actually deprecated)