From cd3daf7e12fa2a8c775a1d6516049bbc7e44da32 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 24 Apr 2014 20:50:10 +0200 Subject: deprecate vjoin, dot and (<.>). Move (⋅) to Container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 393c52a..dea29a9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,32 +1,18 @@ 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 + * join deprecated, use vjoin + * dot and (<.>) deprecated, use udot or (×) + + * added udot (unconjugated dot product) + * added (⋅) = cdot, which conjugates the first input vector * added a general multiplication operator (×) * improved build and konst * 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. - + * removed (!) (use (¦)) 0.15.2.0 -------- -- cgit v1.2.3