Skip to content
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

CLN: Drop the .reshape method from classes #18954

Merged
merged 1 commit into from
Dec 27, 2017

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Dec 27, 2017

Remove the method for Series, Categorical, and Index. Deprecated or errored in v0.19.0

xref #13012

Remove the method for Series, Categorical,
and Index. Deprecated or errored in v0.19.0

xref pandas-devgh-13012
@gfyoung gfyoung added Clean Deprecate Functionality to remove in pandas labels Dec 27, 2017
@gfyoung gfyoung added this to the 0.23.0 milestone Dec 27, 2017
@codecov
Copy link

codecov bot commented Dec 27, 2017

Codecov Report

Merging #18954 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #18954      +/-   ##
==========================================
- Coverage   91.59%   91.59%   -0.01%     
==========================================
  Files         150      150              
  Lines       48964    48949      -15     
==========================================
- Hits        44850    44835      -15     
  Misses       4114     4114
Flag Coverage Δ
#multiple 89.95% <ø> (-0.01%) ⬇️
#single 41.14% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/categorical.py 95.91% <ø> (-0.03%) ⬇️
pandas/core/indexes/base.py 96.44% <ø> (-0.01%) ⬇️
pandas/core/series.py 94.61% <ø> (-0.05%) ⬇️

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 674cf4f...c8b5d92. Read the comment docs.

@jreback jreback merged commit e7d9102 into pandas-dev:master Dec 27, 2017
@jreback
Copy link
Contributor

jreback commented Dec 27, 2017

thanks!

hexgnu pushed a commit to hexgnu/pandas that referenced this pull request Dec 28, 2017
Remove the method for Series, Categorical,
and Index. Deprecated or errored in v0.19.0

xref pandas-devgh-13012
@gfyoung gfyoung deleted the numpy-reshape-remove branch December 28, 2017 17:29
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.

2 participants