log

age author description
Tue, 05 Mar 2024 17:58:49 -0500 Nicholas R. Jankowski maint: Merge stable to default.
Tue, 05 Mar 2024 17:54:00 -0500 Nicholas R. Jankowski median.m: Fix vectors with Infs incorrectly returning NaN (bug #65405) stable
Mon, 04 Mar 2024 14:01:52 -0800 Rik Fix naming of rows and columns in fft2, ifft2 error messages.
Mon, 04 Mar 2024 20:31:58 +0100 Markus Meisinger Fix input validation for zero-dimensional input data to ifftn, ifft2, fftn, fft2 (bug #65414).
Mon, 04 Mar 2024 12:39:32 -0800 Rik maint: merge stable to default
Mon, 04 Mar 2024 12:35:12 -0800 Rik methods.m: Emit sensible error message if Java not installed or classname does not exist (bug #65408) stable
Mon, 04 Mar 2024 15:34:19 -0500 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Mon, 04 Mar 2024 15:28:38 -0500 Arun Giridhar maint: Merge stable to default
Mon, 04 Mar 2024 15:27:33 -0500 Arun Giridhar doc: Update outdated donation info in manual stable
Mon, 04 Mar 2024 10:18:00 -0800 Rik maint: merge stable to default
Mon, 04 Mar 2024 00:41:31 -0500 John W. Eaton Find class/ctor help for 'CLS.m' if CLS has no method named 'm' (bug #65398) stable
Sun, 03 Mar 2024 20:13:08 -0500 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Sun, 03 Mar 2024 11:55:34 -0800 Rik maint: merge stable to default
Sun, 03 Mar 2024 11:55:08 -0800 Rik mad.m, median.m: Use Octave coding conventions in BIST tests. stable
Sun, 03 Mar 2024 10:49:32 +0100 Markus Mützel maint: Merge stable to default.
Fri, 01 Mar 2024 18:16:19 +0100 Markus Mützel build: Skip step that checks for C++11 flags during configuration (bug #65327). stable
Sun, 03 Mar 2024 10:17:29 +0100 Markus Mützel maint: Merge stable to default.
Sat, 02 Mar 2024 12:15:17 +0100 Markus Mützel Fix compatibility with SUNDIALS 7 (bug #65392). stable
Sat, 02 Mar 2024 23:30:57 -0500 Nicholas R. Jankowski maint: merge stable to default
Sat, 02 Mar 2024 23:28:56 -0500 Nicholas R. Jankowski median.m: Correct handling of all-NaN vectors (bug #65405) stable
Sat, 02 Mar 2024 19:59:16 -0800 Rik clim.m: New function identical to caxis, but more clearly named.
Sat, 02 Mar 2024 19:24:04 -0800 Rik Don't update 'clim' property for TrueColor data (bug #65404)
Sat, 02 Mar 2024 14:16:06 -0800 Rik image.m: Don't set 'clim' property (bug #65384)
Sat, 02 Mar 2024 14:02:19 -0800 Rik test: Include tests for output message in scanf function (bug #65390, bug #63467).
Sat, 02 Mar 2024 13:58:51 -0800 Rik maint: merge stable to default
Sat, 02 Mar 2024 13:54:06 -0800 John W. Eaton Fix duplicate final value in scanf function (bug #65390, bug #63467). stable
Sat, 02 Mar 2024 15:36:26 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Sat, 02 Mar 2024 15:32:36 -0500 John W. Eaton eliminate some code duplication in the lexer
Sat, 02 Mar 2024 15:15:12 -0500 John W. Eaton revamp handling meta and fully-qualified identifiers in the lexer
Sat, 02 Mar 2024 15:00:54 -0500 John W. Eaton return token instead of token ID from make_keyword_token