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.