diff scripts/ChangeLog @ 11922:746f13936eee release-3-0-x

improve set functions for Matlab compatibility
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 16 Jan 2009 08:10:28 +0100
parents 166a195399f7
children bacb84129896
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Jan 16 08:07:05 2009 +0100
+++ b/scripts/ChangeLog	Fri Jan 16 08:10:28 2009 +0100
@@ -1,3 +1,12 @@
+2008-07-10  Jaroslav Hajek <highegg@gmail.com>
+
+	* set/unique.m: Implement 'first' and 'last', some simplifications.
+	* set/union.m: Implement output indices.
+	* set/intersect.m: Implement 'rows'.
+	* set/setdiff.m: Implement output indices.
+	* set/setxor.m: Implement 'rows' and output indices.
+	Add tests and adjust docs in all of the above.
+
 2008-01-04  Soren Hauberg   <hauberg@gmail.com>
 
 	* set/create_set.m, set/union.m: Accept "rows" argument.