razi
razi copied to clipboard
A cheminformatics extension for the SQLAlchemy database toolkit.
when u use the sqlalchemy in the async mode. Select result of bfp or mol column is bytes , not the memoryview. So the razi will raise a runtime error,...
Output formats for `mol_to_ctab` and `mol_to_svg` have changed so the unit tests had to be modified.
This adjusts the operator for new SQLAlchemy dialect introduced in SQLAlchemy 2.0.0. Additionally I've updated the version of this library (as those are breaking changes for anyone using SQLAlchemy
SQLAlchemy>2.0.0 is using different dialect and handles `%` sign differently. As a result, the operators defined in `tanimoto_sml` function are parsed as `%%` and this causes the `operator does not...