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

Fix type instability in sort for few columns case and fix issorted bug #2746

Merged
merged 11 commits into from
May 30, 2021
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# DataFrames.jl changes on main since last release notes

## Bug fixes

* fix bug in how `issorted` handles custom orderings and improve performane
bkamins marked this conversation as resolved.
Show resolved Hide resolved
of sorting when complex custom orderings are passed
([#2746](https://github.com/JuliaData/DataFrames.jl/pull/2746))

## Performance improvements

* `SubDataFrame` creation is now more efficient if row selector is
Expand Down