log

age author description
Wed, 23 Oct 2013 20:50:58 +0200 Torsten prevent the editor's file watcher from signaling fasle alarms (bug #40312)
Wed, 23 Oct 2013 19:14:12 +0200 Torsten editor asks if a new file should be created when called from edit (bug #40351)
Mon, 14 Oct 2013 17:16:36 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 06 Apr 2013 13:56:21 +0200 Pantxo Diribarne imshow.m: Add support for "xdata" and "ydata" options, make option parser case insensitive
Tue, 22 Oct 2013 19:39:50 -0400 John W. Eaton use more direct method for checking input source for lexer
Tue, 22 Oct 2013 16:20:33 -0700 Rik Print warning and abort FLTK plot if data values < -maxfloat (bug #40246)
Tue, 22 Oct 2013 18:43:36 -0400 John W. Eaton eliminate global LEXER variable
Tue, 22 Oct 2013 14:32:21 -0700 Rik legend.m: Fix legend color for bar graphs (bug #40327)
Tue, 22 Oct 2013 22:27:19 +0200 Torsten fix display of global search in doc browser (bug #40348)
Tue, 22 Oct 2013 12:37:20 -0700 Rik Add solutions to warning message when data values exceed float capacity.
Tue, 22 Oct 2013 12:27:31 -0700 Rik Fix segfault when x or y data values are large (bug #39925).
Tue, 22 Oct 2013 11:50:13 -0700 Rik Print warning and abort plot if data range > max float (bug #40246)
Fri, 10 May 2013 13:34:31 +0200 Pantxo Diribarne ppval.m: ensure consistency in the shape of intermediate interpolated matrix between "nearest" and higher order methods.
Tue, 22 Oct 2013 08:34:23 -0700 Rik rectangle.m: Fix multiple parenting issues (bug #40214, bug #39813).
Tue, 22 Oct 2013 06:32:54 -0700 Rik print.m: 2nd fix for printing when using -F option (bug #40334)
Tue, 22 Oct 2013 05:33:35 -0400 John W. Eaton allow "help dir-name" to work when comment block ends at EOF (bug #40342)
Mon, 21 Oct 2013 22:46:06 -0700 Rik print.m: Fix printing when using -F option with legends (bug #40334).
Mon, 21 Oct 2013 22:25:15 -0700 Rik Further corrections to parenting of axes (bug #39813)
Mon, 23 Sep 2013 19:44:57 +0200 Pantxo Diribarne Fix incorrect parenting of axes and hggroups (bug #39813)
Mon, 21 Oct 2013 16:57:02 -0700 Rik Overhaul stft and synthesis functions
Mon, 21 Oct 2013 18:51:21 -0400 Mike Miller doc: minor cleanup of fftfilt docstring
Fri, 07 Dec 2012 10:03:33 -0500 Doug Stewart factor.m: Warn when the input is too large to calculate reliable answer.
Mon, 21 Oct 2013 22:57:34 +0100 Carnë Draug Display usage of news as command after installing a package (patch #7708)
Mon, 21 Oct 2013 12:58:42 -0700 Muhali qqplot.m: Accept 2nd vector and use empirical_inv for compatibility w/Matlab (bug #39938).
Mon, 21 Oct 2013 21:58:01 +0200 David Bateman Avoid use of numel for sparse matrix when concatenating (bug #40324)
Mon, 21 Oct 2013 20:28:24 +0200 David Bateman __sprand_impl__.m : Fix off by one error in the column index for large matrices (bug #40325)
Sun, 20 Oct 2013 22:23:31 +0200 Pantxo Diribarne run.m: append .m extension when none was provided.
Fri, 12 Apr 2013 20:10:32 +0100 Adam H Aitkenhead gray2ind.m: Enable handling of ND images.
Sun, 20 Oct 2013 20:30:11 -0700 Rik Implement faster partial loading of HDF5 files.
Tue, 02 Jul 2013 14:17:33 +0100 Craig Hudson Correct return values of gamma() (see Numerical, item 3 on Projects page).