log

age author description
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)
Sun, 11 Oct 2015 23:09:01 +0200 Carlo de Falco fix test failures introduced by a22d8a2eb0e5
Sun, 11 Oct 2015 13:13:33 +0200 Pantxo Diribarne Fix missing legend background in gl2ps outputs (bug #44765)
Sun, 11 Oct 2015 20:39:11 +0200 Carlo de Falco avoid stepping beyond end of thspan in ode solvers
Sun, 11 Oct 2015 19:20:27 +0200 Carlo de Falco fix indexing bug introduced with a22d8a2eb0e5
Sun, 11 Oct 2015 18:44:58 +0200 Carlo de Falco fix adaptive strategy in ode solvers.
Sat, 10 Oct 2015 16:52:59 -0700 Rik maint: Merge stable to default to pick up fix for bug #45577.
Sat, 10 Oct 2015 16:46:00 -0700 Rik Fix segfault when complex double matrix calls ZGETRF (bug #45577). stable
Thu, 08 Oct 2015 20:59:25 -0400 John Donoghue Add uiXXXX documentation (Bug #46076) stable
Sat, 10 Oct 2015 13:07:51 +0200 Pantxo Diribarne Qt Figure: allow displaying coordinates when hovered axes parent is a uipanel.
Sat, 10 Oct 2015 12:48:10 +0200 Pantxo Diribarne Update the state of the toolbar after ui* children have been removed
Sat, 10 Oct 2015 12:21:37 +0200 Pantxo Diribarne Fix execution of "windowbuttonmotionfcn" with uipanels (bug #46151)
Fri, 09 Oct 2015 16:25:27 +0200 Pantxo Diribarne Preliminary inclusion of uixx objects properties in the manual (bug #46076)
Fri, 09 Oct 2015 19:29:28 -0700 Lachlan Andrew ls.m: Produce listing with 1 file per line if nargout > 0 (bug #46002).
Fri, 09 Oct 2015 19:28:05 -0700 Rik maint: Periodic merge of stable to default.
Fri, 09 Oct 2015 19:14:20 -0700 Lachlan Andrew quantile.m: Fix operation along a singleton dimension (bug #45455). stable
Fri, 09 Oct 2015 18:52:58 -0700 Rik Extend parser to accept binary constants that begin with '0b' or '0B'.
Mon, 05 Oct 2015 14:05:58 -0700 Rik Extend parser to accept '_' in numbers.
Fri, 09 Oct 2015 16:52:49 -0400 John W. Eaton don't print additional error message in argument list evaluation
Fri, 09 Oct 2015 15:17:08 -0400 John W. Eaton eliminate remaining uses of error_state in parse-tree files
Fri, 09 Oct 2015 12:03:23 -0700 Rik Remove fuzzy matching from odeset/odeget.
Fri, 09 Oct 2015 14:43:36 -0400 John W. Eaton use new cell_value method to handle value extraction errors
Fri, 09 Oct 2015 14:41:49 -0400 John W. Eaton new octave_value::cell_value method with optional error message
Fri, 09 Oct 2015 10:06:39 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 19:00:51 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 17:55:57 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 18:15:56 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 17:41:21 -0400 John W. Eaton eliminate more simple uses of error_state
Thu, 08 Oct 2015 17:26:40 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 16:43:22 -0400 John W. Eaton new octave_value::string_value method with optional error message
Thu, 08 Oct 2015 20:15:19 +0100 Carnë Draug inputParser: do not perform validation of default values (bug #45837)
Thu, 08 Oct 2015 20:06:45 +0100 Carnë Draug linspace: add tests for the use of vectors as base and limit.
Thu, 08 Oct 2015 19:56:51 +0100 Carnë Draug linspace: remove use of error_state.
Wed, 07 Oct 2015 14:52:01 -0700 Rik doc: Add explanation of ':' optional input to numel(). stable
Wed, 07 Oct 2015 14:41:39 -0700 Rik doc: Cuddle parentheses in example code of for loop. stable
Wed, 07 Oct 2015 21:01:25 +0200 Torsten possibility to hide filters in history and workspace view (bug#45428)
Wed, 07 Oct 2015 09:45:44 -0700 Rik data.cc: Add @w{} around @code segments in docstrings to prevent line breaks. stable
Wed, 07 Oct 2015 07:41:44 -0700 Rik Don't return A for inv (A) when A is a singular Diagonal matrix (bug #46103).
Tue, 06 Oct 2015 22:14:41 +0200 Carlo de Falco fix interpolation bug introduced with 87b557ee8e5d
Tue, 06 Oct 2015 14:47:41 -0400 John W. Eaton eliminate more simple uses of error_state
Tue, 06 Oct 2015 19:28:59 +0200 Carlo de Falco clean up and vectorize code for dense output in ode45
Tue, 06 Oct 2015 11:07:10 +0200 ederag __gnuplot_drawnow__.m: Use "screenpixelsperinch" instead of constant value (bug #46122). stable
Tue, 06 Oct 2015 00:20:02 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 23:42:49 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 23:09:54 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 22:47:42 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 21:37:03 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 21:13:12 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 20:37:19 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 20:21:55 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Mon, 05 Oct 2015 12:03:16 -0700 Rik maint: Further clean up of functions in ode/private dir.
Mon, 05 Oct 2015 11:59:18 -0700 Rik maint: Clean up implementations of ode45.m, odeget.m, odeset.m.
Sun, 04 Oct 2015 22:18:54 -0700 Rik maint: Use Octave coding conventions in scripts/ode/private dir.
Sun, 04 Oct 2015 16:24:32 +0100 Carnë Draug levenshtein.cc: use Array<T>::numel() instead of the deprecated ::length()
Sun, 04 Oct 2015 08:01:12 -0700 Rik Fix compilation error introduced in 52ce821a52fd.
Sat, 03 Oct 2015 22:10:45 -0700 Rik maint: Use Octave coding conventions for ode* functions.
Sat, 03 Oct 2015 21:03:16 -0700 Rik doc: Rewrite docstrings for ode* family of functions.
Sat, 03 Oct 2015 16:21:58 -0400 John W. Eaton eliminate simple uses of error_state in parser and lexer
Sat, 03 Oct 2015 16:05:27 -0400 John W. Eaton eliminate error_state from example files
Sat, 03 Oct 2015 13:20:28 -0400 John W. Eaton eliminate error_state from most header files
Fri, 02 Oct 2015 16:07:41 -0400 John W. Eaton eliminate error_state from libgui
Sat, 03 Oct 2015 07:32:50 +0200 Carlo de Falco Activate FSAL property in dorpri timestepper
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Fri, 02 Oct 2015 12:25:39 -0400 John W. Eaton style fixes for tex lexer and parser
Fri, 02 Oct 2015 17:48:58 +0200 Carlo de Falco Clean up and vetorize Dormant&Prince RK timestepper
Fri, 02 Oct 2015 17:44:53 +0200 Philip Nienhuis methods.m: try Java class names if getMethods fails on Java objects (bug #46010) stable
Thu, 01 Oct 2015 22:38:34 +0200 Philip Nienhuis Add Ethan Biery to list of contributors stable
Thu, 01 Oct 2015 23:09:38 +0200 Pantxo Diribarne Use "update" method to initialize Qt Figures (cleanup + bug #46086)
Fri, 02 Oct 2015 05:50:43 +0200 Carlo de Falco Fix copyright text in private ode functions
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Thu, 01 Oct 2015 22:33:13 +0200 Ethan Biery textread.m, textscan.m: always remove headerlines args before invoking strread (bug #46080) stable