Skip to content

Releases: DingWB/PyComplexHeatmap

1.7.1

10 Apr 19:14

Choose a tag to compare

Minor update:
(1). update the bug of color when type(cmap) == dict and not hue is None in dotHeatmap
(2). Add gene_enrichment_analysis.ipynb in docs

1.7.0

06 Apr 18:32

Choose a tag to compare

update to 1.7.0:
(1). Fix the bug for the mismatch of dot size in the legend and dot size in the heatmap
(2). Allow custom arrowprops in anno_label
(3). Use max_s in replace of ratio in DotClustermapPlotter and dotHeatmap2d
(4). Add param dot_legend_marker in DotClustermapPlotter
(5). Update docs

1.6.9

05 Apr 03:50

Choose a tag to compare

FIx bug for the vmin,vmax and scale in DotClustermapPlotter and dotHeatmap2d

1.6.8

03 Apr 18:03

Choose a tag to compare

Update to 1.6.8:
(1). Add anno_lineplot
(2). Parameter colors of anno_barplot can be a dict
(3) Set the grid to False in default for all kinds of annotations

1.6.7

22 Mar 23:06

Choose a tag to compare

fix bug for the calculation of legend_width when default legend.fontsize is str (such median), instead of int

1.6.6

26 Feb 21:54

Choose a tag to compare

Update to 1.6.6:
(1). Fix the bug for incorrect displaying of the dendrogram.
(2). Add anno_img (https://dingwb.github.io/PyComplexHeatmap/build/html/notebooks/advanced_usage.html#Image-annotation)
(3). Add xticklabels and yticklabels to control whether to show all ticklabels or not (https://dingwb.github.io/PyComplexHeatmap/build/html/notebooks/advanced_usage.html#How-to-force-display-all-row/col-ticklabels?).

1.6.5

31 Jan 00:41

Choose a tag to compare

(1). Support custom linkage by add parameter: row_dendrogram_kws=dict(linkage=my_linkage) for rows or col kws for columns.
(2). Fix the bug for the wrong figure legend range after performing z_score and standard_scale.

1.6.4

01 Dec 00:33

Choose a tag to compare

1.6.4: implemented full dendrogram

1.6.2

17 Nov 07:37

Choose a tag to compare

fix bug for the right anno_label when extend=True and add dendrogramplotter

1.6.1

12 Oct 22:26

Choose a tag to compare

Compared with previous version, new features were implemented, such as xlabel, ylabel, xlabel_kws,xlabel_bbox_kws and so on.