Browse code

Updated NEWS

Davide Risso authored on 08/07/2016 01:05:36
Showing 3 changed files

... ...
@@ -29,6 +29,8 @@ README[.]md
29 29
 ^[.]devel
30 30
 ^[.]test
31 31
 ^[.]check
32
+.Rhistory
33
+R/.Rhistory
32 34
 
33 35
 #----------------------------
34 36
 # Temp scripts
... ...
@@ -5,4 +5,4 @@ vignettes/figure
5 5
 *.Rproj
6 6
 vignettes/R_cache
7 7
 vignettes/R_figure
8
-old_scripts
9 8
\ No newline at end of file
9
+old_scripts
... ...
@@ -1,8 +1,10 @@
1
-Changes in version 0.0.6
1
+Changes in version 0.0.6 (2016-07-07)
2 2
 ========================
3 3
 
4 4
 * Fixed bug when using plot functionality of filtering functions.
5 5
 * "Conditional" pam replaced with "Stratified" pam, clustering each bio-cross-batch condition separately, rather than simply each bio condition.
6
+* Added option to write normalized matrices to HDF5 file.
7
+* Added wrapper function get_normalized() to retrieve normalized data.
6 8
 
7 9
 Changes in version 0.0.5
8 10
 ========================