log scripts/+containers/Map.m @ 30236:628f26e122d9

age author description
Mon, 11 Oct 2021 20:09:59 -0700 Rik maint: use rows() or columns() instead of size(__, 1 | 2) for clarity.
Fri, 12 Mar 2021 14:10:04 -0800 Rik maint: strip trailing spaces from code base.
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, 02 Dec 2020 20:00:49 -0800 Rik +containers.Map.m: Fix subsref errors (bug #59607).
Fri, 29 May 2020 10:56:22 -0400 John W. Eaton move classdef docstring comments inside classdef definitions
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
Fri, 20 Sep 2019 11:45:27 +0100 Guillaume Flandin Map.m: Allow numeric keys of one type to be used with a Map of a differing numeric keytype (bug #56594).
Wed, 24 Apr 2019 08:28:59 -0700 Guillaume Flandin Map.m: Silence unnecessary warning about "Octave:empty-index" (bug #56203).
Sun, 10 Feb 2019 08:39:30 -0800 Rik Harden BIST tests against changes in format().
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 19 Oct 2018 12:28:06 -0400 John W. Eaton style fixes stable
Tue, 12 Jun 2018 08:08:30 -0700 Rik Fix typo in error statement from containers.Map (bug #54103). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 11 Aug 2017 10:23:46 -0700 Rik Map.m: Issue a more informative error message for empty indexing.
Thu, 08 Jun 2017 17:41:32 -0700 Rik doc: Peridoc grammarcheck of documentation.
Thu, 13 Apr 2017 11:42:43 -0400 John W. Eaton * Map.m: Minor doc fixes.
Thu, 13 Apr 2017 10:34:43 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 07 Apr 2017 12:27:09 -0700 Rik containers.Map: UniformValue requires values be scalars, not just equal size (bug #49559).
Fri, 07 Apr 2017 09:45:32 -0700 Rik containers.Map: Fix values fcn, Add BIST tests (bug #49559).
Thu, 06 Apr 2017 15:06:42 -0400 John W. Eaton use new hex2num and num2hex features to simplify +containers.Map key encoding
Thu, 06 Apr 2017 14:52:38 -0400 Guillaume Flandin fix key sorting for +containers.Map
Wed, 05 Apr 2017 17:07:58 -0400 John W. Eaton use hex values for numeric containers.Map keys (bug #49559)
Wed, 05 Apr 2017 10:55:35 -0700 Rik containers.Map: New key/value storage container (bug #49559).