Changes between Version 8 and Version 9 of ToDo
- Timestamp:
- 12/07/08 15:46:49 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ToDo
v8 v9 7 7 === Tasks in Progress === 8 8 9 * write unit /doc/py.testtests10 * define API 9 * write unit tests 10 * define API --> partially done 11 11 * write documentation, tutorial etc. 12 12 * ~~develop plugin system for custom readers/writes … … 19 19 === Next Tasks === 20 20 21 * openfunction for format modules22 * exception handling for openfunction21 * {{{open}}} function for format modules 22 * exception handling for {{{open}}} function 23 23 * exception handling for {{{!INCLUDE}}} 24 24 * allow specifying of data types for non-yaml formats, i.e. each column may have a data type … … 36 36 * use ordered dict as default in YAML (makes writing back in the order of reading possible --> round-trip) 37 37 --> patch to YAML 38 * allow unlimited nesting levels in data (there are only two levels now)38 * maybe allow unlimited nesting levels in data (there are only two levels now) 39 39 * make dump aware of numpy arrays 40 40 * allow lazy reading of large files (use generators/iterators) 41 * write desktop GUI (prerequisite round-trip)42 * write web GUI (prerequisite round-trip)41 * write desktop GUI (prerequisite: round-trip) 42 * write web GUI (prerequisite: round-trip) 43 43 * make list with projects/applications/models that use !PyModeldata 44 * '' 'idea''': access to model data via SQLite database or use [http://www.pytables.org PyTables] as intermediate storage44 * ''idea'': access to model data via SQLite database or use [http://www.pytables.org PyTables] as intermediate storage 45 45 * more ... 46 46
