-
Notifications
You must be signed in to change notification settings - Fork 825
increased the maximum number of matches from an rdkit smarts query #3470
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
IAlibay
merged 50 commits into
MDAnalysis:develop
from
orionarcher:increase_smarts_matches
Jun 1, 2022
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
7a57af1
Fixed issue #2915 and added a pytest to demonstrate the fix. Sphzone …
orionarcher 7a2a155
Merge branch 'issue_#2915' into develop. Updates to selection and sel…
orionarcher 89a38d3
removed a unncesessary TODO statement
orionarcher a9194a3
added issue #2915 fix to CHANGELOG
orionarcher dcb23b5
added self to AUTHORS and CHANGELOG, moved lines in selection
orionarcher 889b28d
fixed issue #2915 for cylayer, cyzone, and sphlayer. added testing to…
orionarcher 96b63e3
created decorator to test for empty selections. moved around testing …
orionarcher d5fde7d
added another blank line to be consistent with PEP-8
orionarcher 8a81f54
seperated testing for empty atom selection for sph* and cy* selection…
orionarcher a4c7e41
added stacked decorators instead of repeated functionality in one dec…
orionarcher b6dfd9a
removed the decorator implementation and added code directly into the…
orionarcher 0cc38ad
updated CHANGELOG with more detail
orionarcher d03d329
Merge branch 'develop' of https://github.com/MDAnalysis/mdanalysis in…
orionarcher d0198e1
increased the maximum number of matches from an rdkit smarts query
orionarcher 3ac808c
update changelog
orionarcher ad874f0
set default max_matches to largest unsigned int and add a configurabl…
orionarcher b2a9446
add better documentation to the smarts selection query
orionarcher da317ed
added a test for max_matches behavior
orionarcher bef38a9
change max_matches -> maxMatches and set default max to group.n_atoms
orionarcher 547d8f6
update CHANGELOG to reflect recent changes
orionarcher 937e580
clean up syntax and expose useChirality kwarg
orionarcher 4e126d1
add better documentation for rdkit_kwargs
orionarcher 086e050
use two kwargs variables to pass kwargs to smarts queries
orionarcher 14d163a
update testing to use smarts_kwargs
orionarcher d89b131
small bug fix
orionarcher 1d7d898
updated testing to increase code coverage
orionarcher 207e858
cleaned up testing for smarts kwargs
orionarcher a210d43
updated and clarified documentation
orionarcher 8a67c76
cleaned up code style and used setdefaults rather than if statement
orionarcher dc5a704
added versionchaged info at 2.0.1
orionarcher e984be0
returned to default to 1000
orionarcher cbcba0f
update changelog to reflect no change to defaults
orionarcher 8c252d2
Merge branch 'develop' into increase_smarts_matches
IAlibay 04b415b
Updating to new develop
orionarcher 6317edb
Merge branch 'develop' of https://github.com/MDAnalysis/mdanalysis in…
orionarcher 8fff72a
Merge branch 'develop' into increase_smarts_matches
orionarcher fc129f6
Merge branch 'develop' into increase_smarts_matches
IAlibay e57695a
added docstring parameter for smarts_kwargs
orionarcher 9eabb4c
updated documentation description for smarts query and duplicated in …
orionarcher ace0c57
Merge branch 'increase_smarts_matches' of https://github.com/orioncoh…
orionarcher ae5c5e6
change default maxMatches to 10 * n_atoms and add test
orionarcher 1e6eba0
update documentation for smarts kwargs
orionarcher e0e28a3
add smarts kwargs warning to docs
orionarcher e07f40b
merge develop
orionarcher 92828c8
Merge branch 'develop' into increase_smarts_matches
orionarcher 9574661
Merge branch 'develop' into increase_smarts_matches
IAlibay e38e219
various doc improvements and maxMatches fix
IAlibay e7d6a68
update selections.rst
IAlibay 30c3f35
Merge branch 'develop' into increase_smarts_matches
IAlibay c739404
fix tests
IAlibay 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
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.