Browse code

update DESCRIPTION T #

87875172 authored on 14/05/2019 17:51:56
Showing 2 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: celda
2 2
 Title: CEllular Latent Dirichlet Allocation
3
-Version: 1.0.1
3
+Version: 1.0.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.0.2 (2019-05-14):
2
+
3
+    o   Fix a bug in celdaHeatmap
4
+
1 5
 Changes in version 1.0.1 (2019-05-09):
2 6
 
3 7
     o   Default seed setting to maintain reproducibility