Mercurial > pylearn
log dataset.py @ 316:5fe6d0c93109
age | author | description |
---|---|---|
Wed, 11 Jun 2008 16:28:09 -0400 | Thierry Bertin-Mahieux | getitem in ArrayDataSet is set up again, supposed to be faster than default one, has been tested agains the default behaviour. In particular, now always return a LookupList |
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 |