Skip to content

add insert! #376

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

Merged
merged 8 commits into from
Nov 21, 2021
Merged

add insert! #376

merged 8 commits into from
Nov 21, 2021

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Nov 20, 2021

fixes #375

@bkamins
Copy link
Member Author

bkamins commented Nov 20, 2021

@nalimilan - I have added insert!. I have not bumped version as I assume you handle the release process here. Thank you!

@@ -232,6 +234,31 @@ using CategoricalArrays: DefaultRefType, leveltype
@test x.pool.levels == x2.pool.levels
@test x.pool.invindex == x2.pool.invindex

x = y
Copy link
Member

Choose a reason for hiding this comment

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

Can you add the equivalent code to 12_missingarray.jl? These files should be kept in sync. (Or just leave both files alone as tests in 13_arraycommon.jl may be enough.)

Copy link
Member Author

Choose a reason for hiding this comment

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

added

@nalimilan nalimilan merged commit de99bef into master Nov 21, 2021
@nalimilan nalimilan deleted the bkamins-patch-1 branch November 21, 2021 12:19
@nalimilan
Copy link
Member

Thanks! If you like we can make a minor release, otherwise we can wait a bit more until we have other features to ship.

@bkamins
Copy link
Member Author

bkamins commented Nov 21, 2021

No rush. For your reference I have opened the PR because users wanted to insert! into a DataFrame, and if they had columns other than Vector it failed.

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.

add insert! support
2 participants