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

get rid of CategoricalArrays #157

Merged
merged 8 commits into from
Nov 11, 2019
Merged

get rid of CategoricalArrays #157

merged 8 commits into from
Nov 11, 2019

Commits on Oct 2, 2019

  1. get rid of CategoricalArrays

    Depends on having a levels method defined in DataAPI, which it currently does
    not.  Also, there were a few functions from Missings that snuck in because
    CategoricalArrays reexports it.
    kleinschmidt committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    0130fa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53a131c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    03b4290 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    a28dfb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6dd17f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1361cfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    457c800 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b566f35 View commit details
    Browse the repository at this point in the history