mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Support more formats and add new method returning deleted fragments (#1432)
* Support more formats and add new method returning deleted fragments * Reduce number of changes and make more visible what has really changed * Add 'UnitTestSaltRemover' and perform changes suggested by review * Add support for 'smi' file * Improve doctest regarding new functionality * Following suggestions made by collaborator * Be consistent with 'ValueError' and add an example without tuple destructuring
This commit is contained in:
committed by
Greg Landrum
parent
e03397c664
commit
e4717913cd
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,6 +6,9 @@
|
||||
/.project
|
||||
/.pydevproject
|
||||
|
||||
#- IDEA files
|
||||
/.idea
|
||||
|
||||
#- Binary files
|
||||
__pycache__/
|
||||
*.so
|
||||
|
||||
Reference in New Issue
Block a user