log

age author description
Thu, 09 Dec 2010 17:15:50 +0000 paramaniac control: avoid multiple calls to inputname since it is an m-file octave-forge
Thu, 09 Dec 2010 08:50:57 +0000 cdemills The index conversion was not correct octave-forge
Thu, 09 Dec 2010 08:46:00 +0000 cdemills In case of a single multi-dimensional index and dataframe output, try to iterate on columns if possible octave-forge
Wed, 08 Dec 2010 22:26:24 +0000 cdemills Don't adjust empty index octave-forge
Wed, 08 Dec 2010 22:13:49 +0000 cdemills Implemented the right logic when selecting a dataframe with a matrix/dataframe octave-forge
Wed, 08 Dec 2010 18:38:17 +0000 hauberg New function octave-forge
Wed, 08 Dec 2010 17:45:30 +0000 cdemills WIP octave-forge
Wed, 08 Dec 2010 17:08:30 +0000 cdemills Accept a matrix as index; only display an error message about names when searching for names octave-forge
Wed, 08 Dec 2010 17:07:35 +0000 cdemills Ensure inds is a row vector octave-forge
Wed, 08 Dec 2010 14:49:12 +0000 cdemills Implemented the permute() operation octave-forge
Wed, 08 Dec 2010 11:30:15 +0000 cdemills Fixed a few issues when the dataframe was initialised from a 3D array octave-forge
Wed, 08 Dec 2010 09:24:23 +0000 cdemills Adapted display and numel to the change in semantic of df._cnt(3) octave-forge
Wed, 08 Dec 2010 09:13:41 +0000 cdemills Modified the signification of df._cnt(3) to make it compatible with external functions octave-forge
Wed, 08 Dec 2010 08:30:29 +0000 cdemills Fixed issues with sheet removal octave-forge
Tue, 07 Dec 2010 21:26:49 +0000 cdemills Fixed issue when selecting through a single dim and exporting as a df octave-forge
Tue, 07 Dec 2010 21:05:12 +0000 cdemills Added four tests to verify that using a dataframe as index works the same way as for an array octave-forge
Tue, 07 Dec 2010 18:12:12 +0000 cdemills Solved issues regarding single-dimension dereferencing, using either a vector either a ND-array octave-forge
Mon, 06 Dec 2010 17:45:50 +0000 cdemills Modified potentially harmfull temporary var overwriting octave-forge
Mon, 06 Dec 2010 16:05:51 +0000 schloegl docu for ML72; highlight user-specific configuration in Makefile octave-forge
Mon, 06 Dec 2010 15:40:37 +0000 paramaniac control: simplify augw octave-forge
Mon, 06 Dec 2010 13:03:00 +0000 paramaniac control: replace for-loops with sparse function octave-forge
Mon, 06 Dec 2010 12:16:15 +0000 cdf fix in help string octave-forge
Sun, 05 Dec 2010 20:38:03 +0000 paramaniac control: replace nested for-if statement by cellfun for the mere sake of it octave-forge
Sun, 05 Dec 2010 16:42:02 +0000 thomas-weber Update plotdecimate() to newer version with tests. octave-forge
Sun, 05 Dec 2010 16:38:58 +0000 thomas-weber Add new function plotdecimate from Francesco Potortì. octave-forge
Sun, 05 Dec 2010 12:22:03 +0000 cdemills Fixed some other issues with 3D access octave-forge
Sat, 04 Dec 2010 22:04:35 +0000 cdemills Sorted an issue with assignement octave-forge
Fri, 03 Dec 2010 17:45:31 +0000 cdemills Chasing down a bug in the way the remapping of the column index is performed in df_cow octave-forge
Thu, 02 Dec 2010 21:59:10 +0000 cdemills Attempting to write using a single index octave-forge
Thu, 02 Dec 2010 19:38:22 +0000 michaelschmid * incremented the package version number octave-forge
Thu, 02 Dec 2010 19:32:42 +0000 michaelschmid * removed bug in train.m octave-forge
Thu, 02 Dec 2010 10:21:34 +0000 i7tiol New function vfzero, variant of fzero. octave-forge
Thu, 02 Dec 2010 10:16:18 +0000 i7tiol param_config need only contain parameters with non-defaults. octave-forge
Thu, 02 Dec 2010 10:10:27 +0000 i7tiol Correct date of last change. octave-forge
Thu, 02 Dec 2010 10:04:59 +0000 i7tiol Fix corner case first structure has no fields. octave-forge
Wed, 01 Dec 2010 22:23:17 +0000 prnienhuis Simplified COM/ActiveX procedure for getting occupied cell range octave-forge
Wed, 01 Dec 2010 18:11:23 +0000 cdemills Sorted various issues with find and sort octave-forge
Wed, 01 Dec 2010 14:21:44 +0000 cdemills Added a _cmt field in order to store comment lines found in .csv octave-forge
Wed, 01 Dec 2010 13:31:24 +0000 i7tiol Slight changes to equality constraints. Options for testing. octave-forge
Wed, 01 Dec 2010 09:09:13 +0000 cdemills Added a few tests for 3D ops octave-forge
Wed, 01 Dec 2010 08:45:08 +0000 cdemills A few fixes for single-dimension writing, and around COW logic octave-forge
Tue, 30 Nov 2010 21:58:08 +0000 cdemills Mostly implemented a 3rd dim with column-compressed data octave-forge
Tue, 30 Nov 2010 17:22:36 +0000 hauberg Make 'imresize' more compatible with more recent versions of Matlab octave-forge
Mon, 29 Nov 2010 14:46:44 +0000 cdemills Horzcat and vertcat must insert the row/column names early through inputname, otherwise it is no more useable in cat octave-forge
Mon, 29 Nov 2010 14:42:34 +0000 hauberg Test for empty matrices for 3.2.x compatibility octave-forge
Mon, 29 Nov 2010 13:39:44 +0000 cdemills All basic matrix ops should be OK now octave-forge
Sun, 28 Nov 2010 23:59:26 +0000 schloegl support compressed (zlib-ed) files octave-forge
Sun, 28 Nov 2010 20:16:13 +0000 prnienhuis Will be moved tp fpl package octave-forge
Sun, 28 Nov 2010 20:15:22 +0000 prnienhuis Will be moved to fpl package octave-forge
Sat, 27 Nov 2010 15:46:34 +0000 hauberg Several updates to 'invfreq' (from Pascal Depuis) octave-forge
Fri, 26 Nov 2010 22:07:52 +0000 hauberg New function: combnk octave-forge
Fri, 26 Nov 2010 16:56:40 +0000 cdemills Intermediate version, some matrix ops are still not working as they should octave-forge
Fri, 26 Nov 2010 16:38:36 +0000 hauberg Normalise window octave-forge
Fri, 26 Nov 2010 11:05:35 +0000 cdemills Back to unified df_func; implented 'inv'; by default, df.array let downclassing occur octave-forge
Fri, 26 Nov 2010 09:31:51 +0000 cdemills Merging df_rcfunc and df_ccfunc octave-forge
Thu, 25 Nov 2010 23:37:17 +0000 schloegl add correlation and regression analysis, variance analysis, etc. octave-forge
Thu, 25 Nov 2010 18:07:59 +0000 cdemills By default, dereferencing dataframe results in a dataframe octave-forge
Thu, 25 Nov 2010 09:27:44 +0000 cdemills Various cleanup and fixes octave-forge
Wed, 24 Nov 2010 22:27:43 +0000 schloegl identification of SPSS files improved octave-forge
Wed, 24 Nov 2010 21:57:16 +0000 cdemills Made df_func return a dataframe, extract as much metadata as it can from its inputs octave-forge