summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG13
1 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8388e5e..33beb55 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,16 +1,23 @@
10.16.0.0 10.16.0.0
2-------- 2--------
3 3
4 * Added more organized reexport modules:
5 Numeric.HMatrix, Numeric.HMatrix.Data, Numeric.HMatrix.Devel
6 (The documentation is hidden for the other modules,
7 but they continue to be exposed and are not deprecated)
8
4 * join deprecated, use vjoin 9 * join deprecated, use vjoin
5 * dot and (<.>) deprecated, use udot or (<>)
6 10
11 * dot and (<.>) deprecated, use udot or (×)
7 * added udot (unconjugated dot product) 12 * added udot (unconjugated dot product)
8 * added (·) = cdot, which conjugates the first input vector 13 * added (·) = cdot, which conjugates the first input vector
9 14
10 * more general multiplication operator (<>) 15 * added alternative matrix multiplication operator (×)
16 * added Monoid instance for Matrix using matrix product
11 17
12 * improved build and konst 18 * improved build and konst
13 19
20 * simplified LSDiv
14 * Plot functions moved to Numeric.LinearAlgebra.Util 21 * Plot functions moved to Numeric.LinearAlgebra.Util
15 * removed (!) (use (¦)) 22 * removed (!) (use (¦))
16 23