27 lines
587 B
Text
27 lines
587 B
Text
## TODO
|
|
|
|
* finish writing README
|
|
|
|
* document prepare() function
|
|
|
|
* adjust dates created/modified on server-hosted files to something sensible
|
|
|
|
* host files on a more reliable service
|
|
|
|
* add support for mirrors
|
|
|
|
* basic tests (including running pycodestyle)
|
|
|
|
* --fix (delete corrupt files) and --debug (logging.DEBUG) __main__ arguments
|
|
|
|
* try python 3.2 with an old version of numpy (don't care if it doesn't work)
|
|
|
|
### release version 1.0
|
|
|
|
* submit to pypi
|
|
|
|
* document everything
|
|
|
|
* test everything
|
|
|
|
* consider npz functionality if it reduces preprocessing time
|