summaryrefslogtreecommitdiff
path: root/packages/base/CHANGELOG
diff options
context:
space:
mode:
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.