log

age author description
Fri, 20 Feb 2015 15:24:59 +0000 abarth93 fix for attributes value with %-sign octave-forge
Fri, 13 Feb 2015 12:13:52 +0000 rafavzqz Changed the color of the knot lines octave-forge
Mon, 26 Jan 2015 19:46:53 +0000 i7tiol Prepared bugfix release 2.3.1. octave-forge
Sat, 24 Jan 2015 15:47:52 +0000 schloegl on MacOSX do not compile with OpenMP octave-forge
Sat, 24 Jan 2015 15:09:30 +0000 schloegl prepare next release of NaN and TSA package octave-forge
Sat, 24 Jan 2015 01:20:11 +0000 schloegl address compiler warnings on functions with no return argument octave-forge
Sat, 24 Jan 2015 01:13:32 +0000 schloegl omit -lgomp - its not necessary and causes problems n macosx octave-forge
Sat, 17 Jan 2015 23:26:08 +0000 schloegl remove dependency on NaN-tb octave-forge
Sat, 17 Jan 2015 23:22:55 +0000 schloegl prepare next release of TSA toolbox octave-forge
Sat, 17 Jan 2015 23:20:37 +0000 schloegl compute inverse index only when needed octave-forge
Sat, 17 Jan 2015 19:37:46 +0000 schloegl update DESCRIPTION for v2.7.0 release octave-forge
Sat, 17 Jan 2015 14:19:48 +0000 schloegl add NEWS for releaase of NaN 2.7.0 octave-forge
Wed, 14 Jan 2015 19:05:11 +0000 schloegl fix compatibility issue with octave 3.8.2 in debian/jessie octave-forge
Tue, 06 Jan 2015 12:06:29 +0000 schloegl allow DIM argument larger ndims, for better compatibility of SUMSKIPNAN with SUM octave-forge
Thu, 27 Nov 2014 12:32:55 +0000 schloegl nan-tb: mahal gives now same result as the matlab version octave-forge
Fri, 07 Nov 2014 22:06:34 +0000 jpicarbajal releasePKG: improving checks of package structure octave-forge
Wed, 05 Nov 2014 23:47:46 +0000 carandraug dicom: move to individual hg repository octave-forge
Wed, 05 Nov 2014 12:10:17 +0000 cdf correct typo in NEWS octave-forge
Wed, 05 Nov 2014 11:41:10 +0000 rafavzqz Prepared for new release octave-forge
Mon, 20 Oct 2014 13:09:23 +0000 michelemartone in one output message, had written 'librsb' instead of 'sparsersb'. fix. octave-forge
Mon, 20 Oct 2014 08:58:20 +0000 michelemartone configure chanes: librsb-config is not anymore a requirement; if specified, LIBRSB_CXXFLAGS and LIBRSB_LIBS can override what given by librsb-config. octave-forge
Mon, 20 Oct 2014 08:43:49 +0000 michelemartone ./configure --help will show extra info about relevant *RSB* variables. doc update. octave-forge
Sat, 18 Oct 2014 15:26:31 +0000 michelemartone the autotune case will accept an optional output argument (to be used for the tuned matrix). octave-forge
Sat, 18 Oct 2014 13:36:37 +0000 michelemartone readability formatting (mainly spacings) changes. octave-forge
Sat, 18 Oct 2014 13:25:10 +0000 michelemartone rsboi_spsm seems to work on nrhs=1. octave-forge
Sat, 18 Oct 2014 13:14:46 +0000 michelemartone giving substance to the complex spsm case; this seems to pass: octave --eval "A=sparse([1,2,3],[1,2,3],[2,2,2]) ; C=complex(A); x=[10,100;20,200;30,300]*i; A,C,x,(sparse(C)\x),(sparsersb(C)\x), sparse(C)'\x,sparsersb(C)'\x" octave-forge
Sat, 18 Oct 2014 13:00:35 +0000 michelemartone in a skeletal implementation of rsboi_spsm for complex. octave-forge
Sat, 18 Oct 2014 12:52:09 +0000 michelemartone changes for readability. octave-forge
Sat, 18 Oct 2014 12:25:01 +0000 michelemartone fix to a last commit's bug: the following used to give at random incorrect results: octave-forge
Sat, 18 Oct 2014 11:57:51 +0000 michelemartone extended the complex spmm to handle the case with transparent conversion from real (p.s.: credits to Daryl Van Vorst who noticed the broken complex interface and triggered the last commit). octave-forge