log

age author description
Fri, 21 Dec 2018 14:45:56 -0800 Rik issymetric.m, ishermitian.m: Don't error on logical matrices (bug #42487). stable
Fri, 21 Dec 2018 14:24:12 -0800 Mike Miller help: document missing functions moved to the statistics package (bug #55094) stable
Fri, 21 Dec 2018 14:17:34 -0800 Rik mean.m: Suppress divide-by-zero warning (bug #55264). stable
Fri, 21 Dec 2018 16:44:03 -0500 John W. Eaton maint: Restore global exception state variables accidentally removed in changeset f23f27e78aa2.
Fri, 21 Dec 2018 16:13:32 -0500 John W. Eaton maint: Restore Sparse<T>::isempty function accidentally removed in changeset f23f27e78aa2.
Fri, 21 Dec 2018 15:47:08 -0500 John W. Eaton maint: Restore isna decls accidentally removed in changeset f23f27e78aa2.
Fri, 21 Dec 2018 15:07:32 -0500 John W. Eaton maint: Merge stable to default.
Fri, 21 Dec 2018 15:07:02 -0500 John W. Eaton maint: remove functions, variables, and typedefs deprecated in version 4.4
Fri, 21 Dec 2018 11:19:09 -0800 Mike Miller build: delete oct-file-pkg-add on 'make clean' (bug #55259) stable
Fri, 21 Dec 2018 11:19:08 -0800 Rik fminsearch.m: Fix sign of results for intermediate reporting (bug #55261). stable
Fri, 21 Dec 2018 13:43:32 -0500 John W. Eaton maint: Merge stable to default.
Fri, 21 Dec 2018 09:43:30 -0800 Mike Miller test: do not look for BISTs in .m files in fixed test dirs (bug #55250) stable
Fri, 02 Nov 2018 22:38:28 +0100 Pantxo Diribarne Rethrow exceptions from the GUI to the interpreter thread (bug #54920) stable
Sat, 15 Dec 2018 11:31:31 +0100 Pantxo Diribarne Make creation and destruction of Qt widgets synchronous (bug #55526) stable
Thu, 20 Dec 2018 22:33:11 -0800 Rik maint: Remove deprecated graphics properties.
Thu, 20 Dec 2018 21:21:37 -0800 Rik NEWS: Update for release 6.0.
Thu, 20 Dec 2018 21:13:02 -0800 Rik maint: Remove scripts scheduled for deprecation in version 6.0.
Thu, 20 Dec 2018 20:52:11 -0800 Rik condeig.m: Suppress warning about internal intermediate matrix being singular. stable
Thu, 20 Dec 2018 17:25:11 -0500 John W. Eaton maint: Merge stable to default, begin active development of Octave 6
Thu, 20 Dec 2018 17:21:53 -0500 John W. Eaton maint: Bump version for pre-release (see etc/HACKING.md) stable
Thu, 20 Dec 2018 17:18:56 -0500 John W. Eaton maint: Merge default to stable. stable
Wed, 19 Dec 2018 16:01:32 -0800 Rik maint: Remove useless ';' from end of for, if, while, etc. statements.
Wed, 19 Dec 2018 15:33:31 -0800 Rik hgtransform.m: Add support for text objects (bug #50466).
Wed, 19 Dec 2018 12:52:13 +0100 Juan Pablo Carbajal movXXX.m: bug #55241. Add simple test
Tue, 18 Dec 2018 22:24:37 -0800 Guillaume Flandin sortrows.m: Allow sorting of mixed numeric/cellstr cell arrays (bug #42523).
Tue, 18 Dec 2018 22:04:23 -0800 Michael Leitner randi.m: Implement rejection algorithm for unbiased results (bug #54619).
Tue, 18 Dec 2018 16:43:05 -0800 Rik __unimplemented__.m: Remove functions which are now present.
Tue, 18 Dec 2018 16:29:39 -0800 Rik Add movXXX moving statistical functions bug #48774).
Tue, 18 Dec 2018 14:33:35 -0800 Rik movfun.m: Tweak documentation and remove spaces at EOL.
Mon, 17 Dec 2018 18:03:11 -0800 Rik movfun.m: Make Texinfo documentation prettier by marking some items as non-breakable.
Mon, 17 Dec 2018 14:56:43 -0800 Rik movfun.m: Optimize subfunction replaceval_bc() for 33% speed improvement.
Mon, 17 Dec 2018 13:06:10 -0800 Rik movslice.m, movfun.m: Eliminate duplicate input validation between these functions.
Mon, 17 Dec 2018 21:41:14 +0100 Torsten ensure right text position when clicking a search result link (bug #55228)
Mon, 17 Dec 2018 11:36:59 -0800 Rik movfun.m: Change default nancond property value to "includenan" for Matlab compatibility.
Mon, 17 Dec 2018 11:22:01 -0800 Rik movfun.m: Write more complete documentation for "same" option.
Mon, 17 Dec 2018 11:00:37 -0800 Rik legend.m: Update failing BIST test now that "bestoutside" is implemented.
Mon, 17 Dec 2018 10:58:53 -0800 Rik movfun.m: Implement "discard" option for "Endpoints" property for Matlab compatibility.
Mon, 17 Dec 2018 15:37:28 +0100 Pantxo Diribarne Fix build failure with old Qt versions (bug #55234)
Sun, 16 Dec 2018 23:46:53 -0800 Rik movfun.m: Fix incorrect implementation of "fill" value for "Endpoints"
Sun, 16 Dec 2018 23:20:48 -0800 Rik movfun.m: Implement <numeric scalar> as value for "Endpoints" property for Matlab compatibility.
Sun, 16 Dec 2018 22:24:10 -0800 Rik movfun.m, movslice.m: Add support for even-size, asymmetric windows for Matlab compatibility.
Sun, 16 Dec 2018 15:21:48 -0800 Rik movfun.m, movslice.m: Add additional input validation and BIST tests for same.
Sun, 16 Dec 2018 13:53:54 -0800 Rik __parse_movargs__.m: Accept dimension and nanflag arguments.
Sun, 16 Dec 2018 12:48:00 -0800 Rik movfun.m, movslice.m: Use Octave coding conventions.
Sun, 16 Dec 2018 11:20:00 +0100 Torsten Doc browser: go to search text when clicking a search result (bug #55228)
Sun, 16 Dec 2018 00:13:55 -0800 Juan Pablo Carbajal Update documentation for movXXX functions (bug #48774).
Sat, 15 Dec 2018 20:28:52 -0800 Rik legend.m: Implement new placement algorithm with larger spacing from axes.
Sat, 15 Dec 2018 15:44:01 -0800 Pantxo Diribarne movie.m: Improve input validation and FPS accuracy (patch #9363).
Sat, 15 Dec 2018 07:29:27 -0800 Juan Pablo Carbajal Add functions for calculating value of function handle over windows of data (bug #48774).
Sat, 15 Dec 2018 13:44:39 +0100 Kai T. Ohlhus doc: Overhaul section about basic usage of structures (bug #55193).
Fri, 14 Dec 2018 15:38:24 -0800 Rik legend.m: Implement "bestoutside" location.
Fri, 14 Dec 2018 13:39:15 -0800 Rik corrcoef.m: Clean up function.
Wed, 25 Mar 2015 13:04:54 -0500 Ken Marek sqp.m: Eliminate redundant objective function calls (patch #8073).
Fri, 14 Dec 2018 10:00:04 -0800 Mike Miller __line__.m: remove debugging commands from cset 23b56a61c918
Fri, 14 Dec 2018 09:02:49 -0800 Guillaume Flandin ismember.m: Handle mixed char/numeric inputs in Matlab compatible way (bug #53924).
Thu, 13 Dec 2018 23:23:54 -0800 Rik Force line() with a single point to display '.' (bug #38825).
Thu, 13 Dec 2018 22:58:37 -0800 Rik Fix scatter plots with a mix of float and integer inputs (bug #41166).
Thu, 13 Dec 2018 19:00:28 -0800 Mike Miller doc: bring mkoctfile command doc strings into agreement
Thu, 13 Dec 2018 17:04:01 -0800 Rik isdefinite.m: Return only true or false, not -1, 0, +1 (bug #51270).
Thu, 13 Dec 2018 15:01:29 -0800 Rik legend.m: Remove debugging commands from cset 4f044bc43f07.
Thu, 13 Dec 2018 16:01:37 -0800 Mike Miller remove unsafe "SED" from the build env stored in liboctinterp and mkoctfile
Thu, 13 Dec 2018 14:53:47 -0800 Rik legend.m: Space out legend objects 1/3 of a point more in x-direction (bug #55189).
Thu, 13 Dec 2018 21:53:32 +0100 Torsten allow to select the gui style in the preferences dialog
Thu, 13 Dec 2018 21:53:15 +0100 Torsten editor encodings in prefs dialog only in uppercase (bug #55139)
Thu, 13 Dec 2018 11:57:39 -0800 Rik Fix "Value" property for uicontrol togglebuttons (bug #55211).
Thu, 13 Dec 2018 14:04:39 -0500 John W. Eaton maint: Update gnulib to latest version.
Thu, 13 Dec 2018 10:25:49 -0800 Rik build: Add wiki files for release process.
Thu, 13 Dec 2018 09:21:53 -0800 Rik Fix warning about '.' in @ref nodes (bug #55209).
Thu, 13 Dec 2018 16:11:50 +0100 Pantxo Diribarne Fix regression in multi-line text rendering (bug #55218)
Wed, 12 Dec 2018 21:45:14 -0800 Rik NEWS: Announce support for HiDPI/Retina screens.
Wed, 26 Sep 2018 18:12:59 +0200 Lars Kindermann Fix audiorecorder() crash in getaudiodata() (bug #50674)
Wed, 12 Dec 2018 21:19:46 -0800 Rik Fix audiodevinfo recording when using 24-bit samples (bug #52228).
Wed, 12 Dec 2018 20:56:58 -0800 Rik Use __go_line__ directly in plot scripts for performance.
Wed, 12 Dec 2018 22:32:26 -0500 John W. Eaton * inputname.m: Fix tests for new argument; new tests.
Wed, 12 Dec 2018 22:02:02 -0500 John W. Eaton accept functions in nested +pkg directories in @DOCSTRING macros (bug #52596)
Wed, 12 Dec 2018 21:44:36 -0500 John W. Eaton allow inputname to return non-ID arguments (bug #55213)
Wed, 12 Dec 2018 17:22:08 -0800 Rik Add BIST tests to sparse.cc (patch #9011).
Sun, 28 May 2017 13:42:02 +0200 Pantxo Diribarne movie.m: New function (patch #9363)
Wed, 12 Dec 2018 15:01:21 -0800 Rik Add color and marker cycling and (bug #39036).
Wed, 12 Dec 2018 11:25:38 -0800 Rik __plt__.m: Improve performance by 35% by calling __go_line__ directly.
Wed, 12 Dec 2018 14:33:35 +0100 Kai T. Ohlhus conv.m: Simplify function and improve performance (8X) (bug #55205).
Wed, 12 Dec 2018 00:50:34 -0500 John W. Eaton use inputname function instead of argn automatic variable
Tue, 11 Dec 2018 17:08:10 -0800 Nicholas R. Jankowski pkg.m: Allow updating a list of supplied packages, instead of all (bug #48151).
Tue, 11 Dec 2018 16:00:43 -0800 Rik qp.m: Allow empty inequality constraints (bug #38483).
Tue, 11 Dec 2018 15:38:55 -0800 Rik doc: Clarify example code in fixed_point_format documentation (bug #55208).
Tue, 11 Dec 2018 15:10:37 -0800 Rik doc: Explain what a valid variable name is in isvarname documentation.
Tue, 11 Dec 2018 15:04:06 -0800 Rik Don't accept '$' as a valid character in variable names.
Tue, 11 Dec 2018 13:14:09 -0800 Rik makeValidName.m, makeUniqueStrings.m: Clean up functions to use Octave conventions.
Tue, 11 Dec 2018 15:19:00 +0100 Guillaume Flandin New functions makeUniqueStrings and makeValidName (bug #52596).
Mon, 10 Dec 2018 21:41:39 -0800 Rik mkpp.m: Document how ppval will calculate values for each piecewise section (patch #9095).
Mon, 10 Dec 2018 17:23:17 -0800 Rik Remove unnecessary whitespace in last cset.
Mon, 10 Dec 2018 17:22:04 -0800 Rik Add BISTS tests for iscomplex().
Mon, 10 Dec 2018 17:06:44 -0800 Rik rat.m: Add input validation to detect and fail on complex inputs (bug #55198)
Mon, 10 Dec 2018 16:58:22 -0800 Rik surfl.m: Fix input validation for 4x4 input matrices (bug #55180)
Mon, 10 Dec 2018 14:38:21 -0800 Rik Document "resizefcn", "sizechangedfcn" for uipanel, uibuttongroup objects (bug #55085).
Sat, 08 Dec 2018 16:07:03 +0100 Markus Mützel Implement "SizeChangedFcn" for uipanel and uibuttongroup (bug #55085).
Mon, 10 Dec 2018 16:33:48 -0500 John W. Eaton * input.cc (looks_like_struct): Delete obsolete commented code.
Mon, 10 Dec 2018 12:42:01 -0800 Rik Return "-1/0" for rational approximation of -Inf instead of "1/0".
Sat, 05 Oct 2013 02:21:10 +0200 Rüdiger Sonderfeld Add "dumb" terminal to produce ASCII art with gnuplot (patch #8203).
Mon, 10 Dec 2018 18:21:58 +0100 Torsten fix build failure with Qt4.8 (bug #55191)
Sun, 09 Dec 2018 22:53:54 -0800 Rik legend.m: Increase spacing between multiple labels (bug #55189).
Sun, 09 Dec 2018 17:03:33 -0800 Rik Hack margin of text objects to be measured in points, not pixels.
Fri, 23 Nov 2018 11:18:53 +0100 Pantxo Diribarne Improve text extent calculation when using freetype text renderer (bug #55075)
Sun, 09 Dec 2018 21:42:51 +0100 Torsten fix encoding combo box for not supported default encoding (bug #55139)
Sun, 09 Dec 2018 07:40:35 -0800 Rik Change "Margin" default of text object to 3.
Sat, 08 Dec 2018 10:02:34 -0800 Rik image.m: Validate image data is not complex (bug #55170).
Fri, 07 Dec 2018 17:29:30 -0500 John W. Eaton avoid unnecessary use of global variable
Fri, 07 Dec 2018 17:30:31 -0500 John W. Eaton avoid possible leaked global variables in tests
Sat, 08 Dec 2018 12:49:39 +0100 Kai T. Ohlhus doc: Improve internal comment of __all_opts__.m (bug #54952).
Sat, 08 Dec 2018 12:49:39 +0100 Olaf Till optimset.m: preserve empty options if given as arguments (bug #54952).
Sat, 08 Dec 2018 01:38:45 +0100 Kai T. Ohlhus Do not attempt to extract user code from oct-files (bug #55184).
Fri, 07 Dec 2018 11:16:19 -0800 Rik stemleaf.m: Put error statements first in input validation.
Thu, 06 Dec 2018 22:05:05 -0800 Rik maint: Use standard copyright phrasing in all files.
Thu, 06 Dec 2018 21:47:35 -0800 Rik rat.m: Overhaul function.
Thu, 06 Dec 2018 23:16:16 -0500 John W. Eaton eliminate brace and variable expansion in PATH search code
Thu, 06 Dec 2018 17:42:03 -0500 John W. Eaton eliminate some unused and unnecessary path expansion code
Wed, 05 Dec 2018 15:29:59 -0800 Rik Use -tight option by default when printing EPS files (bug #53535).
Wed, 05 Dec 2018 21:15:40 +0100 Torsten validate editor file codec derived from name (bug #55139)
Wed, 05 Dec 2018 10:39:45 -0800 Rik doc: Change "overwritten" to "overridden" in Java docs (bug #40111).
Wed, 05 Dec 2018 10:31:25 -0800 Rik clearvars.m: Implement new function.