Releases: wjm41/molplotly
Releases · wjm41/molplotly
v1.1.8
v1.1.7
v1.1.6 - fixed breaking bugs
Fixed bugs raise in #23 that prevents molplotly from working properly - now it works on Colab!
v1.1.5 - 3D coordinates, facet plots
v1.1.4 - loosened dependencies
Loosened package dependencies to address issue #18. Minimum version requirements for dash
, jupyter-dash
, and werkzeug
are specified but everything else e.g. pandas
is loosened.
Updating dependencies
Small update updating dependency on pandas.
v1.1.2 - updated dependencies
Dependencies have been updated in setup.py
to address issues with new versions of dash and werkzeug breaking the package.
v1.1.1
v1.1.0
Added features, formatting, and bug fixes :)
- Simultaneous plotting of multiple smiles columns (pull request #1) can now be done by passing in a list of smiles columns into
smiles_col
(seeexamples/multiple_smiles_columns.ipynb
for a tutorial). - Adjusting of hover box transparency (issue #3) can now be controlled with
alpha
andmol_alpha
arguments (see entry inexamples/simple_usage_and_formatting.ipynb
for example usage). - Usage examples split into multiple notebooks and organised in
examples
folder. - Fixed bug (issue #6) resulting from specifying both
color_col
andmarker_col
.
Release hotfix
It seems that Dash got updated to 2.1.0 without me realising and of course that broke jupyter-dash 😅 this is a hotfix to the requirements specifying that dash 2.0.0 is required.