-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEPR: special-casing dt64/td64 in Series.unique #42741
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
jbrockmendel
commented
Jul 26, 2021
•
edited
Loading
edited
- closes #xxxx
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
1a3a732
to
d771287
Compare
can you add a release note. IIUC this will always warn? how does one avoid this? |
i guess could do ._values.unique |
i am confused over when the user would see this, can you update the top of the PR |
added example to OP |
so the problem is this will always warn right? |
yah, i guess could do it without deprecation in 2.0
…On Sat, Aug 7, 2021 at 4:45 PM Jeff Reback ***@***.***> wrote:
so the problem is this will *always* warn right?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#42741 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5UM6HI7OJSRP5YVDP2SUTT3XAS3ANCNFSM5BBBDEUA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
This pull request is stale because it has been open for thirty days with no activity. Please update or respond to this comment if you're still interested in working on this. |
@jbrockmendel worth fixing this up? |
i think this is worth doing. IIRC the trouble was that if we issue a FutureWarning, we don't have a good way to say "do X instead to get the future behavior". Best idea ATM is to just make the change in 2.0 without a deprecation cycle. |
yeah sounds good to me |
@jbrockmendel this for 2.0? if so let's just close it (and add to the list itself which i think you did) |
sure. |