Skip to content

Releases: wjm41/molplotly

v1.1.8

06 May 16:12
Compare
Choose a tag to compare

Added support for plotting reactions from #25.

v1.1.7

19 Mar 18:38
Compare
Choose a tag to compare

Fixed more breaking bugs relating to color_col and symbol_col.

v1.1.6 - fixed breaking bugs

14 Mar 21:07
Compare
Choose a tag to compare

Fixed bugs raise in #23 that prevents molplotly from working properly - now it works on Colab!

v1.1.5 - 3D coordinates, facet plots

24 Nov 15:23
Compare
Choose a tag to compare

Added ability to plot 3D coordinates from RDKit Mol objects as highlighted in issue #20, as well as making facet plots as raised in issue #21.

v1.1.4 - loosened dependencies

14 Jun 10:19
1b6d2dd
Compare
Choose a tag to compare

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

01 Jun 13:33
b5a3f3b
Compare
Choose a tag to compare

Small update updating dependency on pandas.

v1.1.2 - updated dependencies

06 Apr 08:32
Compare
Choose a tag to compare

Dependencies have been updated in setup.py to address issues with new versions of dash and werkzeug breaking the package.

v1.1.1

01 Mar 19:56
bacdacd
Compare
Choose a tag to compare
  • Removed emojis from README that was causing issues with installation (issue #5).

v1.1.0

01 Mar 13:50
dbe76ea
Compare
Choose a tag to compare

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 (see examples/multiple_smiles_columns.ipynb for a tutorial).
  • Adjusting of hover box transparency (issue #3) can now be controlled with alpha and mol_alpha arguments (see entry in examples/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 and marker_col.

Release hotfix

11 Feb 20:26
Compare
Choose a tag to compare

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.