Skip to content

v0.2.0 - 2025-07-15

Latest

Choose a tag to compare

@cbouy cbouy released this 14 Jul 22:33
· 1 commit to master since this release
7bd8a5a

Added

  • Support for displaying list of SMILES as a grid (PR#5, @LucaChiesa).
  • Exposed the version of the package in Python through bokehmol.__version__.

Fixed

  • Failure to load the RDKit/SmilesDrawer JS in time would result in the plot
    not displaying in notebooks or returning errors in the console. This will
    now display a blank SVG on hover until the library is loaded.

Changed

  • Updated the build system.