-
Notifications
You must be signed in to change notification settings - Fork 93
/
NEWS
90 lines (61 loc) · 3.35 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
d3heatmap 0.9.0 (2021-05-23)
----------------------------------------
* Merge major commits (https://github.com/talgalili/d3heatmap/pull/86)
* Change maintainer to Tal Galili
* update roxygen to 7.1.1
* Update README.md
* add .travis.yml
* add zzz.R file
* add a pkgdown website
* d3heatmap - handle class checks in a more robust way (e.g.: is.matrix instead of class(x)=="matrix")
d3heatmap 0.8.3 (2018-02-21)
----------------------------------------
* Print and save methods added for the gadget
* Updated for CRAN check
d3heatmap 0.8.2 (2018-01-24)
----------------------------------------
* Updated for CRAN check
* Added d3heatmapGadget! Gadget takes usual d3heatmap inputs and generates an interactive method to customize the heatmap. Saving the gadget to an object generates an S4 class that can be passed back into the gadget function to restart the gadget at the last point.
d3heatmap 0.8 (2018-01-13)
----------------------------------------
* Additional features: side color sections (ala heatmap.2 and heatmap.3) with labels, zooming, and hover notes
* Refactored parameter names and processing to sync with heatmap.2 and heatmap.3
d3heatmap 0.7 (2017-12-17)
----------------------------------------
* Significant updates to code styling
* Several additional features: axis positioning, color legends and histogram, plot title, color and value settings for NA values, printing values inside cells, among others
* Added new, modern API inspired from the \emph{dygraphs} package
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.