Mercurial > hg > octave-jordi
graph
-
chol: Fix chol(a, "lower") for single precision inputsWed, 14 Oct 2015 22:33:09 -0400, by Mike Miller
-
chol: Support chol(a, "lower") for complex float types (bug #34850)Wed, 14 Oct 2015 21:31:22 -0400, by Mike Miller
-
Display ticklabels of log axes as powers of 10 (bug #46055)Sat, 26 Sep 2015 19:25:03 +0200, by Pantxo Diribarne
-
Add basic support for multiline and tex markup in printed figures (bugs #31468, 42320, 45301)Tue, 13 Oct 2015 23:09:43 +0200, by Pantxo Diribarne
-
Add method in gl_render to get a list of parsed ft_string (bug #31468)Tue, 13 Oct 2015 00:01:13 +0200, by Pantxo Diribarne
-
Let the freetype renderer return a list of parsed substrings (bug #31468)Mon, 12 Oct 2015 22:14:25 +0200, by Pantxo Diribarne
-
maint: Continued clean-up of functions in ode/private dir.Wed, 14 Oct 2015 10:35:53 -0700, by Rik
-
ode45.m: Fix two failing BIST tests.Wed, 14 Oct 2015 09:25:04 -0700, by Rik
-
Fix assigning into structs with trailing singleton dimensions (bug #35841)Tue, 13 Oct 2015 09:55:46 -0700, by Lachlan Andrew
-
cell2mat: add tests for cells of cells and char arraysTue, 13 Oct 2015 11:40:05 +0100, by Carnë Draug
-
Replace bsxfun with broadcasting for performance with complex inputs (bug #38628).Mon, 12 Oct 2015 21:28:32 -0700, by Rik
-
lo-array-gripes.cc: Remove FIXME's related to buffer size.Mon, 12 Oct 2015 21:13:47 -0700, by Rik
-
Update uiXXXXX documentation for autogenerated propertiesMon, 12 Oct 2015 17:30:44 -0400, by John Donoghue
-
Fix compilation of jit broken by dd6345fd8a97 (bug #46191).Mon, 12 Oct 2015 16:08:12 -0700, by Rik
-
allow first argument in ode45 to be a stringMon, 12 Oct 2015 23:28:29 +0200, by Carlo de Falco
-
fix typo in changeset 01586012300eMon, 12 Oct 2015 22:57:17 +0200, by Carlo de Falco
-
compute number of fevals correctly in ode45 (bug #46189)Mon, 12 Oct 2015 22:50:59 +0200, by Carlo de Falco
-
Fix regression in svg output and simplify viewport handling (bug #44765)Mon, 12 Oct 2015 20:49:04 +0200, by Pantxo Diribarne
-
Use isempty () rather than any () for faster code in inverse statistical distributions.Sun, 11 Oct 2015 21:09:41 -0700, by Rik
-
nbininv.m: Increase speed (85X) and accuracy of function (bug #34363).Sun, 11 Oct 2015 20:33:37 -0700, by Lachlan Andrew
-
binoinv.m: Implement binary search algorithm for 28X performance increase (bug #34363).Sun, 11 Oct 2015 19:49:40 -0700, by Lachlan Andrew
-
Improve performance and error reporting of betainv, gaminv (bug #34363).Sun, 11 Oct 2015 16:55:17 -0700, by Rik
-
avoid scope error in anonymous functions (bug #45835)Sun, 11 Oct 2015 18:53:05 -0400, by John W. Eaton
-
fix test failures introduced by a22d8a2eb0e5Sun, 11 Oct 2015 23:09:01 +0200, by Carlo de Falco
-
Fix missing legend background in gl2ps outputs (bug #44765)Sun, 11 Oct 2015 13:13:33 +0200, by Pantxo Diribarne
-
avoid stepping beyond end of thspan in ode solversSun, 11 Oct 2015 20:39:11 +0200, by Carlo de Falco
-
fix indexing bug introduced with a22d8a2eb0e5Sun, 11 Oct 2015 19:20:27 +0200, by Carlo de Falco
-
fix adaptive strategy in ode solvers.Sun, 11 Oct 2015 18:44:58 +0200, by Carlo de Falco
-
maint: Merge stable to default to pick up fix for bug #45577.Sat, 10 Oct 2015 16:52:59 -0700, by Rik
-
Fix segfault when complex double matrix calls ZGETRF (bug #45577). stableSat, 10 Oct 2015 16:46:00 -0700, by Rik
-
Qt Figure: allow displaying coordinates when hovered axes parent is a uipanel.Sat, 10 Oct 2015 13:07:51 +0200, by Pantxo Diribarne
-
Update the state of the toolbar after ui* children have been removedSat, 10 Oct 2015 12:48:10 +0200, by Pantxo Diribarne
-
Fix execution of "windowbuttonmotionfcn" with uipanels (bug #46151)Sat, 10 Oct 2015 12:21:37 +0200, by Pantxo Diribarne
-
Preliminary inclusion of uixx objects properties in the manual (bug #46076)Fri, 09 Oct 2015 16:25:27 +0200, by Pantxo Diribarne
-
ls.m: Produce listing with 1 file per line if nargout > 0 (bug #46002).Fri, 09 Oct 2015 19:29:28 -0700, by Lachlan Andrew
-
maint: Periodic merge of stable to default.Fri, 09 Oct 2015 19:28:05 -0700, by Rik
-
quantile.m: Fix operation along a singleton dimension (bug #45455). stableFri, 09 Oct 2015 19:14:20 -0700, by Lachlan Andrew
-
Extend parser to accept binary constants that begin with '0b' or '0B'.Fri, 09 Oct 2015 18:52:58 -0700, by Rik
-
Extend parser to accept '_' in numbers.Mon, 05 Oct 2015 14:05:58 -0700, by Rik
-
don't print additional error message in argument list evaluationFri, 09 Oct 2015 16:52:49 -0400, by John W. Eaton
-
eliminate remaining uses of error_state in parse-tree filesFri, 09 Oct 2015 15:17:08 -0400, by John W. Eaton
-
Remove fuzzy matching from odeset/odeget.Fri, 09 Oct 2015 12:03:23 -0700, by Rik
-
use new cell_value method to handle value extraction errorsFri, 09 Oct 2015 14:43:36 -0400, by John W. Eaton
-
new octave_value::cell_value method with optional error messageFri, 09 Oct 2015 14:41:49 -0400, by John W. Eaton
-
use new string_value method to handle value extraction errorsFri, 09 Oct 2015 10:06:39 -0400, by John W. Eaton
-
use new string_value method to handle value extraction errorsThu, 08 Oct 2015 19:00:51 -0400, by John W. Eaton
-
use new string_value method to handle value extraction errorsThu, 08 Oct 2015 17:55:57 -0400, by John W. Eaton
-
use new string_value method to handle value extraction errorsThu, 08 Oct 2015 18:15:56 -0400, by John W. Eaton
-
eliminate more simple uses of error_stateThu, 08 Oct 2015 17:41:21 -0400, by John W. Eaton
-
use new string_value method to handle value extraction errorsThu, 08 Oct 2015 17:26:40 -0400, by John W. Eaton
-
new octave_value::string_value method with optional error messageThu, 08 Oct 2015 16:43:22 -0400, by John W. Eaton
-
inputParser: do not perform validation of default values (bug #45837)Thu, 08 Oct 2015 20:15:19 +0100, by Carnë Draug
-
linspace: add tests for the use of vectors as base and limit.Thu, 08 Oct 2015 20:06:45 +0100, by Carnë Draug
-
linspace: remove use of error_state.Thu, 08 Oct 2015 19:56:51 +0100, by Carnë Draug
-
doc: Add explanation of ':' optional input to numel(). stableWed, 07 Oct 2015 14:52:01 -0700, by Rik
-
possibility to hide filters in history and workspace view (bug#45428)Wed, 07 Oct 2015 21:01:25 +0200, by Torsten
-
data.cc: Add @w{} around @code segments in docstrings to prevent line breaks. stableWed, 07 Oct 2015 09:45:44 -0700, by Rik
-
Don't return A for inv (A) when A is a singular Diagonal matrix (bug #46103).Wed, 07 Oct 2015 07:41:44 -0700, by Rik