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

PDEP6 implementation pt 2: eablock.setitem, eablock.putmask #53405

Merged
merged 111 commits into from
Jul 31, 2023

Conversation

MarcoGorelli
Copy link
Member

@MarcoGorelli MarcoGorelli commented May 26, 2023

following on from #50626

@MarcoGorelli MarcoGorelli changed the title Pt2 pdep6 eablock PDEP6 implementation pt 2: eablock.setitem, eablock.putmask Jun 25, 2023
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot added the Stale label Jul 26, 2023
@MarcoGorelli MarcoGorelli marked this pull request as ready for review July 28, 2023 15:04
Deprecated silent upcasting in setitem-like Series operations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Setitem-like operations on Series (or DataFrame columns) which silently upcast the dtype are
Copy link
Member

Choose a reason for hiding this comment

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

Worth listing what methods are setitem-like?

Copy link
Member

@jbrockmendel jbrockmendel left a comment

Choose a reason for hiding this comment

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

LGTM

@MarcoGorelli MarcoGorelli added this to the 2.1 milestone Jul 29, 2023
@mroeschke mroeschke merged commit 792e290 into pandas-dev:main Jul 31, 2023
35 of 37 checks passed
@mroeschke
Copy link
Member

Thanks @MarcoGorelli

@mroeschke
Copy link
Member

@MarcoGorelli do you have time/appetite to start enforcing the PDEP6 deprecation?

If not, is enforcing the deprecation as easy as switching the warnings to exceptions or is there more cleanup?

@MarcoGorelli
Copy link
Member Author

thanks for the ping! yup, I'll get to it - exciting to see it enforced!

@MarcoGorelli
Copy link
Member Author

@MarcoGorelli do you have time/appetite to start enforcing the PDEP6 deprecation?

doing it today - sorry for the delay, been too caught up with other work projects, but some of them are winding down now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants