bug fixes
==
* avoid sanitization error: Can't kekulize mol in some molecule (67)
* fix IndexError in ReferenceMolecule (64)
new descriptors
==
* PBF rdkit wrapper (33, thanks! WhisperWind22)
new features
==
* add global config api (72, 97548adf6959610f3150f8fed843af1f9b74c36b, ced4efc6b5d5febaac9b4efe3400193cf79b5837)
.py
calc = Calculator(descriptors, config={"timeout": 10})
or
.py
calc = Calculator(descriptors)
calc.config(timeout=10)
* add get_descriptors_in_module (5e3f3e7258a3f5e1a39fb6c82355b8f14e3256ef)
* add timeout option to DetourMatrix (0af9d65abbe866955e3df739482a2b9f41b2bcdd, 2848b088fd7b6735590242b5e22573babc724f10)
misc
==
* fix 404 on documents (58, thanks! orihime-tetsuro)
* use 1/0 instead of True/False in CLI interface (54)
* reduce conda package size
* use noarch for conda package