From 69447dbdd535f1e3e7a2d1b60d732dfd66da651a Mon Sep 17 00:00:00 2001 From: lambday Date: Fri, 7 Jun 2013 23:26:05 +0530 Subject: [PATCH] NEWS edited with complex64_t support --- src/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/NEWS b/src/NEWS index 8274579cda8..814c30fb75a 100644 --- a/src/NEWS +++ b/src/NEWS @@ -12,6 +12,9 @@ compares all registered parameters with those of another instance -- up to a specified accuracy. - Multiclass LDA. Thanks to Kevin Hughes. + - Added a new datatype, complex64_t, for complex numbers. Math functions, + support for SGVector/Matrix, SGSparseVector/Matrix, and serialization + with Ascii and Xml files added. [Soumyajit De]. * Bugfixes: - Fix json serialization. - Fixed bugs in FITC inference method that caused wrong posterior results.