log scripts/general/accumdim.m @ 20039:eba80000fa0d rc-4-0-0-2

age author description
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 21 Aug 2013 19:53:42 -0700 Rik Use semicolon after "return" statement in core m-files.
Wed, 19 Jun 2013 14:01:14 -0700 Rik accumdim.m: Add %!tests for function.
Thu, 18 Apr 2013 11:59:56 -0400 Corey Thomasson accumdim.m: fix bug and allow 6 arguments (bug #38770)
Sun, 19 Aug 2012 10:50:40 -0400 John W. Eaton fix missing semicolons in various .m files
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Sun, 05 Feb 2012 15:32:24 -0800 Rik maint: periodic merge of stable to default.
Sat, 04 Feb 2012 22:12:50 -0800 Rik doc: Use Octave coding conventions in @example blocks of docstrings. stable
Wed, 18 Jan 2012 21:17:14 -0800 Rik accumdim.m: Use common code idiom for finding first non-singleton dimension.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 29 Dec 2011 06:05:00 -0800 Rik doc: Final grammarcheck and spellcheck before 3.6.0 release. stable
Tue, 27 Dec 2011 15:15:41 -0500 Jordi GutiƩrrez Hermoso Initial documentation for broadcasting and general vectorization guidelines stable
Tue, 27 Dec 2011 13:45:30 -0500 Jordi GutiƩrrez Hermoso Do more error checking on accumarray and accumdim input. stable
Tue, 16 Aug 2011 22:19:56 -0700 Rik doc: Correct Texinfo overfull hbox instances.
Thu, 20 Jan 2011 18:26:09 -0500 John W. Eaton missing semicolons in script files
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 09 Jan 2011 12:41:21 -0800 Rik Overhaul m-script files to use common variable name between code and documentation.
Thu, 04 Nov 2010 12:18:08 -0700 Rik Reverse changeset b1f4bdc276b6. Use all lower case for "uniformoutput" option.
Wed, 03 Nov 2010 17:37:00 -0700 Rik Use CamelCase for 'UniformOutput' option to cellfun.
Thu, 15 Jul 2010 12:15:14 +0200 Jaroslav Hajek fix flipdim with trailing singleton dims
Wed, 16 Jun 2010 20:36:55 -0700 Rik Periodic grammar check of documentation files to ensure common format.
Wed, 09 Jun 2010 07:29:33 -0700 Rik Use > 1 test to find first non-singleton dimension rather than != 1.
Fri, 05 Mar 2010 12:40:06 +0100 Jaroslav Hajek fix example in accumdim
Fri, 05 Mar 2010 12:31:30 +0100 Jaroslav Hajek optimize accumdim with summation
Fri, 05 Mar 2010 11:11:01 +0100 Jaroslav Hajek new function: accumdim