Browse code

update DESCRIPTION

87875172 authored on 14/05/2019 17:50:44
Showing 2 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: celda
2 2
 Title: CEllular Latent Dirichlet Allocation
3
-Version: 1.1.1
3
+Version: 1.1.2
4 4
 Authors@R: c(person("Joshua", "Campbell", email = "camp@bu.edu", role = c("aut", "cre")),
5 5
              person("Sean", "Corbett", email = "scorbett@bu.edu", role = c("aut")),
6 6
 	     person("Yusuke", "Koga", email="ykoga07@bu.edu", role = c("aut")),
... ...
@@ -1,3 +1,7 @@
1
+Changes in version 1.1.2 (2019-05-14):
2
+
3
+    o   Fix a bug in celdaHeatmap
4
+
1 5
 Changes in version 1.1.1 (2019-05-09):
2 6
 
3 7
     o   Default seed setting to maintain reproducibility
... ...
@@ -20,4 +24,4 @@ Changes in version 0.99.8 (2019-03-11):
20 24
 
21 25
 Changes in version 0.99.0 (2018-05-15):
22 26
 
23
-    o   First submission to Bioconductor
24 27
\ No newline at end of file
28
+    o   First submission to Bioconductor