Changeset 414 for trunk/src/__init__.py

Show
Ignore:
Timestamp:
08/05/09 10:12:04 (3 years ago)
Author:
pierre
Message:

Add one other dependency, and I know it is bad... Especially because I think that this should not be a dependency, but that it should be included in NeuroTools. There is a nice package, TableIO, that allows more efficient and fast array creation from large file text. It is much more efficient that numpy.loadtxt or others methods, so since NeuroTools often ends up in loading such big files, it is useful. I also add a NestFile? standard format in io.py for those that would nest files after stimulations not postprocessed by pyNN and that still want to load them and play with NeuroTools

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/__init__.py

    r400 r414  
     1# -*- coding: utf-8 -*- 
    12""" 
    23NeuroTools 
     
    5354                'scipy' : {'website' : 'http://numpy.scipy.org/' , 'is_present' : False, 'check':False}, 
    5455                'NeuroTools.facets.hdf5' : {'website' : None, 'is_present' : False, 'check':False}, 
    55                 'srblib' : {'website' : 'http://www.sdsc.edu/srb/index.php/Python', 'is_present' : False, 'check':False}, 
    56                 'rpy' : {'website' : 'http://rpy.sourceforge.net/', 'is_present' : False, 'check':False}, 
    57                 'django': {'website': 'http://www.djangoproject.com', 'is_present': False, 'check': False}, 
    58                 'IPython': {'website': 'http://ipython.scipy.org/', 'is_present': False, 'check': False}, 
     56                'srblib'  : {'website' : 'http://www.sdsc.edu/srb/index.php/Python', 'is_present' : False, 'check':False}, 
     57                'rpy'     : {'website' : 'http://rpy.sourceforge.net/', 'is_present' : False, 'check':False}, 
     58                'django'  : {'website': 'http://www.djangoproject.com', 'is_present': False, 'check': False}, 
     59                'IPython' : {'website': 'http://ipython.scipy.org/', 'is_present': False, 'check': False}, 
    5960                'interval': {'website': 'http://pypi.python.org/pypi/interval/1.0.0', 'is_present': False, 'check': False}, 
     61                'TableIO' : {'website': 'http://kochanski.org/gpk/misc/TableIO.html', 'is_present': False, 'check': False}, 
    6062                ## Add here your extensions ### 
    6163               }