Skip to content

Releases: cbouy/bokehmol

v0.2.0 - 2025-07-15

14 Jul 22:33
7bd8a5a

Choose a tag to compare

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.

v0.1.1 - 2024-03-21

21 Mar 12:56
00aa80e

Choose a tag to compare

Fix IPython being a required dependency although it's optional.

v0.1.0 - 2023-07-21

21 Jul 01:20

Choose a tag to compare

Added

  • Initial release: support for RDKit and SmilesDrawer hover tools.