log scripts/signal/movfun.m @ 31191:bb9d776eafac 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
Fri, 26 Nov 2021 20:53:22 -0800 Rik maint: Style check m-files ahead of 7.1 release. stable
Mon, 11 Oct 2021 20:09:59 -0700 Rik maint: use rows() or columns() instead of size(__, 1 | 2) for clarity.
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
Fri, 16 Oct 2020 09:27:56 -0700 Rik maint: Use newlines after "function" and before "endfunction" for clarity.
Wed, 14 Oct 2020 13:14:02 -0700 Rik maint: Remove unnecessary parentheses bracketing %!error BIST tests.
Sun, 11 Oct 2020 21:59:35 -0700 Rik test: Add expected error message <Invalid call> to BIST tests for nargin.
Sat, 11 Jul 2020 10:15:57 -0400 John W. Eaton avoid function call input or output argument number mismatch
Tue, 21 Jan 2020 14:35:03 -0800 Rik maint: Remove remaining "Author:" instances from code base.
Tue, 21 Jan 2020 13:06:02 -0800 Rik maint: Remove "Created:" 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
Tue, 18 Dec 2018 14:33:35 -0800 Rik movfun.m: Tweak documentation and remove spaces at EOL.
Mon, 17 Dec 2018 18:03:11 -0800 Rik movfun.m: Make Texinfo documentation prettier by marking some items as non-breakable.
Mon, 17 Dec 2018 14:56:43 -0800 Rik movfun.m: Optimize subfunction replaceval_bc() for 33% speed improvement.
Mon, 17 Dec 2018 13:06:10 -0800 Rik movslice.m, movfun.m: Eliminate duplicate input validation between these functions.
Mon, 17 Dec 2018 11:36:59 -0800 Rik movfun.m: Change default nancond property value to "includenan" for Matlab compatibility.
Mon, 17 Dec 2018 11:22:01 -0800 Rik movfun.m: Write more complete documentation for "same" option.
Mon, 17 Dec 2018 10:58:53 -0800 Rik movfun.m: Implement "discard" option for "Endpoints" property for Matlab compatibility.
Sun, 16 Dec 2018 23:46:53 -0800 Rik movfun.m: Fix incorrect implementation of "fill" value for "Endpoints"
Sun, 16 Dec 2018 23:20:48 -0800 Rik movfun.m: Implement <numeric scalar> as value for "Endpoints" property for Matlab compatibility.
Sun, 16 Dec 2018 22:24:10 -0800 Rik movfun.m, movslice.m: Add support for even-size, asymmetric windows for Matlab compatibility.
Sun, 16 Dec 2018 15:21:48 -0800 Rik movfun.m, movslice.m: Add additional input validation and BIST tests for same.
Sun, 16 Dec 2018 12:48:00 -0800 Rik movfun.m, movslice.m: Use Octave coding conventions.
Sun, 16 Dec 2018 00:13:55 -0800 Juan Pablo Carbajal Update documentation for movXXX functions (bug #48774).
Sat, 15 Dec 2018 07:29:27 -0800 Juan Pablo Carbajal Add functions for calculating value of function handle over windows of data (bug #48774).