summaryrefslogtreecommitdiff
path: root/packages/base/CHANGELOG
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-06-18 07:41:31 +0200
committerAlberto Ruiz <aruiz@um.es>2014-06-18 07:41:31 +0200
commit7163e8027574d2a02e1f852a84d9252c51ade573 (patch)
treef029cdf6badd73d201bab8a70831fc6ef13cc3ad /packages/base/CHANGELOG
parent1cfc81ba6a318b593598a9a038adaa73009f6530 (diff)
to/from ByteString
Diffstat (limited to 'packages/base/CHANGELOG')
-rw-r--r--packages/base/CHANGELOG8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG
index 01aa0fb..35ccdbc 100644
--- a/packages/base/CHANGELOG
+++ b/packages/base/CHANGELOG
@@ -23,19 +23,21 @@
23 * Added experimental support for static dimension checking and inference 23 * Added experimental support for static dimension checking and inference
24 using type-level literals. 24 using type-level literals.
25 25
26 * Added a different operator for the matrix-vector product.
27 (available from the new reexport module).
28
26 * "join" deprecated (use "vjoin"). 29 * "join" deprecated (use "vjoin").
27 30
28 * "dot" now conjugates the first input vector. 31 * "dot" now conjugates the first input vector.
29 32
30 * Added "udot" (unconjugated dot product). 33 * Added "udot" (unconjugated dot product).
31 34
35 * Added to/from ByteString
36
32 * Added "sortVector", "roundVector" 37 * Added "sortVector", "roundVector"
33 38
34 * Added Monoid instance for Matrix using matrix product. 39 * Added Monoid instance for Matrix using matrix product.
35 40
36 * Added a different operator for the matrix-vector product.
37 (available from the new reexport module).
38
39 * Added several pretty print functions 41 * Added several pretty print functions
40 42
41 * Improved "build", "konst", "linspace", "LSDiv", loadMatrix', and other small changes. 43 * Improved "build", "konst", "linspace", "LSDiv", loadMatrix', and other small changes.