Skip to content

v0.0.5 - 2021/04/08

Compare
Choose a tag to compare
@cbouy cbouy released this 08 Apr 00:25
· 217 commits to master since this release

CHANGELOG

Added

  • 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).