-
Notifications
You must be signed in to change notification settings - Fork 66
[Breaking Change] Implement argsort and make sort numpy API compliant #2386
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
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
aab4469
added argsort function and tests
95ce904
added argsort function and tests
9344b04
Merge branch '777-Implement_argsort' of https://github.com/helmholtz-…
ba90f48
fixed small issue in test
23828d6
Merge branch 'main' into 777-Implement_argsort
mrfh92 67b27b9
Merge branch 'main' into 777-Implement_argsort
mrfh92 ec223e6
Merge branch 'main' into 777-Implement_argsort
mrfh92 3742fc8
Merge branch 'main' into 777-Implement_argsort
ClaudiaComito 6169f75
Merge remote-tracking branch 'origin/main' into 777-Implement_argsort
Berkant03 2854dd2
- Changed Sort and Argsort to mirror numpy api.
Berkant03 6861852
Fixed Split Advanced indexing error on the argsort test
Berkant03 2108319
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c3aa612
- added warning for ignored arguments instead of ignoring.
Berkant03 909517d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 122d3d0
added ignore warning to argsort
Berkant03 100c377
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3c92d55
Merge branch 'main' into 777-Implement_argsort
Berkant03 f23bcf3
Apply suggestion from @brownbaerchen
brownbaerchen 09063e8
Added info for ignored parameters in the docstring of `sort` and `arg…
Berkant03 8a6ae4d
Merge branch 'main' into 777-Implement_argsort
Berkant03 aafd823
changed first portion of `argsort` tests to use random data
Berkant03 2f5f7c6
Merge branch 'main' into 777-Implement_argsort
Berkant03 df9ca0a
Added test for `sort, and added more parameter combinations for `sort…
Berkant03 0cff903
Merge branch 'main' into 777-Implement_argsort
Berkant03 1d759ec
- Created own class for sorting testing.
Berkant03 bbfee73
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c174bb6
Merge branch 'main' into 777-Implement_argsort
Berkant03 937d551
Use version class on str for comparison
Berkant03 02e5982
- Removed descending parameter check.
Berkant03 12bd457
- Changed chosen device to the one described by the environmental var…
Berkant03 5ea6dd9
Changed device selection
Berkant03 125a3da
Update tests/core/test_sorting.py
Berkant03 c79c8f2
Changed descending keyword behaviour in older numpy versions.
Berkant03 cb89eb0
Merge branch 'main' into 777-Implement_argsort
Berkant03 91802fd
removed specific test for `argsort`
Berkant03 a186796
Merge branch 'main' into 777-Implement_argsort
Berkant03 e3072e3
Merge branch 'main' into 777-Implement_argsort
brownbaerchen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.