summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-05-07 13:07:05 +0200
committerAlberto Ruiz <aruiz@um.es>2014-05-07 13:07:05 +0200
commiteb3f702d065a4a967bb754977233e6eec408fd1f (patch)
treecf7788f92fba45b8dea025f51468e7b96aa772cf /CHANGELOG
parentc04b342324001dc74baaa5e74264e61a76937f88 (diff)
undeprecate <.>, extended to contraction
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 766bf26..3ddb4cb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,11 +10,12 @@
10 10
11 * join deprecated, use vjoin 11 * join deprecated, use vjoin
12 12
13 * added udot (unconjugated dot product)
14 * added (·) = cdot, which conjugates the first input vector 13 * added (·) = cdot, which conjugates the first input vector
15 * dot and (<.>) deprecated, use udot or (×) 14 * added udot (unconjugated dot product)
15 * deprecated dot, use udot or (×) to keep the old behaviour
16 16
17 * added alternative overloaded multiplication operator (×) 17 * added alternative overloaded multiplication operator (×) (or (<.>))
18 * (<.>) changed to infixr
18 * added Monoid instance for Matrix using matrix product 19 * added Monoid instance for Matrix using matrix product
19 20
20 * improved build and konst 21 * improved build and konst