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) #9622

Merged
merged 2 commits into from
Mar 11, 2015

Commits on Mar 11, 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
    
    whatsnew doc updates for categorical api changes
    
    add ability to specify keywords to astype for creation defaults
    
    fix issue with grouping with sort=True on an unordered Categorical
    update categorical.rst docs
    
    test unsortable when ordered=True
    
    v0.16.0.txt / release notes updates
    
    clean up check for ordering
    
    allow groupby to work on an unordered categorical
    jreback committed Mar 11, 2015
    2 Configuration menu
    Copy the full SHA
    221b493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87fec5b View commit details
    Browse the repository at this point in the history