log

age author description
Tue, 13 Jun 2017 10:20:55 -0700 Rik maint: Deprecate is_numeric_type and replace with isnumeric.
Tue, 13 Jun 2017 09:52:59 -0700 Rik maint: Deprecate is_float_type and replace with isfloat.
Tue, 13 Jun 2017 09:20:08 -0700 Rik maint: Deprecate is_map and replace with isstruct.
Tue, 13 Jun 2017 08:24:42 -0700 Rik maint: Deprecate is_sparse_type and replace with issparse.
Tue, 13 Jun 2017 07:53:53 -0700 Rik maint: Deprecate is_real_type and replace with isreal.
Mon, 12 Jun 2017 21:18:23 -0700 Rik maint: Deprecate is_complex_type and replace with iscomplex.
Mon, 12 Jun 2017 17:53:28 -0700 Rik maint: Deprecate is_integer_type and replace with isinteger.
Mon, 12 Jun 2017 17:24:08 -0700 Rik maint: Deprecate is_bool_type and replace with islogical.
Mon, 12 Jun 2017 13:41:35 -0700 Rik maint: Deprecate is_java and replace with isjava.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Sun, 11 Jun 2017 15:26:14 -0700 Rik maint: Deprecate is_cellstr and replace with iscellstr.
Fri, 09 Jun 2017 15:32:33 -0400 John W. Eaton move build-aux file lists and rules to build-aux/module.mk
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
Fri, 09 Jun 2017 14:06:41 -0400 John W. Eaton * getframe.m: Omit comma in %!testif line
Fri, 09 Jun 2017 13:10:15 -0700 Rik NEWS: Re-order announcements for 4.4 release for clarity.
Fri, 09 Jun 2017 11:29:30 -0700 Rik ismember.m: Ensure Matlab-compatible behavior for mixed char/cell inputs (bug #51187).
Thu, 08 Jun 2017 18:24:28 -0700 Rik doc: Periodic spellcheck of documentation.
Thu, 08 Jun 2017 17:46:51 -0700 Rik getframe.m: Overhaul to use Octave conventions.
Thu, 08 Jun 2017 17:41:32 -0700 Rik doc: Peridoc grammarcheck of documentation.
Thu, 08 Jun 2017 15:56:46 -0700 Rik Deprecate octave::math::finite in favor of octave::math::isfinite.
Thu, 08 Jun 2017 18:21:07 -0400 John W. Eaton maint: Strip trailing whitespace from files.
Thu, 08 Jun 2017 18:20:45 -0400 John W. Eaton * gl-render.cc: Allow build to succeed without OpenGL.
Thu, 08 Jun 2017 13:09:22 -0700 Rik maint: merge stable to default.
Wed, 07 Jun 2017 17:32:06 +0200 Sébastien Villemot Fix crash when inverting complex matrices with NaNs (bug #51198). stable
Thu, 23 Mar 2017 18:11:24 +0100 Markus Mützel native2unicode.m, unicode2native.m: Fix tests on Windows (bug #49842).
Thu, 08 Jun 2017 08:55:41 +0200 Marco Caliari Improve accuracy of residue for inputs with very different magnitudes (bug #51148). stable
Wed, 07 Jun 2017 12:46:34 -0700 Rik doc: Improve documentation for Octave's save-related functions.