log scripts/geometry/voronoi.m @ 29359:7854d5752dd2

age author description
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
Sun, 11 Oct 2020 21:59:35 -0700 Rik test: Add expected error message <Invalid call> to BIST tests for nargin.
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
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.
Tue, 19 Dec 2017 12:41:30 -0800 Rik maint: merge stable to default.
Tue, 19 Dec 2017 12:39:25 -0800 Rik doc: Use 'axes' rather than 'axis' appropriately in docstrings. stable
Sun, 17 Dec 2017 07:04:31 -0800 Rik Change ishandle to return true for Java objects for Matlab compatibility.
Fri, 09 Jun 2017 17:44:57 -0400 John W. Eaton use new script to tag fixed bugs in tests
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs
Fri, 09 Jun 2017 15:34:03 -0400 John W. Eaton allow bugs to be tagged as fixed in test suite
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
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 01 Nov 2016 16:36:27 -0400 John W. Eaton maint: Strip trailing whitespace from source files. stable
Sun, 30 Oct 2016 11:50:13 -0700 Rik voronoi.m: Overhaul function to produce correct number of edges (bug #38295). stable
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Wed, 09 Dec 2015 16:35:12 -0500 John W. Eaton use 'invalid' instead of 'bogus' in source files
Sun, 22 Nov 2015 20:25:17 -0800 Rik Replace ++,-- with in-place operators for performance.
Sun, 03 May 2015 09:36:20 -0700 Rik doc: Update docstrings to have one sentence summary as first line. stable
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.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Fri, 03 Jan 2014 10:52:41 -0800 Rik voronoi.m: Add special handling for 2-point input (bug #40996).
Fri, 03 Jan 2014 09:16:04 -0800 Rik voronoi.m: Fix input validation so it doesn't open blank figure window.
Thu, 02 Jan 2014 10:55:09 -0800 Rik voronoi.m: Add input validation test for 2 points (bug #40996)
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Wed, 31 Jul 2013 16:27:49 -0700 Rik Change various plot functions to take advantage of new isaxes() function.
Sat, 15 Sep 2012 12:32:04 -0700 Rik voronoi.m: Fix bug when there are multiple identical input points (bug #37270)
Thu, 19 Jul 2012 11:48:40 -0400 Jordi GutiƩrrez Hermoso maint: Periodic merge of stable to default
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Mon, 16 Jul 2012 17:16:50 -0400 Nicholas Musolino * voronoi.m: Fix cut and paste error. stable
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
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
Tue, 06 Dec 2011 13:09:17 -0800 Rik doc: Update documentation for functions returning a graphics handle h (Bug #34761)
Thu, 17 Nov 2011 13:47:12 -0500 John W. Eaton fix regression in __voronoi__ and convhulln option processing
Tue, 25 Oct 2011 10:17:23 -0700 Rik Revamp geometry functions dependent on Qhull (Bug #34604, Bug #33346)
Sat, 06 Aug 2011 18:03:18 -0700 Rik Replace function handles with function names in cellfun calls for 15% speedup.
Sat, 16 Jul 2011 22:37:10 +0200 Kai Habel codesprint: add test and demo for voronoi.m
Mon, 04 Apr 2011 15:33:46 -0700 Rik Grammarcheck files for 3.4.1 release.
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
Thu, 04 Nov 2010 12:18:08 -0700 Rik Reverse changeset b1f4bdc276b6. Use all lower case for "uniformoutput" option.
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Sat, 17 Jul 2010 19:53:01 -0700 Rik Add spellchecker scripts for Octave and run spellcheck of documentation
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts