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

API: deprecate setting of .ordered directly (GH9347, GH9190) #9611

Closed
wants to merge 6 commits into from

Commits on Mar 8, 2015

  1. API: deprecate setting of .ordered directly (GH9347, GH9190)

         add set_ordered method for setting ordered
         default for Categorical is now to NOT order unless explicity specified
    jreback committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    39e17f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8049354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7238e6 View commit details
    Browse the repository at this point in the history
  4. fix issue with grouping with sort=True on an unordered Categorical

    update categorical.rst docs
    
    test unsortable when ordered=True
    jreback committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    738f3b7 View commit details
    Browse the repository at this point in the history
  5. on attempting to do an ordering operation on an unordered Categorical,

    show an OrderingWarning but let the operation succeed
    jreback committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    2408c05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fce430c View commit details
    Browse the repository at this point in the history