From 5d1de5a5efcb8dfb8ed610e4836247584d3fd607 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Fri, 31 May 2013 16:42:43 +0200 Subject: [PATCH] Update release-notes --- RELEASENOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 39716a36..d0fb3021 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -40,6 +40,7 @@ v2.6.0 - TBA, work in progress ### Linear Algebra: - Native eigenvalue decomposition (EVD) support with our MKL packages *~Marcus Cuda* +- Add missing scalar-vector operations (s-v, s/v, s%v) *~Thomas Ibel* - BUG: Fixed exception text message when creating a matrix from enumerables (rows vs columns) *~Thomas Ibel* ### Statistics & Distributions: