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 33beb55..766bf26 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,20 +6,27 @@
6 (The documentation is hidden for the other modules, 6 (The documentation is hidden for the other modules,
7 but they continue to be exposed and are not deprecated) 7 but they continue to be exposed and are not deprecated)
8 8
9 * added support for empty arrays
10
9 * join deprecated, use vjoin 11 * join deprecated, use vjoin
10 12
11 * dot and (<.>) deprecated, use udot or (×)
12 * added udot (unconjugated dot product) 13 * added udot (unconjugated dot product)
13 * added (·) = cdot, which conjugates the first input vector 14 * added (·) = cdot, which conjugates the first input vector
15 * dot and (<.>) deprecated, use udot or (×)
14 16
15 * added alternative matrix multiplication operator (×) 17 * added alternative overloaded multiplication operator (×)
16 * added Monoid instance for Matrix using matrix product 18 * added Monoid instance for Matrix using matrix product
17 19
18 * improved build and konst 20 * improved build and konst
19 21
22 * improved linspace
23
24 * improved error messages
25 * more usage examples
26
20 * simplified LSDiv 27 * simplified LSDiv
21 * Plot functions moved to Numeric.LinearAlgebra.Util 28 * Plot functions moved to Numeric.LinearAlgebra.Util
22 * removed (!) (use (¦)) 29 * removed (!) (use (¦)), added (——)
23 30
240.15.2.0 310.15.2.0
25-------- 32--------