Releases: cbouy/bokehmol
Releases · cbouy/bokehmol
v0.2.0 - 2025-07-15
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
Fix IPython being a required dependency although it's optional.
v0.1.0 - 2023-07-21
Added
- Initial release: support for RDKit and SmilesDrawer hover tools.