Browse code

Updates to version number and NEWS

Joshua D. Campbell authored on 22/10/2022 00:50:46
Showing 2 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: celda
2 2
 Title: CEllular Latent Dirichlet Allocation
3
-Version: 1.12.0
3
+Version: 1.13.0
4 4
 Authors@R: c(person("Joshua", "Campbell", email = "camp@bu.edu",
5 5
     role = c("aut", "cre")),
6 6
     person("Shiyi", "Yang", email="syyang@bu.edu", role = c("aut")),
... ...
@@ -29,8 +29,8 @@ Suggests: testthat, knitr, roxygen2, rmarkdown, biomaRt, covr,
29 29
 LinkingTo: Rcpp, RcppEigen
30 30
 License: MIT + file LICENSE
31 31
 Encoding: UTF-8
32
-LazyData: true
32
+LazyData: false
33 33
 RoxygenNote: 7.1.2
34 34
 BugReports: https://github.com/campbio/celda/issues
35
-biocViews: SingleCell, GeneExpression, Clustering, Sequencing, Bayesian
35
+biocViews: SingleCell, GeneExpression, Clustering, Sequencing, Bayesian, ImmunoOncology, DataImport
36 36
 NeedsCompilation: yes
... ...
@@ -1,3 +1,6 @@
1
+# celda v1.13.0 (2022-10-20)
2
+* Bug fixes related to cluster labels stored as factors and plotting
3
+
1 4
 # celda v1.12.0 (2022-04-30)
2 5
 * Update to match Bioconductor 3.15 release version
3 6