mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-05 22:04:27 +08:00
* Changed the callback() and compare() functions to operator() (C++) and __call__() (Python) for consistency. The old functions are deprecated and will be removed in Release 2021.01 * changes in response to review