Skip to content

Releases: MaayanLab/clustergrammer

Sidebar style improvements

17 May 15:17
Compare
Choose a tag to compare

The styling of the sidebar was improved and the code base is getting closer to having fewer requrements (e.g. jquery-ui for sliders).

Added Jupyter/IPython notebook Iframe module

15 May 01:38
Compare
Choose a tag to compare

I added a clustergrammer.py function to upload data to the web app and visualize using an Iframe using a Jupyter/IPython notebook.

Added front-end opacity slider (backward compatible)

13 May 15:38
Compare
Choose a tag to compare

The clustergram opacity can now be controlled using a slider. The opacity remain changed as the visualization is updated (e.g. fitlers).

big fix in loading matrices with number-names for row/cols

12 May 17:31
Compare
Choose a tag to compare
v1.1.1

bug fix in load_tsv, number col/row names can now be loaded

improved clustergrammer.py API

12 May 14:52
Compare
Choose a tag to compare

The clustergrammer.py API has new backward compatible features. Minor bug fixes and minor new features were added to clustergrammer.js. The documentation was updated.

stable webpacked clustergrammer.js

04 May 16:42
Compare
Choose a tag to compare
Pre-release

clustergrammer.js supports more than one visualization per page and row/col categories. clustergrammer.py makes the json for clustergrammer.js starting from a .tsv file.