Mercurial > pylearn
log dataset.py @ 314:105b54ac8260
age | author | description |
---|---|---|
Wed, 11 Jun 2008 13:57:34 -0400 | Thierry Bertin-Mahieux | bug fixed concerning the slicing, now ds[0:len(ds) + 1000 : 2] is accepted, same a python list |
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 11:43:54 -0400 | Thierry Bertin-Mahieux | dataset.subset implemented |
Wed, 11 Jun 2008 11:18:14 -0400 | Thierry Bertin-Mahieux | get item now returns LookupLists |