Cosmetic: Put vector initialization with NANs back; demo compilation fixed for VS2008
[ode.git] / bindings / python / TODO.txt
blob356edc427e74027742d83c35fc10fc0301318efc
1 CODE:\r
2 * (setup.py) add package information (version, authors, etc.)\r
3 * (setup.py) add 'install' action\r
4 * (setup.py) add configurable ODE DLL (currently hard-coded to default single precision)\r
5 * (ode.pxd)  clean up, add more comments\r
6 * (ode.pyx)  refactor for a more Pythonic implementation (e.g. replace getters and setters with\r
7              properties)?\r
8 * (?)        Add option to build bindings in ODE's makefiles\r
9 \r
11 DOCS:\r
13 * Update and include API docs from PyODE\r
14 * Adapt and include PyODE tutorials/demos\r
15 * Update license text in ode.pxd and ode.pyx\r