... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: sparseMatrixStats |
2 | 2 |
Type: Package |
3 | 3 |
Title: Summary Statistics for Rows and Columns of Sparse Matrices |
4 |
-Version: 1.2.0 |
|
4 |
+Version: 1.2.1 |
|
5 | 5 |
Authors@R: person("Constantin", "Ahlmann-Eltze", email = "artjom31415@googlemail.com", |
6 | 6 |
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3762-068X")) |
7 | 7 |
Description: High performance functions for row and column operations on sparse matrices. |
... | ... |
@@ -1,5 +1,9 @@ |
1 | 1 |
|
2 |
-Devel version (1.1) |
|
2 |
+Emergency fix (1.2.1) |
|
3 |
++ Make sparseMatrixStats compatible with version v.0.58.0 of matrixStats |
|
4 |
+ (i.e., add na.rm to colAvgsPerRowSet) |
|
5 |
+ |
|
6 |
+Release version (1.2) |
|
3 | 7 |
+ Use numerically stable algorithms for sum, mean, and variance |
4 | 8 |
+ Implement dedicated function for rowSums2, rowMeans2, rowVars |
5 | 9 |
which avoid transposing the input matrix to call the colXXX version |