Releases: MaayanLab/clustergrammer
Releases · MaayanLab/clustergrammer
Sidebar style improvements
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
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)
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
v1.1.1 bug fix in load_tsv, number col/row names can now be loaded
improved clustergrammer.py API
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
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.