Browse code

Bump version and NEWS

const-ae authored on 16/10/2020 10:07:54
Showing 2 changed files

  • DESCRIPTION index 4136bda..02d2275 100644
  • NEWS index 4cfeafb..a67f3d1 100644
... ...
@@ -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.1.10
4
+Version: 1.1.11
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.
... ...
@@ -16,6 +16,8 @@ Devel version (1.1)
16 16
 + Move MatrixGenerics from Imports to Depends so that loading
17 17
  matrixStats does not break calls to sparseMatrixStats
18 18
  (thanks @hpages for reporting)
19
++ Fix bug in [col|row]Quantile which ignored drop argument if
20
+  length(probs) == 1
19 21
 
20 22
 Changes in version 1.0.5 (2020-05-17)
21 23
 + Fix links in documentation to get rid of WARNINGS