log

age author description
Thu, 25 Mar 2010 13:32:28 +0000 highegg put blksparse in INDEX octave-forge
Thu, 25 Mar 2010 09:40:01 +0000 schloegl fix making str2double octave-forge
Thu, 25 Mar 2010 09:28:50 +0000 schloegl fix libSVM for Matlab v71 octave-forge
Thu, 25 Mar 2010 07:48:40 +0000 paramaniac control: bump package version octave-forge
Thu, 25 Mar 2010 03:25:13 +0000 hauberg Add preliminary 'kronprod' class (still not quite functional) octave-forge
Wed, 24 Mar 2010 20:46:28 +0000 lindnerb mingw32: update README.txt.in, RELEASE_NOTES.txt, KNOWN_ISSUES.txt for 3.2.4, add note on required JRE for xls/odf in CHANGELOG.txt octave-forge
Wed, 24 Mar 2010 20:10:21 +0000 lindnerb mingw32: update CHANGELOG.txt for 3.2.4 octave-forge
Wed, 24 Mar 2010 20:07:44 +0000 lindnerb mingw32: update forge packages octave-forge
Wed, 24 Mar 2010 19:29:08 +0000 lindnerb mingw32: add missing installation of etc/ directory, exclude some dlls from stripping octave-forge
Wed, 24 Mar 2010 18:48:43 +0000 lindnerb mingw32: add octave-3.2.4 build script and patches octave-forge
Wed, 24 Mar 2010 18:43:25 +0000 lindnerb mingw32: make bundled msys minimal by using only msysCORE-1.0.11 octave-forge
Wed, 24 Mar 2010 18:41:12 +0000 lindnerb mingw32: update notepad++ to 5.6.7 octave-forge
Wed, 24 Mar 2010 18:38:54 +0000 lindnerb mingw32: update gnuplot to 4.4.0 (release) octave-forge
Wed, 24 Mar 2010 06:32:51 +0000 hauberg use 'xisnan' instead of 'isnan' for portability octave-forge
Tue, 23 Mar 2010 19:13:43 +0000 schloegl reverse reshaping of nan_sig incase of non-empty Y; set isnan(R) to zero; octave-forge
Tue, 23 Mar 2010 19:08:52 +0000 schloegl fix SCALEOPT='coeff' octave-forge
Tue, 23 Mar 2010 01:02:30 +0000 hauberg Use NDArray instead ArrayN<double> as this works with both 3.2.x and 3.3.x octave-forge
Mon, 22 Mar 2010 19:58:13 +0000 hauberg Bump version octave-forge
Mon, 22 Mar 2010 19:57:45 +0000 hauberg Allow 'deriche' to be compiled with Octave 3.2.x octave-forge
Mon, 22 Mar 2010 19:42:46 +0000 hauberg Don't raise an error when no output argument is requested (from Gael Ecorchard) octave-forge
Mon, 22 Mar 2010 18:17:47 +0000 rafavzqz New version compatible with Matlab octave-forge
Mon, 22 Mar 2010 18:13:09 +0000 rafavzqz New version compatible with Matlab octave-forge
Sun, 21 Mar 2010 18:40:41 +0000 hauberg Remove 'fminbnd' as it is in Octave core octave-forge
Sun, 21 Mar 2010 09:14:41 +0000 paramaniac control: use strcmp instead of eq octave-forge
Sun, 21 Mar 2010 00:09:15 +0000 prnienhuis Also works for odfdom version 0.8 now. Made this in separate subfunction to avoid performance issues due to too many if-then-else constructs. octave-forge
Sun, 21 Mar 2010 00:07:47 +0000 prnienhuis Made output to screen more tabular. For java-based Excel I/O interfaces for each worksheet the actual occupied data range is echoed to the screen. octave-forge
Sun, 21 Mar 2010 00:06:18 +0000 prnienhuis Made to work for all java-based spreadsheet I/O, save jOpenDocument (xls & ods). Ranges calculated with JExcelAPI may be somewhat inaccurate sometimes. octave-forge
Sun, 21 Mar 2010 00:04:15 +0000 prnienhuis Improved output to screen, occupied data range now shown octave-forge
Sat, 20 Mar 2010 23:08:49 +0000 hauberg Transpose window (from Erik Buehler) octave-forge
Sat, 20 Mar 2010 23:04:21 +0000 hauberg Use correct coefficients (from Erik Buehler) octave-forge
Sat, 20 Mar 2010 20:00:55 +0000 hauberg Use curly prackets to index cell arrays instead of 'nth' octave-forge
Sat, 20 Mar 2010 19:57:14 +0000 hauberg Use 'char' instead of 'str2mat' and 'poissrnd' instead of 'poisson_rnd' octave-forge
Sat, 20 Mar 2010 19:56:09 +0000 hauberg Use default arguments octave-forge
Sat, 20 Mar 2010 19:55:20 +0000 hauberg Use default arguments octave-forge
Sat, 20 Mar 2010 19:54:29 +0000 hauberg Use default arguments where suitable and replace 'str2mat' with 'char' octave-forge
Sat, 20 Mar 2010 19:53:25 +0000 hauberg Use 'char' instead of 'str2mat' octave-forge
Sat, 20 Mar 2010 19:50:32 +0000 hauberg Use 'diag (A)*B' instead of 'dmult (A, B)' octave-forge
Sat, 20 Mar 2010 19:44:02 +0000 hauberg Resize argument list properly (it was off by one) and check class of output of called function octave-forge
Sat, 20 Mar 2010 02:58:00 +0000 hauberg Replace tabs by spaces octave-forge
Fri, 19 Mar 2010 15:10:25 +0000 prnienhuis More code cleanup & bug fixes. Improved memory usage and speed aspects. octave-forge
Fri, 19 Mar 2010 09:39:47 +0000 mcreel recover the MINGW compatibility change that I dropped on last commit octave-forge
Thu, 18 Mar 2010 23:32:48 +0000 prnienhuis New function for exploring used data range in ODS spreadsheets. octave-forge
Thu, 18 Mar 2010 23:31:18 +0000 prnienhuis Updated help text w.r.t.java memory usage octave-forge
Thu, 18 Mar 2010 23:24:34 +0000 prnienhuis Fixed many nasty bugs in case of reading below multiple empty to rows. octave-forge
Thu, 18 Mar 2010 23:22:07 +0000 prnienhuis In case of ODF toolkit, used data ranges are echoed to the screen (& changed help text accordingly) octave-forge
Thu, 18 Mar 2010 23:20:31 +0000 prnienhuis Removed first two input arguments; usage is much more logical now (just row & column index needed). octave-forge
Thu, 18 Mar 2010 23:16:00 +0000 prnienhuis Updated help text octave-forge
Thu, 18 Mar 2010 23:15:25 +0000 prnienhuis Updated texinfo help section on java memory usage octave-forge
Thu, 18 Mar 2010 23:14:21 +0000 prnienhuis Fixed small bug: xls file ptr must be reset to empty if xlsopen() fails. octave-forge
Thu, 18 Mar 2010 23:12:52 +0000 prnienhuis Fixed many nasty bugs with wrong row references in case of upper nr-rows-repeated tablerows (multiple empty date rows). Also fixed text & boolean reading. Finally invoked a new function for exploring unknown used data ranges, which helps to conserve memory when reading. octave-forge
Thu, 18 Mar 2010 23:09:15 +0000 prnienhuis Fixed texinfo on input argument readwrite (as writing ODS has been implemented already a while ago) octave-forge
Wed, 17 Mar 2010 13:06:55 +0000 mcreel slacken default function convergence tolerance, it was too strict in comparison to gradient and param change tolerances octave-forge
Wed, 17 Mar 2010 13:05:36 +0000 mcreel a few touchups to last changes octave-forge
Wed, 17 Mar 2010 10:11:31 +0000 mcreel improvements to convergence checks, fixes a potential spurious failure message octave-forge
Tue, 16 Mar 2010 17:31:08 +0000 paramaniac control: avoid unnecessary conversions octave-forge
Mon, 15 Mar 2010 09:21:01 +0000 mcreel fix a couple of typos in help string octave-forge
Sun, 14 Mar 2010 13:31:54 +0000 i7tiol Changed version number and index file, include a constraints example into leasqr.m octave-forge
Sat, 13 Mar 2010 07:52:23 +0000 schloegl fix output argument nansig for case of non-empty Y octave-forge
Fri, 12 Mar 2010 22:58:27 +0000 hauberg Change defaults to match Matlab octave-forge
Fri, 12 Mar 2010 15:07:24 +0000 rikcorradini (none) octave-forge