-
Notifications
You must be signed in to change notification settings - Fork 824
Add sort method to AtomGroup #3188
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 all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
5790740
add attribute 'sort' to atomgroup
1ut c9326a3
Edit CHANGELOG
1ut 99d6d70
delete white space according to PEP8
1ut 315080c
Edit docs
1ut 6ff70a0
add a test for atomgroup.sort
1ut dfe7027
add changes to atomgroup.sort
1ut c86db7a
add changes to test case for atomgroup.sort
1ut 6db489e
edit CHANGELOG
1ut 8b46557
made np.argsort stable
1ut b3f0455
Add tests for TestAtomGroupSort
1ut 267a1b4
add my name to author list of changelog
1ut c6d048f
Treat with multiple dimensional array
1ut 044a302
Add testsa for multiple dimensional array
1ut a8b10b0
Check if number of atoms and idx have a same size.
1ut b6b9ab4
Add tests for non-number of atoms sized attributes
1ut 2a64457
Stop checking if idx is 0 dimension array
1ut c2e615a
add pr number to CHANGELOG
1ut 06056e8
Simplify an example in the docs
1ut 6cf9002
Add description of kind in argsort
1ut fa89e4b
removed unnecessary variable
1ut 5dceb3e
pep8
1ut 88a5953
Add match arguments to pytest
1ut a72c726
fix tests that not worked
1ut 8628c51
Merge branch 'develop' into sortdev
IAlibay 4f9b588
Merge branch 'develop' into sortdev
1ut 54b0965
pep8
1ut 2fdb7c9
Merge branch 'sortdev' of https://github.com/1ut/mdanalysis into sortdev
1ut 072a1fa
Merge branch 'develop' into sortdev
1ut cc981ad
improve docs
1ut cf100fd
Update package/MDAnalysis/core/groups.py
1ut 53da213
Update package/MDAnalysis/core/groups.py
1ut baed618
Update package/MDAnalysis/core/groups.py
1ut b726fcc
Update package/MDAnalysis/core/groups.py
1ut 6517118
Update package/MDAnalysis/core/groups.py
1ut 6925454
Update package/MDAnalysis/core/groups.py
1ut d367b5c
Update package/MDAnalysis/core/groups.py
1ut bdd391c
Update package/MDAnalysis/core/groups.py
1ut e0bef58
Fix error message
1ut f4046e1
Merge branch 'sortdev' of https://github.com/1ut/mdanalysis into sortdev
1ut 52b677a
separate tests
1ut 338417e
FIx error messages
1ut e28530e
Merge branch 'develop' into sortdev
1ut 170ce40
pep8
1ut 072b159
Add example in the docs
1ut 9ea60cd
Merge branch 'develop' into sortdev
1ut 18d36ee
edit docs
1ut fbdcc6c
Merge branch 'sortdev' of https://github.com/1ut/mdanalysis into sortdev
1ut 1e9d9e4
edit docs
1ut 325a3d9
Update package/MDAnalysis/core/groups.py
1ut 1de2d97
Update package/MDAnalysis/core/groups.py
1ut 705cdd7
Update package/MDAnalysis/core/groups.py
1ut 3377655
Unecessary \
1ut c2f7342
remove unnecessary .*
1ut 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
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.