Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 7920:e56bb65186f6
improve set functions for Matlab compatibility
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 25 Jun 2008 22:11:07 +0200 |
parents | 3092dd54ad95 |
children | 9316b59903c9 |
comparison
equal
deleted
inserted
replaced
7919:9d080df0c843 | 7920:e56bb65186f6 |
---|---|
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-06-11 John W. Eaton <jwe@octave.org> | 10 2008-06-11 John W. Eaton <jwe@octave.org> |
2 | 11 |
3 * set/ismember.m: Fix fail tests. | 12 * set/ismember.m: Fix fail tests. |
4 | 13 |
5 * general/rat.m: Properly initialize steps when all elements of | 14 * general/rat.m: Properly initialize steps when all elements of |