Skip to content

DEPR/CLN: remove SparseTimeSeries class (follow-up GH15098) #15567

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

Conversation

jorisvandenbossche
Copy link
Member

#15098 removed the TimeSeries alias, but we also deprecated SparseTimeSeries (#10890), so this makes the removal complete.

@jorisvandenbossche jorisvandenbossche added Clean Deprecate Functionality to remove in pandas labels Mar 4, 2017
@jorisvandenbossche jorisvandenbossche added this to the 0.20.0 milestone Mar 4, 2017
@codecov-io
Copy link

Codecov Report

Merging #15567 into master will decrease coverage by -0.04%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master   #15567      +/-   ##
==========================================
- Coverage   91.07%   91.03%   -0.04%     
==========================================
  Files         136      137       +1     
  Lines       49167    49303     +136     
==========================================
+ Hits        44777    44884     +107     
- Misses       4390     4419      +29
Impacted Files Coverage Δ
pandas/compat/pickle_compat.py 68.29% <ø> (ø)
pandas/sparse/series.py 95.13% <ø> (-0.06%)
pandas/sparse/api.py 100% <100%> (ø)
pandas/io/gbq.py 25% <0%> (-58.34%)
pandas/util/testing.py 81.11% <0%> (-0.96%)
pandas/tools/merge.py 91.78% <0%> (-0.35%)
pandas/core/frame.py 97.83% <0%> (-0.1%)
pandas/core/generic.py 96.25% <0%> (-0.07%)
pandas/formats/format.py 95.34% <0%> (-0.07%)
pandas/io/json/init.py 100% <0%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ae4fd1...daa7c32. Read the comment docs.

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jorisvandenbossche jorisvandenbossche merged commit ee406d2 into pandas-dev:master Mar 4, 2017
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants