-
Notifications
You must be signed in to change notification settings - Fork 766
Improved, Best-like contact analysis (Issue #702) #708
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
Closed
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
755631c
Improved, Best-like contact analysis (Issue #702)
cd67662
Revert to changes to contacts.py
a55119a
Arguments refactored, numpy-style docs
093a091
Refactor universe identity check between groups, optional scipy.spars…
c6fe71e
Add test files to package, rename test class for contacts
2440ef7
Contact analysis: move the example to cookbook
9f67bb2
Correct typo in tests
e60e4d8
Fixed module import
876e2a5
Fixed module imports (ii)
d151610
Fixed imports (iii)
137426e
Single class that supports both cutoff and best-hummer contacts
b9d35d4
Clean-up docs, bzip conf files
216b040
Trying to make the new Contacts class as close to ContactAnalysis1 cl…
07e0238
Re-link to gro.bz2 files in setup.py
acc2f24
Moved all the remaining methods from ContactAnalysis1 to Contacts
e183fe6
Deprecate the old ContactAnalysis1 class
e18b55c
Corrected docs, moved things around - general feature cleanup
c743c58
Test and docstring cleanup
714dd64
improvements for distances
orbeckst d5e2995
doc string upgrades in analysis.contacts
orbeckst 03980b9
added back ContactAnalysis
orbeckst a2a3379
Merge branch 'issue-702-contacts' of github.com:jandom/mdanalysis int…
orbeckst c82c185
Upated CHANGELOG, brought back the old ContactAnalysis class
2e7c4ee
Remove any self calls from load method, to make it nice and static
d8df641
Merge branch 'issue-702-contacts' of https://github.com/orbeckst/mdan…
395a41a
Merge branch 'orbeckst-issue-702-contacts' into issue-702-contacts
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the run function using the
kwargs?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the rationale was that run functions are always happy to take in kwars... but I think I can be easily swayed to say that we should only advertise what one particular run function needs (and I know that you're a proponent of explicit kwargs). So, yes, I come around to the idea to only put in those args that are really needed.