comparison 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
comparison
equal deleted inserted replaced
11921:166a195399f7 11922:746f13936eee
1 2008-07-10 Jaroslav Hajek <highegg@gmail.com>
2
3 * set/unique.m: Implement 'first' and 'last', some simplifications.
4 * set/union.m: Implement output indices.
5 * set/intersect.m: Implement 'rows'.
6 * set/setdiff.m: Implement output indices.
7 * set/setxor.m: Implement 'rows' and output indices.
8 Add tests and adjust docs in all of the above.
9
1 2008-01-04 Soren Hauberg <hauberg@gmail.com> 10 2008-01-04 Soren Hauberg <hauberg@gmail.com>
2 11
3 * set/create_set.m, set/union.m: Accept "rows" argument. 12 * set/create_set.m, set/union.m: Accept "rows" argument.
4 13
5 2008-01-15 Ben Abbott <bpabbott@mac.com> 14 2008-01-15 Ben Abbott <bpabbott@mac.com>