log scripts/miscellaneous/inputParser.m @ 33669:96f077c60226 default tip @

age author description
Thu, 16 May 2024 08:30:23 -0700 Rik inputParser.m: Allow default classdef objects which overload "struct" (bug #65667). stable
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Wed, 21 Jun 2023 19:39:18 -0700 Rik inputParser.m: Require that VALIDATOR input be a function handle.
Wed, 21 Jun 2023 11:49:39 -0700 Rik inputParser.m: Fix regression with UsingDefaults (bug #64318)
Wed, 21 Jun 2023 10:47:50 -0700 Rik inputParser.m: streamline code for cset addd99059d4c (bug #64305)
Tue, 20 Jun 2023 15:57:37 -0400 A.R. Burgers inputParser.m: Fix regression with empty cell array default (Bug #64305)
Mon, 19 Jun 2023 23:21:41 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 21 Apr 2023 11:01:40 -0700 Rik inputParser.m: Re-architect internal data structures for 60% speed improvement.
Wed, 19 Apr 2023 17:04:14 -0700 Rik inputParser.m: Fix BIST tests designed to test addParamValue method.
Wed, 19 Apr 2023 17:02:20 -0700 Rik inputParser.m: Choose exact Parameter match if it exists under PartialMatching (bug #64050).
Tue, 18 Apr 2023 19:56:31 -0700 Rik inputParser.m: Overhaul class and documentation.
Tue, 18 Apr 2023 15:27:01 -0700 Rik inputParser.m: Fix missing @end in TexInfo in cset 80fef9315743.
Tue, 18 Apr 2023 13:43:08 -0700 Rik inputParser.m: Implement "PartialMatching" property (bug #64050)
Sat, 15 Apr 2023 07:17:15 -0700 Rik inputParser.m: Handle validation functions which either return true/false or throw error (bug #49793)
Fri, 14 Apr 2023 16:48:43 -0700 Rik inputParser.m: Cleanup function documentation and spacing.
Fri, 14 Apr 2023 12:09:01 -0700 Rik Fix failing BIST tests caused by cset e2ad5720b29e.
Fri, 14 Apr 2023 08:34:40 -0700 Rik inputParser.m: Don't alter case of parameter names in error messages.
Thu, 13 Apr 2023 20:42:42 -0700 Rik inputParser.m: Sort Results and Parameters fields for Matlab Compatibility (bug #64003)
Wed, 12 Apr 2023 15:34:43 -0700 Rik Use upper/lower in preference to toupper/tolower to match Matlab.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 25 Nov 2022 21:23:54 -0800 Rik maint: Clean up m-files before Octave 8.1 release. stable
Tue, 21 Jun 2022 15:43:27 +0200 Markus Mützel inputParser: Add some tests for bug #62639. stable
Tue, 21 Jun 2022 15:31:40 +0200 Markus Mützel inputParser: Correctly handle cell default values for optional parameters (bug #62639). stable
Mon, 06 Jun 2022 14:27:19 +0200 Markus Mützel inputParser.m: Adapt for interpreter changes regarding number of output arguments (bug #62420). stable
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
Wed, 24 Nov 2021 14:57:21 -0800 Rik doc: grammarcheck m-files in scripts/ directory ahead of 7.1 release. 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
Fri, 16 Oct 2020 09:27:56 -0700 Rik maint: Use newlines after "function" and before "endfunction" for clarity.