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: to_native_types, set_value, iteritems, union_many, to_perioddelta #49244

Merged
merged 6 commits into from Oct 24, 2022

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@jbrockmendel
Copy link
Member Author

IIUC the docbuild problem is

/home/runner/work/pandas/pandas/doc/source/whatsnew/v2.0.0.rst:182: WARNING: Inline interpreted text or phrase reference start-string without end-string.

but line 182 in that file a) is not touched by this PR and b) looks fine to me.

@jbrockmendel jbrockmendel added the Deprecate Functionality to remove in pandas label Oct 23, 2022
@@ -164,6 +164,13 @@ Removal of prior version deprecations/changes
- Removed deprecated :meth:`Index.is_type_compatible` (:issue:`42113`)
- Removed deprecated :meth:`Index.is_mixed`, check ``index.inferred_type`` directly instead (:issue:`32922`)
- Removed deprecated :meth:`Index.asi8` (:issue:`37877`)
- Removed deprecated :meth:`DataFrame._AXIS_NUMBERS`, :meth:`DataFrame._AXIS_NAMES`, :meth:`Series._AXIS_NUMBERS`, :meth:`Series._AXIS_NAMES` (:issue:`33637)
Copy link
Member

Choose a reason for hiding this comment

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

A tick is missing after the issue in this line

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks, fixed

@mroeschke mroeschke added this to the 2.0 milestone Oct 24, 2022
@mroeschke mroeschke merged commit 2ffb748 into pandas-dev:main Oct 24, 2022
@mroeschke
Copy link
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the deprs-2 branch October 24, 2022 20:47
noatamir pushed a commit to noatamir/pandas that referenced this pull request Nov 9, 2022
…ta (pandas-dev#49244)

* DEPR: to_native_types, set_value, iteritems, union_many, to_perioddelta

* remove more

* missing tick

* remove duplicate note
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants