mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* Support for logging via Python's logging module. * Avoid the Python 3.9+ PyObject_CallOneArg function. * Move logging functions to RDBase; Python logger by default; clean up tests. * See if removing NOGIL fixes the Windows stall. * get tests running on windows * Reset to using C++ logging; whiespace tweaks. * Longer timestamp grace period; try tempfile vs Windows logging stall. * Clean up commented code; get details for log count bug. * SubstructLibrary: Fix c++ threads calling into python * FilterCatalog: Fix c++ threads calling into python * Release notes; make sure Jupyter still logs to sys.stderr. * Always use thread-local log buffers. * de-verbosify a test Co-authored-by: Greg Landrum <greg.landrum@gmail.com> Co-authored-by: Brian Kelley <fustigator@gmail.com>