Re: [Rdkit-discuss] where are the sanitizing flags?

2016-07-25 Thread Greg Landrum
Hi Hannes, I added the ability to access the sanitize flags (as well as a few other enums) directly from rdkit.Chem for the 2015_09 release. It's there to make it a bit easier to use the flags. Either version is fine to use in new code, the older form - rdkit.Chem.SantizeFlags.SANITIZE_ALL - will

[Rdkit-discuss] where are the sanitizing flags?

2016-07-25 Thread Hannes Loeffler
Hi, I am using the current development branch with Python and was wondering what namespace should be used to access the sanitizing flags. E.g. I have rdkit.Chem.SANITIZE_ALL rdkit.Chem.SanitizeFlags.SANITIZE_ALL which both point to rdkit.Chem.rdmolops.SanitizeFlags.SANITIZE_ALL A colle