Changes in version 1.14.0 o Fix for missing na.rm= argument in *AvgsPer*Set functions. o DelayedMatrixStats no longer has a hard requirement on HDF5Array or BiocParallel. o Correct handling of drop= by quantile functions (<URL: https://github.com/PeteHaitch/DelayedMatrixStats/pull/71>). o Fix 2 issues with how the center argument is handled (<URL: https://github.com/PeteHaitch/DelayedMatrixStats/pull/69>). Changes in version 1.12.0 o Dispatch to sparseMatrixStats for sparse seeds that do not have their own methods (<URL: https://github.com/PeteHaitch/DelayedMatrixStats/pull/65>). o Fix center= handling for all affected functions (<URL: https://github.com/PeteHaitch/DelayedMatrixStats/pull/65>). o DelayedMatrixStats now imports the generics from MatrixGenerics. Thanks to Aaron Lun resolving this (<URL: https://github.com/PeteHaitch/DelayedMatrixStats/pull/62>). Changes in version 1.5.1 o Move rowsum() and colsum() to DelayedArray package (<URL: https://github.com/PeteHaitch/DelayedMatrixStats/pull/56>). Changes in version 1.3.9 o Fix bug in rowsum() reported by @MalteThodberg (<URL: https://github.com/PeteHaitch/DelayedMatrixStats/issues/54>). Changes in version 1.3.6 o Add rowsum() (based on base::rowsum()) and colsum() (not found in base R or matrixStats). Changes in version 1.1.9 o Sync API with matrixStats v0.53.1. • Add explicit arguments to col-/rowSds(). • Fix dimnames for col-/rowQuantiles(). o Sync documentation with pkgmatrixStats v0.53.1. Changes in version 1.1.7 o Add colWeightedSds(), colWeightedVars(), rowWeightedSds(), and rowWeightedVars(). Changes in version 1.1.6 o Add colAvgsPerRowSet(). Changes in version 1.1.5 o Defunct argument centers for colMads()/rowMads() as of matrixStats v0.53.0. o Sync documentation with pkgmatrixStats v0.53.0. Changes in version 0.99.2 o Fix typos in vignette. o Allow vignette code chunks to error if they use functions from profmem (these only work if R was configured with support for memory-profiling, which isn't enabled on Bioconductor's malbec1 Linux machine). o Update API table in README and vignette. Changes in version 0.99.1 o Develop against the current CRAN release of matrixStats instead of devel version. o Remove colAvgsPerRowSet() until next CRAN release of matrixStats (<URL: https://github.com/HenrikBengtsson/matrixStats/issues/110>). Changes in version 0.99.0 o Initial submission to Bioconductor.