Browse code

Conslidated news files

Joshua D. Campbell authored on 30/09/2021 01:19:39
Showing 2 changed files

... ...
@@ -1,7 +1,8 @@
1 1
 * Fixed bug in checking background matrix with decontX
2 2
 * Switched to using Github Actions for Continuous Integration
3
+* Fixed plotting bugs in celda results reports
3 4
 
4
-# celda 1.9.2
5
+# celda v1.9.2 (2021-07-19)
5 6
 
6 7
 * Added a `NEWS.md` file to track changes to the package.
7 8
 * Added new tutorials and documentation generated with pkgdown.
... ...
@@ -9,3 +10,56 @@
9 10
 * Added use of "displayName" to several functions that show feature names. 
10 11
 * Minor bug fix when the input matrix was sparse and contained non-integer values.
11 12
 * Several improvements to plotting functions. 
13
+
14
+# celda v1.7.7 (2021-04-12):
15
+
16
+* Added handling for sparse matrices
17
+
18
+# celda v1.7.6 (2021-04-04):
19
+
20
+* Added functions for creating HTML reports
21
+* Fixed bug in decontX plotting
22
+
23
+# celda v1.7.4 (2021-03-09):
24
+
25
+* Enable input of raw/droplet matrix into decontX to estimate ambient RNA
26
+
27
+# celda v1.1.6 (2019-07-16):
28
+
29
+* Add multiclass decision tree
30
+
31
+# celda v1.1.4 (2019-05-28):
32
+
33
+* Add Alternate headings support for plotDimReduceFeature
34
+
35
+# celda v1.1.3 (2019-05-14):
36
+
37
+* Add multiclass decision tree (MCDT) cell cluster annotation
38
+
39
+# celda v1.1.2 (2019-05-14):
40
+
41
+* Fix a bug in celdaHeatmap
42
+
43
+# celda v1.0.1 (2019-05-09):
44
+
45
+* Default seed setting to maintain reproducibility
46
+
47
+# celda v0.99.34 (2019-04-23):
48
+
49
+* Minor changes to the vignettes
50
+
51
+# celda v0.99.23 (2019-04-10):
52
+
53
+* Remove pheatmap import
54
+
55
+# celda v0.99.22 (2019-04-09):
56
+
57
+* Package celda, for bi-clustering of single-cell 'omics data.
58
+
59
+# celda v0.99.8 (2019-03-11):
60
+
61
+* Second submission to Bioconductor
62
+
63
+# celda v0.99.0 (2018-05-15):
64
+
65
+* First submission to Bioconductor
12 66
deleted file mode 100644
... ...
@@ -1,52 +0,0 @@
1
-Changes in version 1.7.7 (2021-04-12):
2
-
3
-    o   Added handling for sparse matrices
4
-
5
-Changes in version 1.7.6 (2021-04-04):
6
-
7
-    o   Added functions for creating HTML reports
8
-    o   Fixed bug in decontX plotting
9
-
10
-Changes in version 1.7.4 (2021-03-09):
11
-
12
-    o   Enable input of raw/droplet matrix into decontX to estimate ambient RNA
13
-
14
-Changes in version 1.1.6 (2019-07-16):
15
-
16
-    o   Add multiclass decision tree
17
-
18
-Changes in version 1.1.4 (2019-05-28):
19
-
20
-    o   Add Alternate headings support for plotDimReduceFeature
21
-
22
-Changes in version 1.1.3 (2019-05-14):
23
-
24
-    o   Add multiclass decision tree (MCDT) cell cluster annotation
25
-
26
-Changes in version 1.1.2 (2019-05-14):
27
-
28
-    o   Fix a bug in celdaHeatmap
29
-
30
-Changes in version 1.0.1 (2019-05-09):
31
-
32
-    o   Default seed setting to maintain reproducibility
33
-
34
-Changes in version 0.99.34 (2019-04-23):
35
-
36
-    o   Minor changes to the vignettes
37
-
38
-Changes in version 0.99.23 (2019-04-10):
39
-
40
-    o   Remove pheatmap import
41
-
42
-Changes in version 0.99.22 (2019-04-09):
43
-
44
-    o   Package celda, for bi-clustering of single-cell 'omics data.
45
-
46
-Changes in version 0.99.8 (2019-03-11):
47
-
48
-    o   Second submission to Bioconductor
49
-
50
-Changes in version 0.99.0 (2018-05-15):
51
-
52
-    o   First submission to Bioconductor