|
| 1 | +# ribiosPlot 1.3.0 |
| 2 | + |
| 3 | +* Initial CRAN submission |
| 4 | +* Package prepared for CRAN submission with comprehensive documentation |
| 5 | +* Depends on ribiosUtils (on CRAN) |
| 6 | +* Optional Vennerable integration for users who install it separately |
| 7 | + |
| 8 | +# ribiosPlot 1.1.30 (2015-08-04) |
| 9 | + |
| 10 | +* Add `royalredgrayblue` and `royalbluegrayred` color palettes |
| 11 | +* `plotPCA`: xlim/ylim parameters auto-adjust for text labels |
| 12 | +* Add function `getLims` to get xlim/ylim values from vectors |
| 13 | + |
| 14 | +# ribiosPlot 1.1.29 (2015-03-13) |
| 15 | + |
| 16 | +* `compactPar` more flexible to accept and pass parameters to par |
| 17 | + |
| 18 | +# ribiosPlot 1.1.28 (2015-02-03) |
| 19 | + |
| 20 | +* Fix bug in heat function: return (n) |
| 21 | + |
| 22 | +# ribiosPlot 1.1.26 (2015-01-06) |
| 23 | + |
| 24 | +* Add `compactTrellis()` and `setCompactTrellis()` for compact publication figures |
| 25 | +* Add function `p2asterisk` to map p values to asterisk symbols |
| 26 | +* Use roxygen2 for documentation |
| 27 | + |
| 28 | +# ribiosPlot 1.1.25 (2014-07-30) |
| 29 | + |
| 30 | +* Add function `fcbrewer` for factor-matching colors |
| 31 | +* Improved manual pages |
| 32 | +* Rename `sqlayout` to `squareLayout` |
| 33 | +* Rename `compPar` to `compactPar` |
| 34 | + |
| 35 | +# ribiosPlot 1.1.24 (2014-07-01) |
| 36 | + |
| 37 | +* `biosHeatmap`: cex main size better guessed |
| 38 | + |
| 39 | +# ribiosPlot 1.1.23 (2014-04-28) |
| 40 | + |
| 41 | +* Add `intRange` and `squareLayout` |
| 42 | +* `pdf2png` works on UDIS machine |
| 43 | + |
| 44 | +# ribiosPlot 1.1.22 (2014-04-22) |
| 45 | + |
| 46 | +* Add `histMat` to visualize matrices with histograms |
| 47 | +* Add `plotPCA` |
| 48 | + |
| 49 | +# ribiosPlot 1.1.20 (2014-01-28) |
| 50 | + |
| 51 | +* Add `qHist` and `xclipHist` histogram functions |
| 52 | + |
| 53 | +# ribiosPlot 1.1.19 (2014-01-23) |
| 54 | + |
| 55 | +* Add ribiosUtils to dependency list |
| 56 | + |
| 57 | +# ribiosPlot 1.1.18 (2014-01-22) |
| 58 | + |
| 59 | +* Add `pdf2png` to convert PDF to PNG |
| 60 | + |
| 61 | +# ribiosPlot 1.1.17 (2013-08-19) |
| 62 | + |
| 63 | +* Add `cyanblackyellow` and `yellowblackyan` color combinations |
| 64 | +* Add `jitter.xyplot` |
| 65 | + |
| 66 | +# ribiosPlot 1.1.16 (2013-07-22) |
| 67 | + |
| 68 | +* `brewer.pal.factor` auto-adjusts color palette size |
| 69 | +* PCA plotting functions refactored |
| 70 | + |
| 71 | +# ribiosPlot 1.1.15 (2013-02-22) |
| 72 | + |
| 73 | +* Update boxplot.Rscript with improved features |
| 74 | + |
| 75 | +# ribiosPlot 1.1.14 (2012-10-20) |
| 76 | + |
| 77 | +* Add `idev` and `ipdf` functions for plotting in Rscripts |
| 78 | +* Add `blackyellowred` and `blackgoldred` color panels |
| 79 | + |
| 80 | +# ribiosPlot 1.1.13 (2012-09-11) |
| 81 | + |
| 82 | +* exprs-boxplot.Rscript: accepts tab-delimited and gct files |
| 83 | + |
| 84 | +# ribiosPlot 1.1.12 (2012-09-10) |
| 85 | + |
| 86 | +* exprs-boxplot.Rscript works with GCT files |
| 87 | + |
| 88 | +# ribiosPlot 1.1.11 (2012-08-22) |
| 89 | + |
| 90 | +* Bug fix: `boundNorm` works with NAs |
| 91 | + |
| 92 | +# ribiosPlot 1.1.10 (2012-06-07) |
| 93 | + |
| 94 | +* Fix typos in `brewer.pal.factor` and `brewer.pal.factorLevels` |
| 95 | + |
| 96 | +# ribiosPlot 1.1.9 (2012-06-06) |
| 97 | + |
| 98 | +* exprs-boxplot.Rscript: handle user-specified ylim values |
| 99 | + |
| 100 | +# ribiosPlot 1.1.8 (2012-05-23) |
| 101 | + |
| 102 | +* Distance function changed from dist to `robustDist` |
| 103 | +* Add documentation for color functions |
| 104 | +* Substantially updated `biosHeatmap` documentation |
| 105 | + |
| 106 | +# ribiosPlot 1.1.7 (2012-04-30) |
| 107 | + |
| 108 | +* coverage-plot.Rscript feature file improvements |
| 109 | + |
| 110 | +# ribiosPlot 1.1.6 (2012-04-15) |
| 111 | + |
| 112 | +* Add exprs-boxplot.Rscript for command line boxplots |
| 113 | + |
| 114 | +# ribiosPlot 1.1.5 (2012-04-02) |
| 115 | + |
| 116 | +* coverage-plot.Rscript supports sequence annotation |
| 117 | + |
| 118 | +# ribiosPlot 1.1.4 (2012-03-19) |
| 119 | + |
| 120 | +* Add -featurefile option to coverage-plot.Rscript |
| 121 | +* Fix partial matching bug in `biosHeatmap` |
| 122 | + |
| 123 | +# ribiosPlot 1.1.3 (2012-03-09) |
| 124 | + |
| 125 | +* Add coverage-plot.Rscript |
| 126 | + |
| 127 | +# ribiosPlot 1.1.2 (2012-02-14) |
| 128 | + |
| 129 | +* biosHeatmap.Rscript uses Ward as default clustering method |
| 130 | + |
| 131 | +# ribiosPlot 1.1.1 (2011-12-08) |
| 132 | + |
| 133 | +* geneset_xyplot.Rscript improvements |
| 134 | + |
| 135 | +# ribiosPlot 1.1.0 (2011-12-02) |
| 136 | + |
| 137 | +* Add `whiteblueblackheat` to three-color palettes |
| 138 | + |
| 139 | +# ribiosPlot 1.0.9 (2011-11-23) |
| 140 | + |
| 141 | +* Add `whiteblack` and `blackwhite` to two-color palettes |
| 142 | + |
| 143 | +# ribiosPlot 1.0.8 (2011-11-22) |
| 144 | + |
| 145 | +* Add `guessWH` function for auto width/height ratio of heatmaps |
| 146 | +* Margins automatically determined based on xlab/ylab |
| 147 | + |
| 148 | +# ribiosPlot 1.0.7 (2011-11-17) |
| 149 | + |
| 150 | +* biosHeatmap.Rscript: lwids and lheis options obsolete |
| 151 | + |
| 152 | +# ribiosPlot 1.0.6 (2011-11-16) |
| 153 | + |
| 154 | +* Data import taken over by ribiosIO::read_exprs_matrix |
| 155 | +* Long titles wrapped in `biosHeatmap` |
| 156 | + |
| 157 | +# ribiosPlot 1.0.5 (2011-11-15) |
| 158 | + |
| 159 | +* Add Rscript subdirectory for plotting scripts |
| 160 | + |
| 161 | +# ribiosPlot 1.0.4 (2011-11-10) |
| 162 | + |
| 163 | +* Export `colorpanel` function |
| 164 | + |
| 165 | +# ribiosPlot 1.0.3 (2011-10-10) |
| 166 | + |
| 167 | +* Add zlim option to `biosHeatmap` |
| 168 | + |
| 169 | +# ribiosPlot 1.0.2 (2011-10-05) |
| 170 | + |
| 171 | +* Add `turyeb` color palette |
| 172 | + |
| 173 | +# ribiosPlot 1.0.1 (2011-10-04) |
| 174 | + |
| 175 | +* Margins automatically guessed |
| 176 | +* Fine tuning of heatmap key plot parameters |
| 177 | + |
| 178 | +# ribiosPlot 1.0.0 (2011-09-20) |
| 179 | + |
| 180 | +* Initial release: refactor visualization functions from ribios package |
0 commit comments