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

feat: sorting and related functions #529

Merged
merged 13 commits into from
Jan 16, 2025
Merged

feat: sorting and related functions #529

merged 13 commits into from
Jan 16, 2025

Conversation

avik-pal
Copy link
Collaborator

@avik-pal avik-pal commented Jan 13, 2025

  • sort / sort!
  • sortperm / sortperm!
  • partialsort / partialsort!
  • partialsortperm / partialsortperm! (fixes Not support partialsortperm ? #485)
  • argmin / argmax
  • findmin/findmax/findlast/findfirst
  • testing

@avik-pal avik-pal force-pushed the ap/sorting branch 2 times, most recently from a15e5ca to 5cc9b3f Compare January 14, 2025 07:06
@Pangoraw Pangoraw linked an issue Jan 14, 2025 that may be closed by this pull request
@avik-pal avik-pal force-pushed the ap/sorting branch 2 times, most recently from 17ea1d6 to 70f6052 Compare January 14, 2025 20:26
src/Ops.jl Outdated Show resolved Hide resolved
@avik-pal avik-pal force-pushed the ap/sorting branch 2 times, most recently from 657f93d to 4d1c784 Compare January 15, 2025 19:35
@avik-pal avik-pal marked this pull request as ready for review January 15, 2025 19:35
@wsmoses wsmoses merged commit 4fd0492 into main Jan 16, 2025
27 of 38 checks passed
@wsmoses wsmoses deleted the ap/sorting branch January 16, 2025 01:13
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.

Not support partialsortperm ?
2 participants