Skip to content

Releases: MaayanLab/clustergrammer

building clustergrammer.node.js for node installation

22 Sep 16:50
Compare
Choose a tag to compare

Webpack has been configured to make clustergrammer.js for loading in the browser and clustergrammer.node.js for node and the package.json has been updated to reflect this.

published to npm with minor changes

19 Sep 20:31
Compare
Choose a tag to compare

Updated package.json for npm. Moved license to main directory.

bootstrap no longer used in webpacked clustergrammer.js

19 Sep 20:10
Compare
Choose a tag to compare

Bootstrap CSS is not a requirement and is no longer bundled with the webpacked clustergrammer.js library. Bootstrap CSS is (optionally) being loaded in the HTML.

improved enrichr_functions and gene_info optional functions

15 Sep 18:10
Compare
Choose a tag to compare

I improved the behavior of enrichr_functions to make it compatible with multiple clustergrams per page and updated the endpoint of gene_info to clustergrammer/gene_info, which allows CORS.

updated licenses

08 Sep 17:29
Compare
Choose a tag to compare

Clustergrammer is now using the MIT license.

removed math.js from dependencies and README improvements

31 Aug 15:28
Compare
Choose a tag to compare

I removed math.js from the requirements since clustergrammer.js is not using it yet and may not use it later.

Reorganized README.md

30 Aug 21:20
Compare
Choose a tag to compare

Reorganized the README.md and moved clustergrammer visualization JSON format explanation to its own repo located here: https://github.com/MaayanLab/clustergrammer-json.

row-category updating, moved python module to separate repo, removed JS dependencies

26 Aug 20:41
Compare
Choose a tag to compare

Row-category updating has been improved and now categories can be returned to their original state. Jquery-UI is no longer a requirement. The requirements have been cleaned up (in the process of building an IPython widget).

The clustergrammer python module has been moved out of this repo and put into a separate repo: https://github.com/MaayanLab/clustergrammer-py. This module can now be installed using pip.

vector/json tuple-category working

29 Jun 21:27
Compare
Choose a tag to compare

Categories can now be encoded into the vector/json format using tuples.

fixed clustergrammer.py syntax error

17 May 17:07
Compare
Choose a tag to compare

Fixed a syntax error in clustergrammer.py