2018-03-24 03:27:40 -07:00
|
|
|
## TODO
|
2018-03-14 08:16:14 -07:00
|
|
|
|
|
|
|
* finish writing README
|
|
|
|
|
|
|
|
* document prepare() function
|
|
|
|
|
|
|
|
* adjust dates created/modified on server-hosted files to something sensible
|
|
|
|
|
2018-03-24 03:27:40 -07:00
|
|
|
* host files on a more reliable service
|
|
|
|
|
|
|
|
* add support for mirrors
|
|
|
|
|
|
|
|
* basic tests (including running pycodestyle)
|
|
|
|
|
2018-03-24 03:46:57 -07:00
|
|
|
* --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)
|
|
|
|
|
2018-03-24 03:27:40 -07:00
|
|
|
### release version 1.0
|
2018-03-14 08:16:14 -07:00
|
|
|
|
|
|
|
* submit to pypi
|
|
|
|
|
|
|
|
* document everything
|
|
|
|
|
|
|
|
* test everything
|
2018-03-24 03:16:26 -07:00
|
|
|
|
|
|
|
* consider npz functionality if it reduces preprocessing time
|