diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-06-07 12:39:02 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-06-07 12:39:02 +0200 |
commit | b165193b98f143445fc20be64ce19bc0a570b1bf (patch) | |
tree | 4846daab0ace04ac7011f8ae04b17837bdaf1d77 /packages/base/CHANGELOG | |
parent | 4bacc3a43b91e9f2ec3d197bb7428f008e76bb72 (diff) |
changelog
Diffstat (limited to 'packages/base/CHANGELOG')
-rw-r--r-- | packages/base/CHANGELOG | 62 |
1 files changed, 37 insertions, 25 deletions
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 @@ | |||
1 | 0.16.0.0 | 1 | 0.16.0.0 |
2 | -------- | 2 | -------- |
3 | 3 | ||
4 | * created hmatrix-base | 4 | * The modules Numeric.GSL.* have been moved to the new package hmatrix-gsl. |
5 | |||
6 | * The package "hmatrix" now depends only on BLAS and LAPACK and the | ||
7 | license has been changed to BSD3. | ||
5 | 8 | ||
6 | * Added more organized reexport modules: | 9 | * Added more organized reexport modules: |
7 | Numeric.HMatrix, Numeric.HMatrix.Data, Numeric.HMatrix.Devel | 10 | Numeric.HMatrix |
8 | (The documentation is hidden for the other modules, | 11 | Numeric.LinearAlgebra.Data |
9 | but they continue to be exposed and are not deprecated) | 12 | Numeric.LinearAlgebra.Devel |
10 | 13 | ||
11 | * added support for empty arrays | 14 | The documentation is now hidden for Data.Packed.*, Numeric.Container, and |
12 | 15 | the other Numeric.LinearAlgebra.* modules, but they continue to be exposed | |
13 | * join deprecated, use vjoin | 16 | for backwards compatibility. |
14 | 17 | ||
15 | * dot now conjugates the first input vector | 18 | * Added support for empty arrays, extending automatic conformability |
16 | * added udot (unconjugated dot product) | 19 | (very useful for construction of block matrices). |
17 | 20 | ||
18 | * (<.>) overloaded to matrix and dot products | 21 | * Added experimental support for sparse linear systems. |
19 | * added Monoid instance for Matrix using matrix product | 22 | |
20 | 23 | * Added experimental support for static dimension checking and inference | |
21 | * improved build and konst | 24 | using type-level literals. |
22 | 25 | ||
23 | * improved linspace | 26 | * "join" deprecated (use "vjoin"). |
24 | 27 | ||
25 | * improved error messages | 28 | * "dot" now conjugates the first input vector. |
26 | * more usage examples | 29 | |
27 | 30 | * Added "udot" (unconjugated dot product). | |
28 | * simplified LSDiv | 31 | |
29 | * Plot functions moved to Numeric.LinearAlgebra.Util | 32 | * Added Monoid instance for Matrix using matrix product. |
30 | * removed (!) (use (¦)), added (——) | 33 | |
34 | * Added a different operator for the matrix-vector product. | ||
35 | (available from the new reexport module). | ||
36 | |||
37 | * Improved "build", "konst", "linspace", "LSDiv", and other small changes. | ||
38 | |||
39 | * Improved error messages. | ||
40 | |||
41 | * Added many usage examples in the documentation. | ||
42 | |||
31 | 43 | ||
32 | 0.15.2.0 | 44 | 0.15.2.0 |
33 | -------- | 45 | -------- |