log scripts/general/interp1.m @ 31253:a40c0b7aa376

age author description
Mon, 03 Oct 2022 18:06:55 -0700 Rik maint: changes to follow Octave coding conventions.
Mon, 24 Jan 2022 12:52:29 +0100 Christof Kaufmann interp2: Fix issues with complex input (bug #61903). stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 25 Jul 2021 20:25:47 +0200 Markus Mützel maint: Merge stable to default.
Sun, 25 Jul 2021 20:17:08 +0200 Markus Mützel interp1.m: Don't interpret later numeric input as "xi" (bug #60967). 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
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 14:04:31 -0800 Rik maint: Remove special cases of old version control keywords in code base.
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
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.
Thu, 18 May 2017 08:12:40 -0700 Rik maint: periodic merge of stable to default.
Thu, 18 May 2017 08:09:08 -0700 Rik interp1.m: Return NA for all columns which are out of bounds (bug #51030). stable
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
Mon, 14 Nov 2016 14:55:41 -0800 Rik maint: Rename variables to match documentation in m-files.
Mon, 14 Nov 2016 12:12:02 -0800 Rik maint: Capitalize variable names appearing in error() messages of m-files.
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.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
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.
Wed, 09 Dec 2015 16:35:12 -0500 John W. Eaton use 'invalid' instead of 'bogus' in source files
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
Mon, 08 Dec 2014 10:18:35 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 05 Dec 2014 11:07:36 -0800 Nir Krakauer interp1.m: Fix shape of output matrix when there are extrapolated values (bug #43745). stable
Thu, 30 Oct 2014 17:49:58 -0700 Nir Krakauer interp1.m: Add new methods "previous" and "next" (bug #43377).
Tue, 08 Apr 2014 20:08:27 -0700 Rik interp1.m: Small formatting changes only.
Sun, 06 Apr 2014 13:38:15 -0700 Rik maint: Periodic merge of gui-release to default.
Sun, 30 Mar 2014 23:25:00 +0200 Juan Pablo Carbajal interp1.m: fix function for inputs w/multiple discontinuities (bug #41980). stable
Sun, 30 Mar 2014 14:18:43 -0700 Rik Overhaul interp1, interp2, interp3 functions.
Fri, 31 Jan 2014 21:08:15 -0800 Rik interp1.m: Demote error to warning about multiple discontinuties (bug #41386). stable
Fri, 31 Jan 2014 09:21:41 -0800 Rik interp1.m: Clean up function stable
Fri, 06 Dec 2013 15:08:41 +0100 Juan Pablo Carbajal interp1.m: Fix handling multi-column y-input with jumps (bug #40825). stable
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 21 Aug 2013 17:04:44 -0700 Rik Use '!' not operator rather than '~' in core m-files.
Wed, 21 Aug 2013 16:42:13 -0700 Rik Use explicit form of end (endif, endfor, etc.) in core m-files.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Sun, 04 Aug 2013 15:11:34 -0700 Rik maint: Use common indentation for switch statement.
Fri, 26 Jul 2013 00:25:24 -0400 Mike Miller interp1.m: Fix interpolation on ND-arrays (bug #35860)
Fri, 26 Jul 2013 00:09:41 -0400 Mike Miller doc: Clarify matrix and ND-array args to interpolation functions
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
Mon, 01 Oct 2012 18:32:12 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments
Thu, 23 Aug 2012 08:01:46 -0400 Ben Abbott Modified interp1.m file to check whether X has distinct values or not.
Fri, 17 Aug 2012 08:22:30 -0400 Vivek Dogra Modified interp1.m file to check whether X has distinct values or not.
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Thu, 22 Mar 2012 21:00:52 -0400 Olaf Till Fix inconsistent orientation of output matrix for interp1.