forked from talgalili/d3heatmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
51 lines (34 loc) · 1.88 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
d3heatmap 0.6.1.1 (2015-02-23)
----------------------------------------
* Update smoke test so it doesn't break with next version of htmlwidgets
d3heatmap 0.6.1 (2015-07-26)
----------------------------------------
* cellnote matrix was not being reordered properly
* Update smoke test for new version of dendextend
d3heatmap 0.6.0 (2015-06-22)
----------------------------------------
* d3heatmap - gains new parameters:
* cellnote (and cellnote_scale) - for controlling the displayed value in the hover tooltip
* digits - for controling the resolution of the value presented in the hover tooltip
* labRow, labCol - character vectors with row and column labels to use;
* cexRow, cexCol - to mimic the same values in heatmap.
* revC - when dealing with a symmatric matrix
* k_row/k_col - for coloring the branches of the dendrograms
* Fix error in coloring code; accept palette integers
* Remove invert_colors param, it no longer works
* Remove heatmap_options parameter, it isn't needed
* When scale is not "none" and colors param is not a function, scale colors to be
centered at zero
d3heatmap 0.5.0 (2015-06-20)
----------------------------------------
* dendToTree - now cleans NA inside the nodePar/edgePar sub items in the list.
* d3heatmap - gains new parameters from stats::heatmap and gplots::heatmap.2 - including the ability to input the dendrogram that will be plotted. (currently it supports branches with colors, line width, and line type)
* Added a basic Vignette
d3heatmap 0.4.0 (2015-06-11)
----------------------------------------
* CRITICAL BUGFIX: The row and column labels were not ordered correctly in
previous versions of d3heatmap--ouch! Thank you Sang Hoon Yi!
* The vertical order of row data has been flipped, it now matches the output of
stats::heatmap.
* d3heatmap no longer depends on the leaflet package. It now depends on scales
version 2.5 or later.