mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-05 22:04:27 +08:00
* backup commit * Change the names and meanings of MolOps::AdjustQueryWhichFlags What was there before was not flexible enough and was extremely confusing. This should clear that up. NOTE: this does break backwards compatibility with code that uses this enum, but given that this is new and has not been widely promoted, I suspect it should not affect that many people. The default behavior of MolOps::adjustQueryProperties() remains the same. * adjust to the new AdjustQueryWhichFlags * add mol_adjust_query_properties tests to the cartridge