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

Add levels #12

Merged
merged 3 commits into from
Oct 2, 2019
Merged

Add levels #12

merged 3 commits into from
Oct 2, 2019

Conversation

nalimilan
Copy link
Member

@nalimilan nalimilan commented Oct 2, 2019

Currently lives in Missings.jl, which isn't the most logical place. This will allow StatsModels to drop the dependency on Missings, while CategoricalArrays will continue adding a specialized method to it.

For reference about the behavior of levels, see discussion at JuliaLang/julia#20800.

Cc: @kleinschmidt

Currently lives in Missings.jl, which isn't the most logical place. This will allow
StatsModels to drop the dependency on Missings, while CategoricalArrays will continue
adding a specialized method to it.
Copy link

@kleinschmidt kleinschmidt left a comment

Choose a reason for hiding this comment

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

LGTM

src/DataAPI.jl Show resolved Hide resolved
@kleinschmidt
Copy link

kleinschmidt commented Oct 2, 2019 via email

@kleinschmidt kleinschmidt merged commit 59e1ef0 into master Oct 2, 2019
@nalimilan nalimilan deleted the nl/levels branch October 3, 2019 07:49
nalimilan added a commit to JuliaData/Missings.jl that referenced this pull request Oct 3, 2019
Keep exporting it for now: if we added a deprecation, it would be triggered even
when people call levels after loading CategoricalArrays or DataFrames.

Depends on JuliaData/DataAPI.jl#12.
nalimilan added a commit to JuliaData/Missings.jl that referenced this pull request Oct 3, 2019
Keep exporting it for now: if we added a deprecation, it would be triggered even
when people call levels after loading CategoricalArrays or DataFrames.

Depends on JuliaData/DataAPI.jl#12.
nalimilan added a commit to JuliaData/Missings.jl that referenced this pull request Oct 3, 2019
Keep exporting it for now: if we added a deprecation, it would be triggered even
when people call levels after loading CategoricalArrays or DataFrames.

Depends on JuliaData/DataAPI.jl#12.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants