log

age author description
Tue, 01 Jun 2010 12:34:16 +0200 Jaroslav Hajek new Array method for internal use
Tue, 01 Jun 2010 12:29:01 +0200 Jaroslav Hajek remove deprecated Array method
Mon, 31 May 2010 14:34:30 -0700 Rik legendre.m: Orient row vector correctly (bug #29997).
Sun, 30 May 2010 13:45:50 -0700 Rik svds.m: Overhaul code while fixing bug #29721.
Fri, 28 May 2010 12:28:06 +0200 Jaroslav Hajek make cellfun's fast scalar collection mechanism public
Thu, 27 May 2010 20:12:51 -0700 Rik Improve validation of input arguments for base statistics functions.
Thu, 27 May 2010 12:13:28 -0700 Rik Replace @ifinfo with @ifnottex.
Thu, 27 May 2010 10:56:45 -0700 Rik eigs.cc: Improve documentation string.
Wed, 26 May 2010 20:23:16 -0700 Rik legend.m: Improve documentation string
Thu, 27 May 2010 08:54:44 +0200 Jaroslav Hajek implement octave_base_matrix::matrix_ref const
Wed, 26 May 2010 13:26:16 +0200 Jaroslav Hajek second isprime rewrite
Wed, 26 May 2010 17:58:21 -0700 Rik svds.m: Validate struct input argument.
Wed, 26 May 2010 19:52:40 -0400 Ben Abbott legend.m: Key labels for specified objects.
Wed, 26 May 2010 19:49:12 -0400 Ben Abbott ancestor.m: Support vectors of handles.
Wed, 26 May 2010 15:51:02 -0700 Rik Initialize ARPACK starting vector in svds test code. (bug #29721)
Wed, 26 May 2010 12:03:45 +0200 Jaroslav Hajek fix slicing value lists with name tags (bug #29960)
Tue, 25 May 2010 18:14:25 -0400 Ben Abbott spline.m: Ignore NaNs within input vectors.
Tue, 25 May 2010 13:46:22 +0200 Jaroslav Hajek optimize primes and isprime
Tue, 25 May 2010 11:50:24 +0200 Jaroslav Hajek don't mention onCleanup an missing
Tue, 25 May 2010 10:03:58 +0200 Jaroslav Hajek make median more Matlab compatible (bug #29930)
Tue, 25 May 2010 08:55:23 +0200 Jaroslav Hajek simplify octave_value::length
Tue, 25 May 2010 08:53:58 +0200 Jaroslav Hajek override ndims and numel for scalars and matrices
Tue, 25 May 2010 08:24:29 +0200 Jaroslav Hajek simplify octave_base_value::ndims
Tue, 25 May 2010 07:41:31 +0200 Jaroslav Hajek simplify octave_base_value::rows and columns
Mon, 24 May 2010 17:20:08 -0700 Rik Replace calls to deprecated functions.
Mon, 24 May 2010 12:41:43 +0200 Jaroslav Hajek cosmetic changes in Cell interface
Sun, 23 May 2010 17:11:50 -0700 Rik Scale image point color according to colormap. Bug #29926.
Thu, 20 May 2010 11:49:42 -0700 Rik Plot minor ticks for semilog plots
Thu, 20 May 2010 12:19:45 -0400 John W. Eaton file_in_path, file_in_loadpath: return empty string instead of empty matrix if file not found
Thu, 20 May 2010 15:10:34 +0200 Jaroslav Hajek abstract scalar index checking off Array<T> (prep for struct optimizations)
Thu, 20 May 2010 07:27:45 +0200 Jaroslav Hajek avoid unused param warnings in onCleanup
Wed, 19 May 2010 16:20:48 +0200 Jaroslav Hajek fix cumulative logical sum
Wed, 19 May 2010 16:19:42 +0200 Jaroslav Hajek omission from last patch
Wed, 19 May 2010 07:09:40 +0200 Jaroslav Hajek preliminary onCleanup support
Tue, 18 May 2010 08:34:02 +0200 Jaroslav Hajek determine string enum length by trailing null rather than sizeof
Tue, 18 May 2010 08:19:41 +0200 Jaroslav Hajek update NEWS
Mon, 17 May 2010 14:41:56 +0200 Jaroslav Hajek general mechanism for string enum variables
Mon, 17 May 2010 13:46:57 +0200 Jaroslav Hajek implement 'local' parameter to pseudo-variables
Mon, 17 May 2010 11:52:59 +0200 Jaroslav Hajek remove deprecated Array method
Sun, 16 May 2010 22:26:54 -0700 Rik Print name of function in error() string messages.
Sun, 16 May 2010 18:28:59 -0700 Rik Check input arguments for size and type (bug #29861).
Fri, 14 May 2010 06:59:41 +0200 Jaroslav Hajek symbol_table minor improvements
Thu, 13 May 2010 17:36:41 -0400 John W. Eaton help.m: avoid unnecessary use of varargout
Thu, 13 May 2010 12:23:06 -0700 Rik Add filesep to end of tempdir (bug #29864).
Thu, 13 May 2010 13:47:20 +0200 Jaroslav Hajek use ID for singularity warning in matrix division
Thu, 13 May 2010 12:25:26 +0200 Jaroslav Hajek add specific ID for sqrtm singularity warning
Thu, 13 May 2010 11:46:47 +0200 Jaroslav Hajek correctly load global variables
Tue, 11 May 2010 10:28:16 +0200 Jaroslav Hajek fix typo in textread
Wed, 12 May 2010 16:26:08 -0700 Rik Correctly set output precision (#29870) in dlmwrite
Wed, 12 May 2010 17:49:28 -0400 Ben Abbott help.m: Allow docstring to be returned as output, and correct docstring.
Wed, 12 May 2010 02:25:05 +0200 David Bateman minor typo in previous changeset
Wed, 12 May 2010 02:17:18 +0200 David Bateman Fix error when saving sparse arrays to matlab files (bug #29786)
Tue, 11 May 2010 09:43:56 -0700 Rik Capitalize ARPACK in configure messages.
Tue, 11 May 2010 08:31:58 +0200 Jaroslav Hajek fix bug in binary saving of lazy indices
Tue, 11 May 2010 07:25:20 +0200 Jaroslav Hajek fix off-by-1 error in idx_vector (bug #29851)
Fri, 07 May 2010 12:40:06 +0200 Jaroslav Hajek mark sqrtm(triangular) as triangular
Mon, 10 May 2010 11:55:16 -0700 Rik Split qrdelete test into high precision test when QRUPDATE is present
Mon, 10 May 2010 07:50:56 +0200 Jaroslav Hajek make schur mark triangular matrices on output
Mon, 10 May 2010 07:50:11 +0200 Jaroslav Hajek optimize order of conditions in octave_range::index_vector
Sat, 08 May 2010 10:29:39 -0700 Rik Don't abort testing when merely skipping a testif block.