Skip to content

Conversation

@galipremsagar
Copy link
Contributor

Description

Fixes: #11487

This PR switches default value of ordered parameter in CategoricalDtype to False. This fixes some issues around concat and building categorical columns.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@galipremsagar galipremsagar added bug Something isn't working 3 - Ready for Review Ready for review by team 4 - Needs cuDF (Python) Reviewer breaking Breaking change labels Aug 25, 2022
@galipremsagar galipremsagar requested a review from a team as a code owner August 25, 2022 20:25
@galipremsagar galipremsagar self-assigned this Aug 25, 2022
@galipremsagar galipremsagar requested a review from a team as a code owner August 25, 2022 20:25
@github-actions github-actions bot added the Python Affects Python cuDF API. label Aug 25, 2022
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

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

Seems like a straightforward change. Thanks!

@galipremsagar galipremsagar added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team 4 - Needs Dask Reviewer labels Aug 26, 2022
@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.10@5ee4b3b). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff               @@
##             branch-22.10   #11604   +/-   ##
===============================================
  Coverage                ?   86.41%           
===============================================
  Files                   ?      145           
  Lines                   ?    23002           
  Branches                ?        0           
===============================================
  Hits                    ?    19878           
  Misses                  ?     3124           
  Partials                ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@galipremsagar
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 05a553b into rapidsai:branch-22.10 Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5 - Ready to Merge Testing and reviews complete, ready to merge breaking Breaking change bug Something isn't working Python Affects Python cuDF API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] categoricals with .ordered is None in cudf and dask_cudf

3 participants