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: categorical.take allow_fill default #29912

Merged
merged 5 commits into from
Nov 29, 2019

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel commented Nov 28, 2019

Also deprecates take_nd as an alias for take.

@WillAyd WillAyd added the Deprecate Functionality to remove in pandas label Nov 29, 2019
@WillAyd WillAyd added this to the 1.0 milestone Nov 29, 2019
@@ -365,6 +365,7 @@ Deprecations
is equivalent to ``arr[idx.get_loc(idx_val)] = val``, which should be used instead (:issue:`28621`).
- :func:`is_extension_type` is deprecated, :func:`is_extension_array_dtype` should be used instead (:issue:`29457`)
- :func:`eval` keyword argument "truediv" is deprecated and will be removed in a future version (:issue:`29812`)
- :meth:`Categorical.take_nd` is deprecated, use :meth:`Categorical.take` instead (:issue:`27745`)
Copy link
Contributor

Choose a reason for hiding this comment

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

this was never public to begin with, but I guess can't hurt.

@jreback jreback merged commit fe2117c into pandas-dev:master Nov 29, 2019
@jbrockmendel jbrockmendel deleted the depr-cat branch November 29, 2019 23:19
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
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.

DEPR: remove alias of Categorical.take_nd to Categorical.take
4 participants