Mercurial > pylearn
log
age | author | description |
---|---|---|
Wed, 11 Jun 2008 13:53:39 -0400 | Thierry Bertin-Mahieux | behaviour is now the same as a list in pylearn, so if len(ds) = 10, ds[10] raise an IndexError, same thing for ds[[1,10]], and ds[0:14:1] returns 10 elements |
Wed, 11 Jun 2008 13:22:00 -0400 | Thierry Bertin-Mahieux | still something weird in the getitem test |
Wed, 11 Jun 2008 12:45:24 -0400 | Thierry Bertin-Mahieux | a lot of tests are broken because of the new behaviour of __getitem__ that always returns a LookupList, working on that... |
Wed, 11 Jun 2008 11:43:54 -0400 | Thierry Bertin-Mahieux | dataset.subset implemented |