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

[BREAKING] add empty and empty! #2262

Merged
merged 3 commits into from
May 18, 2020
Merged

[BREAKING] add empty and empty! #2262

merged 3 commits into from
May 18, 2020

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented May 17, 2020

Fixes #2251, #2261

@nalimilan - I think what @Nosferican proposed in #2251 can be implemented before 1.0. At the same time I propose to remove rarely used and long-deprecated functions from src/deprecated.jl, this will resolve #2261 in particular.

@bkamins bkamins added the breaking The proposed change is breaking. label May 17, 2020
@bkamins bkamins added this to the 1.0 milestone May 17, 2020
@bkamins
Copy link
Member Author

bkamins commented May 17, 2020

This PR should not be merged before #2237 (I would like to have documentation cleaned up, and then I will rebase it)

@bkamins
Copy link
Member Author

bkamins commented May 18, 2020

@nalimilan - I have reverted the things that are not problematic to keep as deprecated. Now I remove only definitions that are really bad IMO and should not exist even as deprecations.

src/dataframe/dataframe.jl Outdated Show resolved Hide resolved
docs/src/lib/functions.md Outdated Show resolved Hide resolved
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
@bkamins bkamins merged commit e852cba into JuliaData:master May 18, 2020
@bkamins bkamins deleted the add_empty branch May 18, 2020 15:43
@bkamins
Copy link
Member Author

bkamins commented May 18, 2020

Thank you!

@cossio
Copy link

cossio commented May 18, 2020

Thanks for fixing this!

@bkamins bkamins changed the title add empty and empty! [BREAKING] add empty and empty! May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking The proposed change is breaking.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename tail to avoid clash with Base.tail Implement empty / empty! as the truncate operation
3 participants