log scripts/ChangeLog @ 10409:a87afd063e7d

age author description
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
Thu, 11 Feb 2010 16:08:03 +0100 Jaroslav Hajek extend parseparams
Wed, 10 Feb 2010 16:15:30 +0100 Jaroslav Hajek improve docs of fzero/fminbnd
Wed, 10 Feb 2010 13:33:54 +0100 Jaroslav Hajek implement fminbnd
Wed, 10 Feb 2010 07:57:43 +0100 Jaroslav Hajek remove islist
Tue, 09 Feb 2010 17:12:17 -0500 John W. Eaton imshow for logical matrices
Tue, 09 Feb 2010 10:48:31 +0100 Jaroslav Hajek more small improvements in accumarray
Tue, 09 Feb 2010 07:41:22 +0100 Jaroslav Hajek replace eval by sscanf in menu.m
Tue, 09 Feb 2010 07:36:01 +0100 Jaroslav Hajek vectorize substruct
Mon, 08 Feb 2010 13:22:09 +0100 Jaroslav Hajek document accumarray complexity
Mon, 08 Feb 2010 11:32:07 +0100 Jaroslav Hajek take advantage of new sort optimization in accumarray
Mon, 08 Feb 2010 07:20:27 +0100 Jaroslav Hajek 1 more small fix in accumarray
Sat, 06 Feb 2010 11:11:43 +0100 Jaroslav Hajek small fixes to accumarray
Fri, 05 Feb 2010 12:09:21 +0100 Jaroslav Hajek new optimizations for accumarray
Thu, 04 Feb 2010 08:10:31 +0100 Jaroslav Hajek fix off-by-one month error in dir
Wed, 03 Feb 2010 12:49:17 +0100 Jaroslav Hajek basic support for comparing function handles
Mon, 01 Feb 2010 20:19:17 +0100 David Bateman Remove sub function get_old_gnuplot_color
Mon, 01 Feb 2010 20:17:34 +0100 David Bateman Accelerate colormap colored scatter plots
Sat, 30 Jan 2010 21:51:59 +0100 Thorsten Meyer Replace removed functions in tests
Fri, 29 Jan 2010 21:52:53 -0500 Ben Abbott Replace dataaspectratio props with plotboxaspectratio props.
Fri, 29 Jan 2010 12:52:32 -0500 John W. Eaton point to polyint in @seealso, not polyinteg
Fri, 29 Jan 2010 12:47:44 -0500 John W. Eaton remove delete files from module.mk list
Fri, 29 Jan 2010 06:47:38 -0500 John W. Eaton delete functions deprecated in version 3.0.0
Thu, 28 Jan 2010 20:59:31 -0500 Ben Abbott daspect.m, pbaspect.m: New functions.
Thu, 28 Jan 2010 17:27:44 -0500 John W. Eaton general/Makefile.am (general_FCN_FILES): add chop.m to the list
Thu, 28 Jan 2010 07:43:28 -0500 John W. Eaton note some deprecated functions are still in Matlab, so don't remove with other functions deprecated in 3.0.0
Wed, 27 Jan 2010 20:57:33 +0100 Thorsten Meyer Add emf to list of enhanced terminals for the gnuplot backend
Tue, 26 Jan 2010 23:27:21 -0500 John W. Eaton general/chop.m: new function
Tue, 26 Jan 2010 11:55:18 +0100 Jaroslav Hajek support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Tue, 26 Jan 2010 09:48:07 +0100 Jaroslav Hajek handle cholesky update failure in pqpnonneg
Tue, 26 Jan 2010 08:11:53 +0100 Jaroslav Hajek again complement->setdiff
Sat, 23 Jan 2010 06:58:30 +0100 Jaroslav Hajek complement->setdiff in pkg.m
Wed, 20 Jan 2010 21:01:20 -0500 John W. Eaton ChangeLog fixes
Wed, 20 Jan 2010 20:57:20 -0500 John W. Eaton scripts/gethelp.cc: untabify
Wed, 20 Jan 2010 19:45:07 -0500 Ben Abbott __go_draw_figure__.m: Reverse order axes are drawn.
Thu, 21 Jan 2010 00:16:41 +0100 David Bateman Set default line style in __contour__
Wed, 20 Jan 2010 14:48:13 -0500 John W. Eaton datetick: make form argument optional
Wed, 20 Jan 2010 03:30:06 +0100 David Bateman Fix unrequested markers for patch objects
Wed, 20 Jan 2010 03:09:47 +0100 David Bateman Also treat white figure and axes color properties