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 reverse!, shuffle, shuffle!, permute!, and invpermute! #3010

Merged
merged 12 commits into from
Feb 20, 2022
Merged

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Feb 18, 2022

Fixes #2048

additionally completes support of standard related Base functions

and improves the implementation of reverse to make it consistent with Base Julia.

In another PR I will tackle #2936 which is the second issue that is about completing DataFrames.jl API in relation to Base Julia.

@bkamins bkamins added this to the 1.4 milestone Feb 18, 2022
src/abstractdataframe/abstractdataframe.jl Outdated Show resolved Hide resolved
src/abstractdataframe/abstractdataframe.jl Show resolved Hide resolved
src/abstractdataframe/abstractdataframe.jl Outdated Show resolved Hide resolved
src/abstractdataframe/abstractdataframe.jl Show resolved Hide resolved
src/abstractdataframe/abstractdataframe.jl Outdated Show resolved Hide resolved
src/abstractdataframe/abstractdataframe.jl Outdated Show resolved Hide resolved
src/abstractdataframe/abstractdataframe.jl Outdated Show resolved Hide resolved
src/abstractdataframe/abstractdataframe.jl Outdated Show resolved Hide resolved
src/abstractdataframe/abstractdataframe.jl Outdated Show resolved Hide resolved
src/abstractdataframe/abstractdataframe.jl Outdated Show resolved Hide resolved
src/abstractdataframe/abstractdataframe.jl Outdated Show resolved Hide resolved
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
@bkamins bkamins merged commit c5bf2ef into main Feb 20, 2022
@bkamins bkamins deleted the bk/shuffle branch February 20, 2022 12:34
@bkamins
Copy link
Member Author

bkamins commented Feb 20, 2022

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add shuffle, shuffle! functions
3 participants