log scripts/ChangeLog @ 10540:952d4df5b686

age author description
Thu, 22 Apr 2010 14:03:47 -0700 Rik Eliminate NaN*ones and Inf*ones constructs and just use Nan() and Inf()
Mon, 19 Apr 2010 20:57:41 -0400 Ben Abbott colorbar.m: Allow 'peer' option to be specified.
Mon, 19 Apr 2010 07:22:30 -0400 Ben Abbott colorbar.m: Consistent treatment of plotboxaspectratio. Add listener for plotboxaspectratiomode.
Sat, 17 Apr 2010 20:37:51 -0400 Ben Abbott __actual_axis_position__.m: Fix bug when restoring figure position property to its original value.
Fri, 16 Apr 2010 10:08:46 -0400 Ben Abbott plotyy.m: Add listener for dataaspectratiomode.
Fri, 16 Apr 2010 17:36:28 +0200 David Bateman Unset figure color in __go_draw_axes__ (partial fix for bug #29060)
Fri, 16 Apr 2010 10:32:07 +0200 David Bateman Replace constructs like "NaN * one()" with "NaN()" and "Inf * ones ()" with "Inf()"
Thu, 15 Apr 2010 23:40:30 +0200 David Bateman Reimplement the other discrete distribution functions using lookup
Thu, 15 Apr 2010 21:10:07 +0200 Jaroslav Hajek improve stdnormal_cdf accuracy by using erfc (bug #29543)
Wed, 14 Apr 2010 02:30:41 +0200 David Bateman Reimplement discrete_cdf using the lookup function
Tue, 13 Apr 2010 20:26:08 +0300 Shai Ayal [mq]: fltk_cb
Tue, 13 Apr 2010 12:36:24 +0200 Jaroslav Hajek implement working spalloc
Mon, 12 Apr 2010 18:07:58 -0400 Ben Abbott loglog.m: Minor ticks on by default for loglog plots.
Mon, 12 Apr 2010 18:03:25 -0400 Ben Abbott Respect the nextplot property value of 'new' for axes and 'replacechildren' for axes and figures.
Sat, 10 Apr 2010 19:53:28 -0400 Ben Abbott __go_draw_figure__.m: Don't set background for non-visible axes.
Wed, 07 Apr 2010 16:23:54 -0400 John W. Eaton scripts/testfun/runtests.m: new function
Mon, 05 Apr 2010 15:27:26 -0700 Rik Modify cut to behave equivalently to histc
Fri, 02 Apr 2010 07:31:59 +0200 Jaroslav Hajek typo in arma_rnd, by M. Vinyals
Tue, 30 Mar 2010 21:04:27 +0200 Jaroslav Hajek use rem for divisibility check in factor
Sat, 27 Mar 2010 19:56:08 -0400 Ben Abbott __go_draw_figure__.m: Untabify.
Sat, 27 Mar 2010 19:30:28 -0400 Ben Abbott print.m: Provide default suffixes & validate hardcopy format.
Sat, 27 Mar 2010 10:07:10 +0100 Jaroslav Hajek improve fzero
Fri, 26 Mar 2010 11:57:03 +0100 Jaroslav Hajek add missing file into build
Thu, 25 Mar 2010 07:40:27 -0400 Ben Abbott cell2mat.m: Add test for cells of cells.
Wed, 24 Mar 2010 20:35:44 +0100 Petr Mikulik Fix bug with logscale in combination with colorbar
Wed, 24 Mar 2010 13:16:25 +0100 Jaroslav Hajek warn about missing matlab funcs in help
Wed, 24 Mar 2010 12:56:18 +0100 Jaroslav Hajek implement smart warnings about missing Matlab functionality
Wed, 24 Mar 2010 07:13:44 +0100 Jaroslav Hajek support cells of cells in cell2mat
Tue, 23 Mar 2010 17:48:54 -0400 John W. Eaton ChangeLog fix
Tue, 23 Mar 2010 17:46:26 -0400 John W. Eaton make refreshdata work again
Mon, 22 Mar 2010 12:36:30 -0700 Soren Hauberg Detabify scripts in 'scripts/image/'
Sun, 21 Mar 2010 22:50:04 -0700 Soren Hauberg scripts/general/quadv.m: Replace 'quadl' with 'quadv' in help text
Sat, 20 Mar 2010 14:26:03 -0700 Soren Hauberg scripts/general/interp2.m, scripts/general/interpn.m: For nearest neighbour interpolation ceil (instead of floor) at the center of the data intervals to be compatible with Matlab. Add test.
Fri, 19 Mar 2010 07:12:21 +0100 Jaroslav Hajek fix strmatch
Thu, 18 Mar 2010 20:08:35 -0400 Ben Abbott print.m: Add '-append' option.
Thu, 18 Mar 2010 19:52:37 -0400 Ben Abbott print.m: print.m: Detabify.
Tue, 16 Mar 2010 15:33:35 +0100 Jaroslav Hajek rewrite nth_root, move to specfun
Tue, 16 Mar 2010 12:29:49 +0100 Jaroslav Hajek deprecate intwarning
Thu, 11 Mar 2010 10:27:30 +0100 Jaroslav Hajek optimize index (call strfind)
Thu, 11 Mar 2010 10:15:52 +0100 Jaroslav Hajek optimize strchr
Fri, 05 Mar 2010 14:38:32 -0800 Soren Hauberg pkg/pkg.m (write_index): include classes in autogenerated INDEX files
Fri, 05 Mar 2010 14:29:47 -0800 Soren Hauberg Ensure that 'limits' is a 2 or 4 vector, and that 'fn' is a function
Fri, 05 Mar 2010 13:21:31 +0100 Jaroslav Hajek support ID test for errors and warningsin test suites
Fri, 05 Mar 2010 12:31:30 +0100 Jaroslav Hajek optimize accumdim with summation
Fri, 05 Mar 2010 11:11:01 +0100 Jaroslav Hajek new function: accumdim
Fri, 05 Mar 2010 07:31:19 +0100 Jaroslav Hajek avoid div by zero in fzero
Fri, 05 Mar 2010 07:29:26 +0100 Jaroslav Hajek fix tests in fminbnd
Thu, 04 Mar 2010 15:19:23 +0100 Jaroslav Hajek fix fminbnd termination tolerances
Tue, 02 Mar 2010 14:49:00 +0100 Jaroslav Hajek remove old convn
Sun, 28 Feb 2010 12:32:16 -0500 John W. Eaton improve performance of unique for sparse arrays
Sun, 28 Feb 2010 11:41:03 -0500 John W. Eaton unique.m: return 0x1 for empty matrices with some nonzero dims; preserve class of argument; new tests
Sat, 27 Feb 2010 23:04:09 -0500 Ben Abbott datetick.m: Fix 'keepticks' bug, and untabify.
Wed, 24 Feb 2010 21:42:22 +0100 Jaroslav Hajek implement compiled str2double
Wed, 24 Feb 2010 23:54:32 -0500 John W. Eaton __contour__: don't fail if zlevel is a vector with all the same values
Fri, 19 Feb 2010 07:06:36 +0100 Rik check for discontinuities in fzero
Thu, 18 Feb 2010 01:36:04 -0500 Søren Hauberg imfinfo: support image files with multiple frames
Wed, 17 Feb 2010 13:31:20 +0100 Jaroslav Hajek fix some stat functions with integers
Wed, 17 Feb 2010 08:19:06 +0100 Jaroslav Hajek slight optimization in interp2
Fri, 12 Feb 2010 14:53:55 +0100 Jaroslav Hajek remove debug stub from interp2
Fri, 12 Feb 2010 12:46:55 +0100 Jaroslav Hajek slightly simplify optimget