Changes in version 1.13.1                        

    o   Apply matrixStats 1.0.0 breaking change for useNames's default:
	All generic functions and methods defined in MatrixGenerics now
	set the useNames argument to TRUE instead of NA by default. See
	https://github.com/Bioconductor/MatrixGenerics/issues/31 for a
	discussion of this change.

                       Changes in version 1.11.3                        

    o   Add SparseArray to Suggests.

                       Changes in version 1.11.1                        

    o   Move row/colSums() and row/colMeans() generics from
	BiocGenerics.

                        Changes in version 1.9.1                        

    o   Fix for functions whose first argument is not x
	(<https://github.com/Bioconductor/MatrixGenerics/issues/28> and
	<https://github.com/Bioconductor/MatrixGenerics/pull/29>).

                        Changes in version 1.5.4                        

    o   Sync API with matrixStats v0.60.1.

                        Changes in version 1.5.2                        

    o   Sync API with matrixStats v0.60.0.

                        Changes in version 1.5.1                        

    o   Fix problem with function environment of fallback mechanism
	(<https://github.com/Bioconductor/MatrixGenerics/issues/25> and
	<https://github.com/Bioconductor/MatrixGenerics/pull/26>). Make
	sure that packages can use MatrixGenerics with the :: notation
	to call functions from sparseMatrixStats and
	DelayedMatrixStats.

                        Changes in version 1.2.1                        

    o   Sync API with matrixStats v0.58.0.

                        Changes in version 1.2.0                        

    o   Add drop and type to generic signature of [row|col]Quantiles
	(<https://github.com/Bioconductor/MatrixGenerics/pull/14>).

    o   Sync API with matrixStats v0.57.0
	(<https://github.com/Bioconductor/MatrixGenerics/issues/17>).

    o   Add default methods with user-friendly fallback mechanism
	(<https://github.com/Bioconductor/MatrixGenerics/pull/16>).
	Suggested packages are now loaded the first time a
	MatrixGenerics' generic is called (e.g. the first time
	MatrixGenerics::colVars() is called). With this new approach,
	if the user passes a _dgCMatrix_ object and if
	sparseMatrixStats is already loaded, will 'just work' and the
	fallback mechanism won't try to load anything.

    o   Dispatch on methods for matrix objects when table objects are
	supplied
	(<https://github.com/Bioconductor/MatrixGenerics/pull/15>)

                        Changes in version 1.0.0                        

    o   New package MatrixGenerics, providing S4 generic functions
	modeled after the 'matrixStats' API for alternative matrix
	implementations.