log

age author description
Mon, 18 Jan 2010 12:14:21 +0000 paramaniac control-oo: add example model of a BMW engine octave-forge
Sun, 17 Jan 2010 19:55:49 +0000 prnienhuis Updated text to current development status and fixed typos. octave-forge
Sun, 17 Jan 2010 18:47:18 +0000 hauberg Remove unneeded @'s (from Thomas Weber) octave-forge
Sun, 17 Jan 2010 16:05:46 +0000 prnienhuis ODS spreadsheet write support through ODF toolkit (java-based). Admittedly slow but fairly reliable. octave-forge
Sun, 17 Jan 2010 16:03:40 +0000 prnienhuis ODS write support through java & ODF toolkit. Works slow but AFAICS reliable. octave-forge
Sun, 17 Jan 2010 16:01:18 +0000 prnienhuis Fixed some references to Excel files (rather than ods files). octave-forge
Sun, 17 Jan 2010 15:58:22 +0000 prnienhuis Fixed code to be sure that spreadsheet cells corresponding to empty array cells are cleared (cf. Matlab's xlswrite). octave-forge
Sun, 17 Jan 2010 15:52:56 +0000 prnienhuis Added ODS write support. octave-forge
Sun, 17 Jan 2010 15:45:21 +0000 prnienhuis Added stanzas to check proper dimension of javaclasspath (sometimes entries were enumerated in 1st, sometimes in 2nd dimension). octave-forge
Sun, 17 Jan 2010 15:42:35 +0000 prnienhuis Added some stanzas to be sure the proper dimension of javaclasspath is used (depending on octave version this could be {[1,1] [2,1] ... or {[1,1] [1,2] ....). octave-forge
Sun, 17 Jan 2010 15:39:16 +0000 prnienhuis Fixed default cell range size to fit OOXML capacity, and added unwind_protect block to better be able to catch COM errors and avoid Excel invocations to keep on running silently. octave-forge
Sat, 16 Jan 2010 09:37:00 +0000 paramaniac control-oo: simplify expression octave-forge
Fri, 15 Jan 2010 23:34:54 +0000 schloegl fix make liblinear svm octave-forge
Fri, 15 Jan 2010 22:03:36 +0000 schloegl install instructions updated octave-forge
Thu, 14 Jan 2010 21:27:15 +0000 schloegl compilation of SVMTRAIN fixed octave-forge
Thu, 14 Jan 2010 17:50:16 +0000 schloegl partial support of lcc-win compiler octave-forge
Thu, 14 Jan 2010 15:37:31 +0000 schloegl make comments complient - fix octave-forge
Thu, 14 Jan 2010 13:57:39 +0000 schloegl make comments complient octave-forge
Wed, 13 Jan 2010 22:44:58 +0000 schloegl add make file for ml* for win octave-forge
Wed, 13 Jan 2010 11:50:42 +0000 highegg remove unused helper function octave-forge
Wed, 13 Jan 2010 11:50:15 +0000 highegg more fixes for dict octave-forge
Wed, 13 Jan 2010 11:03:13 +0000 highegg fix bug in dict constructor octave-forge
Wed, 13 Jan 2010 10:15:18 +0000 prnienhuis Made oct2xls a bit less verbose octave-forge
Wed, 13 Jan 2010 10:06:38 +0000 prnienhuis Added a ";" which was left out for debugging octave-forge
Wed, 13 Jan 2010 09:54:38 +0000 hauberg Bump required Octave version to 3.2.0 octave-forge
Tue, 12 Jan 2010 21:06:56 +0000 prnienhuis Adapted to the latest status as regards OOXML support, Matlab compatibility, preferred interface order and fixed textual errors. octave-forge
Tue, 12 Jan 2010 20:56:22 +0000 prnienhuis Changed interface preference order to COM -> POI -> JXL as POI is now feature complete (including formula evaluation support + fall back to cached values) and OOXML. POI is a bit slower than JXL but I think more reliable and flexible and uses less memory. octave-forge
Tue, 12 Jan 2010 20:46:49 +0000 prnienhuis Bugfixes (notably parsing mixed cell arrays before writing); added unwind_protect in xlsread/xlswrite to better get rid of hidden Excel invocations in case of COM errors (and bugs 8-() ); improved Matlab compatibility: spreadsheet cells corresponding to empty array cells are cleared now rather than skipped when writing. octave-forge
Tue, 12 Jan 2010 16:39:43 +0000 paramaniac control-oo: add missing comment sign octave-forge
Tue, 12 Jan 2010 15:53:15 +0000 paramaniac control-oo: remove cruft octave-forge
Tue, 12 Jan 2010 15:49:41 +0000 paramaniac control-oo: rework test octave-forge
Tue, 12 Jan 2010 14:18:33 +0000 highegg update DESCRIPTION octave-forge
Tue, 12 Jan 2010 14:16:12 +0000 highegg allow dict <-> struct conversions octave-forge
Tue, 12 Jan 2010 13:47:57 +0000 highegg funny matrix octave-forge
Tue, 12 Jan 2010 13:47:20 +0000 highegg improve benchmarks octave-forge
Tue, 12 Jan 2010 10:31:50 +0000 paramaniac control-oo: add TODOs octave-forge
Mon, 11 Jan 2010 22:13:44 +0000 hauberg Check the we have any input before accessing them. Also, match code style better to the standard Octave style. octave-forge
Mon, 11 Jan 2010 21:51:22 +0000 schloegl fix for ML* octave-forge
Mon, 11 Jan 2010 20:47:51 +0000 schloegl weighted libLinear supported octave-forge
Mon, 11 Jan 2010 17:12:37 +0000 schloegl fix for M* octave-forge
Mon, 11 Jan 2010 17:06:21 +0000 schloegl method LibLinear is included octave-forge
Mon, 11 Jan 2010 16:25:40 +0000 paramaniac control-oo: bump package version octave-forge
Mon, 11 Jan 2010 16:18:25 +0000 paramaniac control-oo: add support for generalized Lyapunov equations octave-forge
Mon, 11 Jan 2010 11:28:08 +0000 paramaniac control-oo: prepare update octave-forge
Mon, 11 Jan 2010 10:17:20 +0000 schloegl PSVM improved/fixed; compilation of libsvm for matlab improved; silence libsvm octave-forge
Sun, 10 Jan 2010 23:54:57 +0000 schloegl libSVM: fix for Matlab octave-forge
Sun, 10 Jan 2010 23:26:31 +0000 schloegl add support for non-linear SVM and 1-1 scheme octave-forge
Sun, 10 Jan 2010 23:25:59 +0000 schloegl add support for non-linear SVM and 1-1 scheme octave-forge
Sun, 10 Jan 2010 22:48:26 +0000 schloegl build for octave must be the default, matlab build is optional octave-forge
Sun, 10 Jan 2010 22:22:46 +0000 schloegl (none) octave-forge
Sun, 10 Jan 2010 22:19:11 +0000 schloegl avoid C/C++ interface problems octave-forge
Sun, 10 Jan 2010 22:05:59 +0000 schloegl use *.cpp instead of *.c octave-forge
Sun, 10 Jan 2010 21:39:00 +0000 schloegl Support Vector Machine (SVM) added octave-forge
Sun, 10 Jan 2010 21:22:21 +0000 schloegl (none) octave-forge
Sun, 10 Jan 2010 18:14:58 +0000 paramaniac control-oo: fix silly mistake octave-forge
Sun, 10 Jan 2010 17:51:13 +0000 paramaniac control-oo: fix bug in lyap/dlyap octave-forge
Sun, 10 Jan 2010 16:18:59 +0000 paramaniac control-oo: add support for Sylvester equations octave-forge
Sun, 10 Jan 2010 15:16:53 +0000 schloegl remove temporary changes octave-forge
Sun, 10 Jan 2010 12:40:29 +0000 paramaniac control-oo: add test to dlyap.m octave-forge
Sun, 10 Jan 2010 00:13:09 +0000 schloegl {-1,+1} encoding of classlabel supported; test of liblinear and libSVM with Octave3.2 octave-forge