summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-04-24 11:52:07 +0200
committerAlberto Ruiz <aruiz@um.es>2014-04-24 11:52:07 +0200
commit3c1bbdd450304945c035a1e49cdb67871ea50451 (patch)
treea0ff5e09d1bcf083c90be7552e92005c940ee0cb
parent72030a99b1e668a0bc63a91da6d913479f8d9c20 (diff)
changelog and thanks
-rw-r--r--CHANGELOG28
-rw-r--r--THANKS.md2
2 files changed, 29 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8cecb1b..d288f37 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,31 @@
10.16.0.0
2--------
3
4 * join renamed to vjoin
5
6 * dot renamed to udot (unconjugated dot product)
7 * Removed (<.>)
8
9 * added cdot, which conjugates the first input vector
10 * the operator (⋅) = cdot is available from Numeric.LinearAlgebra.Util
11
12 * added a general multiplication operator (×)
13
14 * Plot functions moved to Numeric.LinearAlgebra.Util
15 * removed (!) (use (¦) instead)
16
17This version introduces a few backward incompatible changes but the code can be
18updated very easily:
19
20join -> vjoin
21dot -> udot
22<.> -> ×
23import Graphics.Plot -> import Numeric.LinearAlgebra.Util
24
25The new contraction operator (×) performs matrix products, matrix-vector products,
26unconjugated vector dot products, and scaling of vectors and matrices.
27
28
10.15.2.0 290.15.2.0
2-------- 30--------
3 31
diff --git a/THANKS.md b/THANKS.md
index a13a85b..07f1102 100644
--- a/THANKS.md
+++ b/THANKS.md
@@ -151,5 +151,5 @@ module reorganization, monadic mapVectorM, and many other improvements.
151 151
152- tfgit updated the OSX installation instructions via Homebrew 152- tfgit updated the OSX installation instructions via Homebrew
153 153
154 154- "yokto" and "ttylec" reported the problem with the dot product of complex vectors.
155 155