-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEPR: tz-aware Series/DatetimIndex.__array__ returns an object array of Timestamps #30516
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. merge on green.
IIRC the places where i see this warning are in xarray and matplotlib tests. should we check with them to make sure they're ready for this? cc @shoyer @tacaswell |
closes #24716? |
Yup, looks like it. |
I guess waiting on xarray / mpl, can you open an issue on each of those trackers. |
Does/should this affect |
FWIW, I don't think we need to wait on xarray or matplotlib. These are warnings that should be seen by the user, and they have actions they can take already to avoid them. |
+1 for xarray -- this is something that users can already deal with as
needed
…On Thu, Jan 2, 2020 at 9:47 AM Tom Augspurger ***@***.***> wrote:
***@***.**** approved this pull request.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#30516?email_source=notifications&email_token=AAJJFVRGXQX7FVU2XOA6TNTQ3YSEFA5CNFSM4KAAXYKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQRAQWY#pullrequestreview-337774683>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJJFVSCRWSRBM6DSSDSSBDQ3YSEFANCNFSM4KAAXYKA>
.
|
thanks @mroeschke |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff