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

avoid CategoricalArrays dependency in aggregates #2519

Merged
merged 5 commits into from Nov 7, 2020

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Nov 7, 2020

Fixes #2506

It seems this will work (in this case we can do more precise tests as we know incol is AbstractVector)

@bkamins bkamins added the non-breaking The proposed change is not breaking label Nov 7, 2020
@bkamins bkamins added this to the 1.0 milestone Nov 7, 2020
@bkamins
Copy link
Member Author

bkamins commented Nov 7, 2020

@nalimilan - Thank you. Your fix seems to work.

src/groupeddataframe/fastaggregates.jl Outdated Show resolved Hide resolved
src/groupeddataframe/fastaggregates.jl Outdated Show resolved Hide resolved
test/grouping.jl Outdated Show resolved Hide resolved
bkamins and others added 2 commits November 7, 2020 16:03
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
@bkamins bkamins mentioned this pull request Nov 7, 2020
20 tasks
@bkamins bkamins merged commit a95bfe9 into JuliaData:master Nov 7, 2020
@bkamins bkamins deleted the categorical_aggregations_fix branch November 7, 2020 21:22
@bkamins
Copy link
Member Author

bkamins commented Nov 7, 2020

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grouping non-breaking The proposed change is not breaking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remaining dependencies on CategoricalArrays
2 participants