Skip to content

Version v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 21:07

Clustergram now supports interactive plotting using a new .bokeh() method based on BokehJS. It
can be handy for the exploration of larger and more complex clustergrams or those with significant outliers.

Enhancements:

  • ENH: support interactive bokeh plots (#14)
  • ENH: skip k=1 in K-Means implementations (#18)
  • documentation restructuring