log

age author description
Sun, 24 May 2015 04:47:20 +0100 Carnë Draug Deprecate Array::capacity() and Sparse::capacity() for numel() and nzmax().
Sun, 24 May 2015 02:41:37 +0100 Carnë Draug Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
Mon, 25 May 2015 16:48:47 -0700 Rik surfnorm.m: Return unnormalized vectors for Matlab compatibility.
Sun, 24 May 2015 21:09:12 -0700 Rik Remove CXX_VERSION from octave_config_info that was deprecated in 3.8.
Sun, 24 May 2015 21:07:42 -0700 Rik maint: Remove interp1q deprecated in 3.8.
Sun, 24 May 2015 20:35:13 -0700 Rik maint: Remove functions deprecated in 3.8.
Sun, 24 May 2015 20:05:25 -0700 Rik configure.ac: Bump development branch to version 4.1.0+.
Sun, 24 May 2015 23:23:29 +0200 Philip Nienhuis textread.m: fix texinfo header syntax after commit 481fa65e5cab stable
Sun, 24 May 2015 23:06:31 +0200 Philip Nienhuis textscan.m: adapt format repeat counter when reading from file before invoking strread.m (bug #45047) stable
Sun, 24 May 2015 22:47:55 +0200 Philip Nienhuis textread.m, textscan.m: Fix handling of format repeat count (bug #45047) stable
Sat, 23 May 2015 22:11:25 -0700 Rik Don't print unecessary backtrace for GraphicsMagick warning about pixel depth.
Sat, 23 May 2015 21:46:44 -0700 Rik maint: Use cuddled parentheses when indexing dimension_vectors.
Sat, 23 May 2015 10:19:50 -0400 John W. Eaton maint: Periodic merge of stable to default.
Sat, 23 May 2015 10:47:03 +0200 Pantxo Diribarne Let grid and autoscale buttons work when the axes is invisible (bug #44436) stable
Fri, 22 May 2015 19:12:57 -0400 Mike Miller doc: Fix griddata example to new calling convention