mnists/TODO

28 lines
587 B
Text
Raw Permalink Normal View History

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