log

age author description
Thu, 27 Oct 2016 14:48:37 -0400 John W. Eaton maint: Bump version number for 4.2.0-rc3. stable rc-4-2-0-3
Fri, 21 Oct 2016 12:36:22 +0200 Markus Mützel Set codepage in console for windows to UTF-8 (bug #43099) stable
Fri, 28 Oct 2016 14:32:12 +0200 Kai T. Ohlhus __publish_html_output__.m: Ensure </span> in any case in syntax highlighting. stable
Thu, 27 Oct 2016 17:57:59 -0700 Rik odeplot.m: Fix typo in documentation. stable
Thu, 27 Oct 2016 17:18:27 -0700 Rik odeplot.m: Ensure 'init' value is column vector.
Thu, 27 Oct 2016 16:03:49 -0700 Rik Use 'NaN' consistently rather than 'nan' in scripts/ directory.
Thu, 27 Oct 2016 15:54:49 -0700 Rik gnuplot_binary.in.m: Overhaul function.
Thu, 27 Oct 2016 15:31:11 -0700 Rik __finish__.m: Change from script to function.
Thu, 27 Oct 2016 10:41:31 -0700 Rik whitebg.m: Completely overhaul function.
Thu, 27 Oct 2016 13:17:07 -0400 John W. Eaton maint: Periodic merge of stable to default.
Sun, 23 Oct 2016 23:16:02 +0200 Hartmut Gimpel fix text encoding in qt4 under Linux (bug #49118) stable
Thu, 27 Oct 2016 12:33:52 -0400 John W. Eaton avoid compilation error for 64-bit indexing
Thu, 27 Oct 2016 13:37:38 +0200 Kai T. Ohlhus maint: Periodic merge of stable to default.
Thu, 27 Oct 2016 13:35:16 +0200 Kai T. Ohlhus minor improvements for publish. stable
Wed, 26 Oct 2016 16:11:56 -0700 Rik odeplot.m: Accept multiple input times (bug #49449).
Wed, 26 Oct 2016 18:37:39 -0400 John W. Eaton don't do percent encoding on info links (bug #49445) stable
Wed, 26 Oct 2016 14:00:32 -0700 Mike Miller fftshift: fix definition of frequency components in docstring (bug #49436) stable
Wed, 26 Oct 2016 10:19:51 -0700 Rik maint: merge stable to default.
Wed, 26 Oct 2016 10:19:22 -0700 Rik integrate_adaptive.m: Further refinement to orientation of approxvals (cset 7458bacc631a). stable
Tue, 25 Oct 2016 21:53:20 -0700 Rik maint: Periodic merge of stable to default.
Tue, 25 Oct 2016 21:51:57 -0700 Rik Fix display of ticklabels for log axes in Windows (bug #49437). stable
Tue, 25 Oct 2016 10:20:13 -0700 Rik dlmread: Return correct number of columns when line ends with separator (bug #42025).
Mon, 24 Oct 2016 13:46:44 -0700 Rik Make base graphics property __modified__ hidden (bug #49205).
Mon, 24 Oct 2016 13:16:18 -0700 Rik Connect C++ gsvd to float version in liboctave (bug #48807).
Mon, 24 Oct 2016 09:04:30 -0700 Rik maint: Periodic merge of stable to default.
Fri, 21 Oct 2016 12:08:29 -0700 Rik Fix segfault when calling fft on last dimension (bug #49026). stable
Mon, 24 Oct 2016 08:56:15 -0700 Rik Resolve FIXME notes in ode code base. stable
Mon, 24 Oct 2016 12:17:30 +0200 Carlo de Falco Remove FIXME comment about missing tests for ignored ODE options. stable
Sun, 23 Oct 2016 22:03:20 -0700 Rik Disable Refine option of ode solvers for certain input/output combinations (partial fix bug #49408). stable
Sun, 23 Oct 2016 21:33:38 -0700 Rik Return intermediate integration times when single output argument used in ode solver (bug #49417). stable
Sun, 23 Oct 2016 13:57:00 -0700 Rik Use EmptyValue option correctly in all instances (bug #42023).
Sun, 23 Oct 2016 12:10:19 -0700 Rik Overhaul dlmread function (bug #42023, bug #42025).
Sat, 22 Oct 2016 22:11:42 +0200 Carlo de Falco ode solvers: use ordinary transpose instead of Hermitian conjugate (bug #49410). stable
Fri, 21 Oct 2016 14:36:38 -0700 Sebastian Schöps Change orientation of output fields in struct returned from ode solvers (bug #49402). stable
Fri, 21 Oct 2016 13:58:15 -0400 John W. Eaton remove obsolete function __dispatch__
Thu, 20 Oct 2016 23:58:45 +0200 Pantxo Diribarne Fix incorrect graphics event Key when space key is pressed (bug #49397)
Thu, 20 Oct 2016 21:24:50 -0700 Rik odedefaults.m: Initialize properties InitialSlope and OutputSel each function call. stable
Thu, 20 Oct 2016 21:14:17 -0700 Rik integrate_adaptive.m: Fix orientation of approxvals when y is a vector. stable
Wed, 19 Oct 2016 15:20:33 -0700 Rik maint: Periodic merge of stable to default.
Wed, 19 Oct 2016 15:17:17 -0700 Rik ode_event_handler.m: Overhaul function. stable
Wed, 19 Oct 2016 14:34:15 -0700 Rik Clean up demo and test blocks for ode functions. stable
Wed, 19 Oct 2016 14:08:37 -0700 Rik odeget.m: Remove unused 4th input to function. stable
Wed, 19 Oct 2016 14:04:47 -0700 Rik integrate_adaptive.m: Take strcmp call out of for loop for performance. stable
Wed, 19 Oct 2016 12:21:27 -0700 Rik Cleanup variable names, obsolete ChangeLog info in ode23, ode45. stable
Wed, 19 Oct 2016 09:54:44 -0700 Rik Remove useless persistent declarations in ode23, ode45. stable
Wed, 19 Oct 2016 08:49:47 -0700 Rik Remove property "MassConstant" from ode solvers. stable
Wed, 19 Oct 2016 08:34:53 -0700 Rik odeset.m: emit warning for any unknown property (bug #49364). stable
Wed, 19 Oct 2016 08:28:13 -0700 Rik odeset: Improve performance by using for loop for merging of unknown options. stable
Tue, 18 Oct 2016 11:31:13 -0700 Rik More Matlab-compatible implementation of OutputFcn. Clean up odeplot.m. stable
Mon, 17 Oct 2016 14:03:45 -0700 Rik odeplot.m: Recode for performance. stable
Mon, 17 Oct 2016 16:26:10 -0400 John W. Eaton maint: Merge stable to default.
Mon, 17 Oct 2016 16:24:55 -0400 John W. Eaton maint: Strip trailing whitespace from source files. stable
Mon, 17 Oct 2016 16:43:23 +0200 Nir Krakauer Improve docstring of odeset.m stable
Mon, 17 Oct 2016 11:55:26 +0200 Carlo de Falco Fix error in previous commit. stable
Mon, 17 Oct 2016 11:44:42 +0200 Carlo de Falco Improve documentation for odeset. stable
Sun, 16 Oct 2016 12:48:47 -0700 Rik odeset.m: Update FIXME notes about non-exact matching (bug #49364). stable
Sun, 16 Oct 2016 12:25:24 -0700 Rik maint: merge stable to default.
Sun, 16 Oct 2016 02:23:54 -0500 Daniel J Sebald Correct hggroup plot legends for gnuplot toolkit, add legend demo 17 items (bug #49341)
Sat, 15 Oct 2016 11:21:17 -0500 Daniel J Sebald Add stem example to the hggroup type of legend (bug #49341).
Sun, 16 Oct 2016 12:01:38 -0700 Rik doc: Add list of built-in colormaps to colormap documentation (bug #49363). stable