log

age author description
Wed, 28 Oct 2015 19:51:02 +0000 Carnë Draug Add more tests for color space conversion functions (patch #8709)
Mon, 26 Oct 2015 02:34:29 +0000 Carnë Draug Only return floating point class on color conversion functions (patch #8709)
Tue, 27 Oct 2015 20:31:56 -0700 Rik Return a diagonal matrix for permute/ipermute with a diagonal matrix input (bug #46123).
Tue, 27 Oct 2015 08:41:36 -0700 Rik isdiag.m: Add shortcut code for inputs which are diagonal matrices already.
Mon, 26 Oct 2015 15:28:36 -0700 Rik doc: Update @detailmenu in octave.texi
Mon, 26 Oct 2015 09:19:01 -0700 Rik doc: Fix typo in short-circuit operators documentation (bug #46280). stable
Sun, 25 Oct 2015 20:44:13 +0000 Carnë Draug ntsc2rgb: truncate/scale for all types and performance fixes (patch #8709)
Sun, 25 Oct 2015 19:34:56 +0000 Carnë Draug ntsc2rgb.m: add more tests for scaling and truncation of values outside [0 1].
Sun, 25 Oct 2015 19:18:01 +0000 Hartmut Gimpel ntsc2rgb.m: scale output values to the [0 1] range (patch #8709)
Sun, 25 Oct 2015 17:22:16 +0000 Carnë Draug doc: note in iscolormap that must be floating point.
Sun, 25 Oct 2015 16:58:41 +0000 Hartmut Gimpel Fix regression on color conversion by 84ca63c8a038 (patch #8709)
Thu, 22 Oct 2015 12:48:49 -0400 John W. Eaton avoid fixed-size buffers in index exception code
Wed, 21 Oct 2015 23:43:46 -0400 John W. Eaton more cleanup of indexing exceptions
Wed, 21 Oct 2015 15:23:08 -0400 John W. Eaton catch index_exception by const reference where possible
Wed, 21 Oct 2015 13:58:08 -0400 John W. Eaton use error and error_with_id directly in libinterp code
Wed, 21 Oct 2015 13:56:05 -0400 John W. Eaton use pass by reference and default argument value
Tue, 20 Oct 2015 22:43:20 -0400 John W. Eaton use gnulib::floor
Fri, 23 Oct 2015 07:30:22 +0200 Torsten remove column visibility of file browser from settings dialog
Fri, 23 Oct 2015 06:53:42 +0200 Torsten fix sorting after directory change in file browser
Thu, 22 Oct 2015 21:34:51 -0700 Rik Plot errorbar correctly for just a single point (bug #46165).
Thu, 22 Oct 2015 13:02:44 -0700 Rik doc: Add Nick Jankowski to contributors list. stable
Thu, 22 Oct 2015 10:53:22 -0700 Nicholas R. Jankowski datevec.m: Properly handle FFF millisecond code (bug #46171). stable
Wed, 21 Oct 2015 20:36:17 +0200 Torsten revised code for header context menu in file browser
Wed, 21 Oct 2015 19:45:02 +0200 Torsten add possibility to hide columns of workspace view
Tue, 20 Oct 2015 21:31:54 -0400 Mike Miller build: Add check for sys/stropts.h system header file stable
Tue, 20 Oct 2015 11:16:33 -0400 John W. Eaton don't exit debugger if an error occurs (bug #46251)
Tue, 20 Oct 2015 09:52:33 -0400 Mike Miller * libinterp/dldfcn/module-files: Sort the list of loadable module files. stable
Mon, 19 Oct 2015 14:52:00 -0700 Avinoam Kalma Fix issue with gnuplot, subplot, and 2 y-axes (bug #45822). stable
Mon, 19 Oct 2015 08:22:23 -0700 Rik Performance improvements for ODE functions.
Mon, 19 Oct 2015 08:55:51 +0200 Pantxo Diribarne plot.m: use actual property names in the description FMT argument (bug #46240) stable
Sun, 18 Oct 2015 09:55:41 -0700 Rik maint: Remove unnecessary 'v' prefix before variables in ODE m-files.
Sat, 17 Oct 2015 09:14:00 -0700 Rik normrnd.m: Return correct result for vector case when std = 0 (bug #46238). stable
Sat, 17 Oct 2015 09:41:07 +0200 Torsten prevent doc browser from searching for an empty string (bug 46227) stable
Fri, 16 Oct 2015 10:31:02 -0700 Rik maint: Remove obsolete ODE options from odeset/odeget/ode45.
Fri, 16 Oct 2015 11:03:26 +0200 Torsten improve focus detection of gui (bug #45306) stable
Wed, 14 Oct 2015 23:56:42 -0400 Mike Miller build: Fix compilation error when building with --without-qrupdate
Wed, 14 Oct 2015 23:16:19 -0400 Mike Miller maint: Apply Octave coding style to Cholesky classes
Wed, 14 Oct 2015 22:33:09 -0400 Mike Miller chol: Fix chol(a, "lower") for single precision inputs
Wed, 14 Oct 2015 21:31:22 -0400 Mike Miller chol: Support chol(a, "lower") for complex float types (bug #34850)
Sat, 26 Sep 2015 19:25:03 +0200 Pantxo Diribarne Display ticklabels of log axes as powers of 10 (bug #46055)
Tue, 13 Oct 2015 23:09:43 +0200 Pantxo Diribarne Add basic support for multiline and tex markup in printed figures (bugs #31468, 42320, 45301)
Tue, 13 Oct 2015 00:01:13 +0200 Pantxo Diribarne Add method in gl_render to get a list of parsed ft_string (bug #31468)
Mon, 12 Oct 2015 22:14:25 +0200 Pantxo Diribarne Let the freetype renderer return a list of parsed substrings (bug #31468)
Wed, 14 Oct 2015 10:35:53 -0700 Rik maint: Continued clean-up of functions in ode/private dir.
Wed, 14 Oct 2015 09:25:04 -0700 Rik ode45.m: Fix two failing BIST tests.
Tue, 13 Oct 2015 09:55:46 -0700 Lachlan Andrew Fix assigning into structs with trailing singleton dimensions (bug #35841)
Tue, 13 Oct 2015 11:40:05 +0100 Carnë Draug cell2mat: add tests for cells of cells and char arrays
Mon, 12 Oct 2015 21:28:32 -0700 Rik Replace bsxfun with broadcasting for performance with complex inputs (bug #38628).
Mon, 12 Oct 2015 21:13:47 -0700 Rik lo-array-gripes.cc: Remove FIXME's related to buffer size.
Mon, 12 Oct 2015 17:30:44 -0400 John Donoghue Update uiXXXXX documentation for autogenerated properties
Mon, 12 Oct 2015 16:08:12 -0700 Rik Fix compilation of jit broken by dd6345fd8a97 (bug #46191).
Mon, 12 Oct 2015 23:28:29 +0200 Carlo de Falco allow first argument in ode45 to be a string
Mon, 12 Oct 2015 22:57:17 +0200 Carlo de Falco fix typo in changeset 01586012300e
Mon, 12 Oct 2015 22:50:59 +0200 Carlo de Falco compute number of fevals correctly in ode45 (bug #46189)
Mon, 12 Oct 2015 20:49:04 +0200 Pantxo Diribarne Fix regression in svg output and simplify viewport handling (bug #44765)
Sun, 11 Oct 2015 21:09:41 -0700 Rik Use isempty () rather than any () for faster code in inverse statistical distributions.
Sun, 11 Oct 2015 20:33:37 -0700 Lachlan Andrew nbininv.m: Increase speed (85X) and accuracy of function (bug #34363).
Sun, 11 Oct 2015 19:49:40 -0700 Lachlan Andrew binoinv.m: Implement binary search algorithm for 28X performance increase (bug #34363).
Sun, 11 Oct 2015 16:55:17 -0700 Rik Improve performance and error reporting of betainv, gaminv (bug #34363).
Sun, 11 Oct 2015 18:53:05 -0400 John W. Eaton avoid scope error in anonymous functions (bug #45835)