You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New transform parameter that accepts a dictionary of field-function items where each
function transforms the input value that will be displayed. Fixes: Issue #10
Fixed
Running mols2grid could throw an ImportError (instead of ModuleNotFoundError) if the google module was installed, but not google.colab. Solved by PR #11
Private molecule properties (i.e properties starting with _) were not registered when
reading properties from RDKit molecules (SDF or list of mols).