Browse code

Updated NEWS file

Robert Castelo authored on 31/10/2022 15:48:30
Showing 2 changed files

  • DESCRIPTION index a1084d86..ae332fb4 100644
  • NEWS index d1117df3..6dafefa6 100644
... ...
@@ -1,5 +1,5 @@
1 1
 Package: GSVA
2
-Version: 1.45.5
2
+Version: 1.45.6
3 3
 Title: Gene Set Variation Analysis for microarray and RNA-seq data
4 4
 Authors@R: c(person("Robert", "Castelo", role=c("aut", "cre"), email="robert.castelo@upf.edu"),
5 5
              person("Justin", "Guinney", role="aut", email="jguinney@gmail.com"),
... ...
@@ -1,4 +1,14 @@
1
-CHANGES IN VERSION 1.50
1
+
2
+CHANGES IN VERSION 1.46
3
+-----------------------
4
+
5
+BUG FIXES
6
+
7
+   o Bugfix for https://github.com/rcastelo/GSVA/issues/61 to enable using the ssgsea method with one single column (sample) in the input data container.
8
+
9
+   o Bugfix when input is a SummarizedExperiment and assays contain a data.frame instead of a matrix.
10
+
11
+CHANGES IN VERSION 1.44
2 12
 -----------------------
3 13
 
4 14
 BUG FIXES