changeset 7499:d674b7de4df3 octave-forge

prepare release 2.3.1
author schloegl
date Wed, 08 Sep 2010 10:05:43 +0000
parents c55f8842b2f3
children 3f1a13338ea0
files extra/NaN/DESCRIPTION extra/NaN/doc/INSTALL extra/NaN/doc/README.TXT
diffstat 3 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/extra/NaN/DESCRIPTION	Wed Sep 08 07:10:25 2010 +0000
+++ b/extra/NaN/DESCRIPTION	Wed Sep 08 10:05:43 2010 +0000
@@ -1,6 +1,6 @@
 Name: NaN
-Version: 2.3.0
-Date: 2010-08-27
+Version: 2.3.1
+Date: 2010-09-08
 Author: Alois Schloegl <a.schloegl@ieee.org>
 Maintainer: Alois Schloegl
 Title: NaN-toolbox
--- a/extra/NaN/doc/INSTALL	Wed Sep 08 07:10:25 2010 +0000
+++ b/extra/NaN/doc/INSTALL	Wed Sep 08 10:05:43 2010 +0000
@@ -36,8 +36,15 @@
    train.mex and svmtrain_mex are needed when using support vector machines) 
    Precompiled binaries are provided for 32bit Windows with Matlab 7.x (tested with 7.1 and 7.6).
 
-d) run NANINSTTEST 
-This checks whether the installation was successful.
+d) run "naninsttest" from the Octave/Matlab command line prompt 
+      >> naninsttest
+  In case of success, You should see the following message: 
+      >> naninsttest
+      NANINSTTEST successful - your NaN-tools are correctly installed
+
+  This checks whether the installation was successful.
+
+-----------------------
 
   $Id$
   Copyright (c) 2000-2003,2005,2006,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>
--- a/extra/NaN/doc/README.TXT	Wed Sep 08 07:10:25 2010 +0000
+++ b/extra/NaN/doc/README.TXT	Wed Sep 08 10:05:43 2010 +0000
@@ -46,7 +46,7 @@
 	LOAD_FISHERIRIS	loads famous fisher iris data set 
 	STR2ARRAY	convert string to array - useful to extract numeric data from 
 			delimiter files
-	XPTOPEN		read and write *.XPT (SAS Transport Format) files
+	XPTOPEN		read and write SAS Transport Format (XPT); reads ARFF and STATA files
 
 level 2a: derived functions
 	MEAN	 	mean (options: arithmetic, geometric, harmonic)