Changes in version 1.4.3                        

    o   Sync API with matrixStats v0.60.1.

                        Changes in version 1.4.1                        

    o   Sync API with matrixStats v0.60.0.

                        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
	(<URL:
	https://github.com/Bioconductor/MatrixGenerics/pull/14>).

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

    o   Add default methods with user-friendly fallback mechanism
	(<URL:
	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 (<URL:
	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.