summaryrefslogtreecommitdiff
path: root/packages/hmatrix/CHANGELOG
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-05-14 14:18:30 +0200
committerAlberto Ruiz <aruiz@um.es>2014-05-14 14:18:30 +0200
commitd46df392d07779fd83b01b0e9e71e5e17a36567a (patch)
tree605d0ea93101e11a72ce464825def7a499f852a6 /packages/hmatrix/CHANGELOG
parent551cf7498c33bc0948bb4cb8444ae6f8af7278ea (diff)
undeprecate dot, fix <.>
Diffstat (limited to 'packages/hmatrix/CHANGELOG')
-rw-r--r--packages/hmatrix/CHANGELOG8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/hmatrix/CHANGELOG b/packages/hmatrix/CHANGELOG
index 3ddb4cb..99a6845 100644
--- a/packages/hmatrix/CHANGELOG
+++ b/packages/hmatrix/CHANGELOG
@@ -1,6 +1,8 @@
10.16.0.0 10.16.0.0
2-------- 2--------
3 3
4 * created hmatrix-base
5
4 * Added more organized reexport modules: 6 * Added more organized reexport modules:
5 Numeric.HMatrix, Numeric.HMatrix.Data, Numeric.HMatrix.Devel 7 Numeric.HMatrix, Numeric.HMatrix.Data, Numeric.HMatrix.Devel
6 (The documentation is hidden for the other modules, 8 (The documentation is hidden for the other modules,
@@ -10,12 +12,10 @@
10 12
11 * join deprecated, use vjoin 13 * join deprecated, use vjoin
12 14
13 * added (·) = cdot, which conjugates the first input vector 15 * dot now conjugates the first input vector
14 * added udot (unconjugated dot product) 16 * added udot (unconjugated dot product)
15 * deprecated dot, use udot or (×) to keep the old behaviour
16 17
17 * added alternative overloaded multiplication operator (×) (or (<.>)) 18 * (<.>) overloaded to matrix and dot products
18 * (<.>) changed to infixr
19 * added Monoid instance for Matrix using matrix product 19 * added Monoid instance for Matrix using matrix product
20 20
21 * improved build and konst 21 * improved build and konst