From 3c1bbdd450304945c035a1e49cdb67871ea50451 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 24 Apr 2014 11:52:07 +0200 Subject: changelog and thanks --- CHANGELOG | 28 ++++++++++++++++++++++++++++ THANKS.md | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8cecb1b..d288f37 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,31 @@ +0.16.0.0 +-------- + + * join renamed to vjoin + + * dot renamed to udot (unconjugated dot product) + * Removed (<.>) + + * added cdot, which conjugates the first input vector + * the operator (⋅) = cdot is available from Numeric.LinearAlgebra.Util + + * added a general multiplication operator (×) + + * Plot functions moved to Numeric.LinearAlgebra.Util + * removed (!) (use (¦) instead) + +This version introduces a few backward incompatible changes but the code can be +updated very easily: + +join -> vjoin +dot -> udot +<.> -> × +import Graphics.Plot -> import Numeric.LinearAlgebra.Util + +The new contraction operator (×) performs matrix products, matrix-vector products, +unconjugated vector dot products, and scaling of vectors and matrices. + + 0.15.2.0 -------- 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. - tfgit updated the OSX installation instructions via Homebrew - +- "yokto" and "ttylec" reported the problem with the dot product of complex vectors. -- cgit v1.2.3