From b165193b98f143445fc20be64ce19bc0a570b1bf Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sat, 7 Jun 2014 12:39:02 +0200 Subject: changelog --- packages/base/CHANGELOG | 62 +++++++++++++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 25 deletions(-) (limited to 'packages/base/CHANGELOG') diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG index 99a6845..a91719d 100644 --- a/packages/base/CHANGELOG +++ b/packages/base/CHANGELOG @@ -1,33 +1,45 @@ 0.16.0.0 -------- - * created hmatrix-base + * The modules Numeric.GSL.* have been moved to the new package hmatrix-gsl. + + * The package "hmatrix" now depends only on BLAS and LAPACK and the + license has been changed to BSD3. * Added more organized reexport modules: - Numeric.HMatrix, Numeric.HMatrix.Data, Numeric.HMatrix.Devel - (The documentation is hidden for the other modules, - but they continue to be exposed and are not deprecated) - - * added support for empty arrays - - * join deprecated, use vjoin - - * dot now conjugates the first input vector - * added udot (unconjugated dot product) - - * (<.>) overloaded to matrix and dot products - * added Monoid instance for Matrix using matrix product - - * improved build and konst - - * improved linspace - - * improved error messages - * more usage examples - - * simplified LSDiv - * Plot functions moved to Numeric.LinearAlgebra.Util - * removed (!) (use (¦)), added (——) + Numeric.HMatrix + Numeric.LinearAlgebra.Data + Numeric.LinearAlgebra.Devel + + The documentation is now hidden for Data.Packed.*, Numeric.Container, and + the other Numeric.LinearAlgebra.* modules, but they continue to be exposed + for backwards compatibility. + + * Added support for empty arrays, extending automatic conformability + (very useful for construction of block matrices). + + * Added experimental support for sparse linear systems. + + * Added experimental support for static dimension checking and inference + using type-level literals. + + * "join" deprecated (use "vjoin"). + + * "dot" now conjugates the first input vector. + + * Added "udot" (unconjugated dot product). + + * Added Monoid instance for Matrix using matrix product. + + * Added a different operator for the matrix-vector product. + (available from the new reexport module). + + * Improved "build", "konst", "linspace", "LSDiv", and other small changes. + + * Improved error messages. + + * Added many usage examples in the documentation. + 0.15.2.0 -------- -- cgit v1.2.3