log scripts/general/interp2.m @ 31551:fd29c7a50a78 stable

age author description
Sat, 26 Nov 2022 06:32:08 -0800 Rik maint: use commas, semicolons consistently with Octave conventions. stable
Mon, 03 Oct 2022 18:06:55 -0700 Rik maint: changes to follow Octave coding conventions.
Wed, 02 Mar 2022 15:53:25 -0500 John W. Eaton * interp2.m: Use 'test <BUG-ID>' instead of 'xtest'.
Sun, 06 Feb 2022 15:11:01 -0800 Rik maint: Tweaks to cset 98484425bd1b (interp2) for Octave coding conventions.
Mon, 31 Jan 2022 00:54:30 +0100 Christof Kaufmann interp2: Implement bicubic interpolation (bug #61754).
Tue, 25 Jan 2022 17:07:18 +0100 Christof Kaufmann Fix __pchip_deriv__ for complex matrix (bug #61863, bug #61903)
Sat, 22 Jan 2022 11:25:04 +0100 Christof Kaufmann interp2.m: Avoid using i and j as loop variables (bug #61863).
Sat, 22 Jan 2022 11:25:04 +0100 Christof Kaufmann interp2: Fix issues with complex input (bug #61863). stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 23 Nov 2021 13:28:34 -0800 Rik maint: Shorten some long lines to <= 80 characters (bug #57599)
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
Tue, 13 Oct 2020 18:17:29 -0700 Rik maint: Use Octave convention of space after function name in scripts dir.
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
Mon, 08 Jan 2018 12:25:44 -0800 Rik maint: Merge stable to default.
Mon, 08 Jan 2018 12:24:33 -0800 Rik doc: Fix issues in geometry, polynomial, and interpolation chapters (bug #52835). stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
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.
Sun, 06 Nov 2016 16:38:06 -0800 Rik interp2.m: Clean up code.
Sun, 06 Nov 2016 16:15:32 -0800 Rik interp2.m: Re-orient vector/vector indexing in "linear" to fix output sizie (bug #49506). stable
Wed, 14 Sep 2016 16:05:16 -0700 Rik test: Add bug ids (<#####>) to BIST tests.
Sun, 21 Feb 2016 08:10:36 -0800 Rik maint: remove semicolon after %!assert tests to follow Octave conventions.
Tue, 02 Feb 2016 17:06:11 -0500 John W. Eaton maint: Periodic merge of stable to default.
Sun, 31 Jan 2016 22:59:08 -0800 Colin Macdonald Fix regressions caused by ismatrix definition change (partial fix bug #47036). stable
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Sun, 22 Nov 2015 20:25:17 -0800 Rik Replace ++,-- with in-place operators for performance.
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Fri, 20 Feb 2015 14:26:36 -0800 Rik doc: Grammarcheck documentation ahead of 4.0 release.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Thu, 05 Feb 2015 17:58:20 +0100 Kai T. Ohlhus Modified the "extrap" option for interp2, interp3, and interpn (bug #44002).
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
Sat, 19 Apr 2014 09:28:20 -0700 Rik interp2: Verify Z matrix is 2-D (bug #41267).
Tue, 08 Apr 2014 20:02:18 -0700 Rik interp2.m: Add input validation for strictly monotonic x,y (bug #41838).
Sun, 30 Mar 2014 14:18:43 -0700 Rik Overhaul interp1, interp2, interp3 functions.
Sat, 22 Mar 2014 14:31:22 -0700 Rik Issue warning when '*' flag used with interp2,3,n.m (bug #41459).
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.
Mon, 01 Oct 2012 18:30:44 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 13 Feb 2012 07:38:23 -0800 Rik doc: Use Octave preference for double quote in docstrings in scripts/
Sun, 22 Jan 2012 10:02:27 -0800 Rik test: Make surface demos reproducible by setting colormap to default at start of demo.
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, 17 Sep 2011 15:14:08 -0400 Ben Abbott scripts/general/interp2.m: Fix bug #30295. stable