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
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
Wed, 20 Jan 2010 02:52:22 +0100 David Bateman Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
Tue, 19 Jan 2010 21:45:21 +0100 Jaroslav Hajek error on invalid opts in structfun
Tue, 19 Jan 2010 10:06:42 +0100 Jaroslav Hajek improve structfun's Matlab compatibility
Tue, 19 Jan 2010 07:19:00 +0100 Jaroslav Hajek allow print_usage to print backtrace if called from functions
Mon, 18 Jan 2010 16:04:09 -0500 John W. Eaton oct-parse.yy (eval_string): save and set reading_{script,fcn,classdef}_file vars
Mon, 18 Jan 2010 13:48:13 +0100 David Grundberg Fix !function test blocks
Sun, 17 Jan 2010 13:31:42 +0100 Thorsten Meyer Update docs and add tests for container functions
Sat, 16 Jan 2010 07:59:52 +0100 David Bateman Support the '@' marker that was present in Octave 2.1.x
Fri, 15 Jan 2010 23:09:57 +0100 David Bateman Respect figure and axes color properties for gnuplot backend
Thu, 14 Jan 2010 21:50:37 +0100 David Bateman Fix for markerfacecolor and markeredgecolor properties with unfillable markers like '+'
Thu, 14 Jan 2010 14:07:33 +0100 Jaroslav Hajek missing semicolon in fileread
Thu, 14 Jan 2010 13:48:20 +0100 Jaroslav Hajek implement built-in strcmpi/strncmpi, reduce some code duplication
Wed, 13 Jan 2010 03:49:12 -0500 John W. Eaton inputname: use isvarname instead of regexp
Wed, 13 Jan 2010 03:00:14 -0500 John W. Eaton inputname: compatibility fix
Tue, 12 Jan 2010 23:05:17 +0100 David Bateman Allow markerfacecolor and markeredgecolor to be set and used for patch objects
Tue, 12 Jan 2010 16:50:25 +0100 Jaroslav Hajek better argument checking and handling in set functions
Mon, 11 Jan 2010 22:38:08 -0800 Rik Remove unnecessary uses of simple_move_if_change_rule
Mon, 11 Jan 2010 22:06:19 +0100 Jaroslav Hajek use patches again in scatter plots
Sun, 10 Jan 2010 22:00:38 +0100 Jaroslav Hajek fix typos in __scatter__
Mon, 11 Jan 2010 10:54:58 +0100 Jaroslav Hajek implement fileread
Sun, 10 Jan 2010 21:34:30 +0100 Jaroslav Hajek optimize scatter plots
Wed, 06 Jan 2010 07:49:40 -0500 Ben Abbott qp.m: Add missing semicolon.