-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Conversation
IIUC the docbuild problem is
but line 182 in that file a) is not touched by this PR and b) looks fine to me. |
doc/source/whatsnew/v2.0.0.rst
Outdated
@@ -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) |
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.
A tick is missing after the issue in this line
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.
thanks, fixed
Thanks @jbrockmendel |
…ta (pandas-dev#49244) * DEPR: to_native_types, set_value, iteritems, union_many, to_perioddelta * remove more * missing tick * remove duplicate note
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.