log scripts/set/ismember.m @ 31253:a40c0b7aa376

age author description
Mon, 03 Oct 2022 18:06:55 -0700 Rik maint: changes to follow Octave coding conventions.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 14 Oct 2020 11:46:55 -0700 Rik maint: Use semicolon after assert statement inside %!test blocks.
Tue, 13 Oct 2020 20:12:56 -0700 Rik maint: Add semicolon after break and return keywords.
Sun, 11 Oct 2020 21:59:35 -0700 Rik test: Add expected error message <Invalid call> to BIST tests for nargin.
Tue, 21 Jan 2020 14:35:03 -0800 Rik maint: Remove remaining "Author:" instances from code base.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Thu, 02 Jan 2020 15:43:01 -0500 John W. Eaton remove Author: jwe and Adapted-by: jwe lines from source files
Mon, 14 Oct 2019 17:23:02 -0700 Rik maint: merge stable to default.
Mon, 14 Oct 2019 17:21:28 -0700 Rik ismember.m: Fix second return argument when values are complex (bug #52437). stable
Sun, 28 Jul 2019 21:51:26 -0700 Rik ismember.m: Add input validation for "stable"/"sorted" options
Fri, 12 Jul 2019 17:20:07 -0700 Rik ismember.m: Add parentheses to make indexing expression easier to read.
Wed, 06 Feb 2019 13:17:30 -0800 Rik ismember.m: Fix incorrect example in documentation (bug #55659). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 14 Dec 2018 09:02:49 -0800 Guillaume Flandin ismember.m: Handle mixed char/numeric inputs in Matlab compatible way (bug #53924).
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 18 Jan 2018 13:13:53 +0000 Carnë Draug ismember: use both real and imaginary parts instead of magnitude (bug #52437)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 27 Jun 2017 07:57:52 -0400 John W. Eaton * ismember.m: Tag two known bug tests as fixed.
Fri, 09 Jun 2017 11:29:30 -0700 Rik ismember.m: Ensure Matlab-compatible behavior for mixed char/cell inputs (bug #51187).
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 11 Aug 2014 09:39:45 -0700 Rik Overhaul functions in scripts/set directory.
Fri, 02 May 2014 14:57:09 +0100 carandraug ismember: ~10x performance increase (input dependent) when set is 1 row.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 13 Feb 2012 07:38:23 -0800 Rik doc: Use Octave preference for double quote in docstrings in scripts/
Sat, 04 Feb 2012 22:12:50 -0800 Rik doc: Use Octave coding conventions in @example blocks of docstrings. stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 25 Sep 2011 22:03:45 -0700 Rik Allow logical inputs to ismember() (Bug #33531).
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 09 Jan 2011 12:41:21 -0800 Rik Overhaul m-script files to use common variable name between code and documentation.
Fri, 31 Dec 2010 13:20:44 -0800 Rik Improve docstrings for all isXXX functions.
Tue, 08 Jun 2010 20:22:38 -0700 Rik Improve documentation strings.
Tue, 12 Jan 2010 16:50:25 +0100 Jaroslav Hajek better argument checking and handling in set functions
Sat, 05 Dec 2009 21:54:21 +0100 Jaroslav Hajek simplify ismember
Sat, 17 Oct 2009 06:31:00 +0200 Jaroslav Hajek fix typo in aab4f2aa9ed9
Fri, 16 Oct 2009 13:13:36 +0200 Jaroslav Hajek make ismember more matlab compatible
Fri, 19 Jun 2009 07:46:37 +0200 Jaroslav Hajek improve & fix ismember
Sun, 14 Jun 2009 11:57:52 +0200 Jaroslav Hajek optimize ismember
Wed, 27 May 2009 10:56:41 -0700 Rik Update ismember examples to remove incorrect reference to residue function
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Tue, 13 Jan 2009 11:56:00 -0500 John W. Eaton comment style fixes
Wed, 29 Oct 2008 17:52:54 -0400 Thorsten Meyer fix @seealso references to point to existing anchors