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

DEPR: deprecations log for removed issues #13777

Closed
jreback opened this issue Jul 24, 2016 · 7 comments
Closed

DEPR: deprecations log for removed issues #13777

jreback opened this issue Jul 24, 2016 · 7 comments
Labels
Admin Administrative tasks related to the pandas project Deprecate Functionality to remove in pandas
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Jul 24, 2016

Document removed deprecations, originally indicated in #6581. This reference is in reverse chronological order of release.

1.0.0

0.25.0

0.24.0

0.23.0

0.21.0

0.20.0

0.19.0

0.18

0.17

0.16

@jreback jreback added the Deprecate Functionality to remove in pandas label Jul 24, 2016
@jreback jreback added this to the Next Major Release milestone Jul 24, 2016
@jreback jreback changed the title DEPR: previous deprecation log DEPR: deprecations log for removed issues Jul 24, 2016
@jreback jreback added Admin Administrative tasks related to the pandas project Master Tracker High level tracker for similar issues labels Jul 26, 2016
@jreback
Copy link
Contributor Author

jreback commented Jul 26, 2016

@gfyoung if you are looking for something to do :)

I added a couple of old deprecations that were not on the original list......

@jorisvandenbossche jorisvandenbossche modified the milestones: 0.19.0, Next Major Release Jul 26, 2016
@gfyoung
Copy link
Member

gfyoung commented Jul 31, 2016

I wonder if it is worthwhile to remove na_last in Series.order (this is the only place where it is used), as the method itself is deprecated and the na_last parameter does not get propagated. Might as well do it all at once when we remove Series.order.

@jreback
Copy link
Contributor Author

jreback commented Jul 31, 2016

generally better not to touch a deprecated method partially

@gfyoung
Copy link
Member

gfyoung commented Jul 31, 2016

Deprecate na_last in favor of na_position (#5231, #3917)

We should then remove this from under the 0.19.0 list, since na_last only occurs in Series.order.

@jorisvandenbossche jorisvandenbossche modified the milestones: 0.20.0, 0.19.0 Sep 1, 2016
jorisvandenbossche added a commit that referenced this issue Sep 7, 2016
…#14164)

API/DEPR: Remove +/- as setops for DatetimeIndex/PeriodIndex (GH9630)

xref #13777, deprecations put in place in #9630
@jreback jreback modified the milestones: 0.21.0, 0.20.0 Mar 23, 2017
@jreback jreback modified the milestones: 0.21.0, Admin Apr 4, 2017
@gfyoung
Copy link
Member

gfyoung commented Jun 28, 2017

@jorisvandenbossche : Could you check off the two unchecked boxes under the 0.21.0 section? Those were the PR's that you merged today 😄

@jreback jreback modified the milestones: Admin, High Level Issue Tracking Sep 24, 2017
@TomAugspurger TomAugspurger removed the Master Tracker High level tracker for similar issues label Jul 6, 2018
@gfyoung
Copy link
Member

gfyoung commented Jan 3, 2020

@pandas-dev/pandas-core : Can this be closed? It looks like all boxes are checked.

@jorisvandenbossche
Copy link
Member

Yes, this can be closed I think. Also, from now on we are going to tick the boxes in the original issue logging the deprecations, and not moving them to a new issue like this one. The issue to log deprecations in 1.x (removed in 2.0) is #30228

@jorisvandenbossche jorisvandenbossche added this to the 1.0 milestone Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin Administrative tasks related to the pandas project Deprecate Functionality to remove in pandas
Projects
None yet
Development

No branches or pull requests

4 participants