log scripts/general/cell2mat.m @ 31207:1c40fc2344f4 stable

age author description
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 10 Oct 2020 16:32:20 -0700 Rik maint: Use same coding style when checking for a minimum of 1 input.
Fri, 09 Oct 2020 13:28:53 -0700 Rik test: remove unnecessary BIST tests in m-files checking for excessive number of inputs.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 12 Jul 2017 09:05:57 +0200 Olaf Till cell2mat.m: Preserve dimensions of empty input (bug #51448).
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Sun, 27 Mar 2016 15:50:01 -0700 Rik doc: Wrap m-file docstrings to 79 characters + newline (80 total).
Sun, 21 Feb 2016 08:10:36 -0800 Rik maint: remove semicolon after %!assert tests to follow Octave conventions.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Tue, 13 Oct 2015 11:40:05 +0100 Carnë Draug cell2mat: add tests for cells of cells and char arrays
Sun, 03 May 2015 09:36:20 -0700 Rik doc: Update docstrings to have one sentence summary as first line. stable
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 01 Jan 2014 18:10:50 -0800 Rik cell2mat.m: Change error message when input is not a cell array.
Fri, 27 Dec 2013 00:26:06 -0200 Felipe G. Nievinski cell2mat.m: Accept empty non-cell input for compatibility (bug #41010)
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Thu, 18 Jul 2013 12:05:34 -0700 Rik cell2mat.m: Re-vamp input validation for 30% speedup
Mon, 01 Jul 2013 19:29:10 +0200 Olaf Till make cell2mat.m more efficient for large arrays (bug #39387).
Fri, 20 Jan 2012 12:59:53 -0800 Rik Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sat, 06 Aug 2011 18:03:18 -0700 Rik Replace function handles with function names in cellfun calls for 15% speedup.
Fri, 19 Sep 2008 23:21:15 +0200 David Bateman Special case single type conacation in Fcat. Rework cell2mat to take advantage. Cut trailing singletons in cat release-3-0-x
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 21:33:04 -0800 Rik Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
Sun, 21 Nov 2010 13:14:25 -0500 Ben Abbott cell2mat.m: Return empty matrix for empty cell.
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.
Fri, 06 Aug 2010 14:22:48 +0200 Jaroslav Hajek allow structs in cell2mat
Mon, 12 Jul 2010 21:32:18 +0200 Jaroslav Hajek generalize cell2mat optimization to n dimensions
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Thu, 25 Mar 2010 07:40:27 -0400 Ben Abbott cell2mat.m: Add test for cells of cells.
Wed, 24 Mar 2010 07:13:44 +0100 Jaroslav Hajek support cells of cells in cell2mat
Tue, 24 Nov 2009 13:40:51 +0100 Jaroslav Hajek improve cell2mat
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 17 Sep 2008 14:37:49 -0400 David Bateman Special case single type conacation in Fcat. Rework cell2mat to take advantage
Thu, 11 Sep 2008 17:03:26 -0400 David Bateman improve speed of cell2mat
Thu, 11 Sep 2008 17:01:46 -0400 John W. Eaton undo previous change
Thu, 11 Sep 2008 16:57:12 -0400 David Bateman improve speed of cell2mat
Fri, 12 Oct 2007 21:27:37 +0000 jwe [project @ 2007-10-12 21:27:11 by jwe]
Fri, 12 Oct 2007 06:41:26 +0000 jwe [project @ 2007-10-12 06:40:56 by jwe]
Tue, 10 Oct 2006 16:10:31 +0000 jwe [project @ 2006-10-10 16:10:25 by jwe]
Tue, 28 Mar 2006 11:25:29 +0000 jwe [project @ 2006-03-28 11:25:29 by jwe]
Fri, 24 Mar 2006 16:56:09 +0000 jwe [project @ 2006-03-24 16:56:09 by jwe]
Mon, 06 Mar 2006 21:26:54 +0000 jwe [project @ 2006-03-06 21:26:48 by jwe]
Wed, 14 Dec 2005 18:21:55 +0000 jwe [project @ 2005-12-14 18:21:55 by jwe]