TODO.txt 567 B

123456789101112131415
  1. CODE:
  2. * (setup.py) add package information (version, authors, etc.)
  3. * (setup.py) add 'install' action
  4. * (setup.py) add configurable ODE DLL (currently hard-coded to default single precision)
  5. * (ode.pxd) clean up, add more comments
  6. * (ode.pyx) refactor for a more Pythonic implementation (e.g. replace getters and setters with
  7. properties)?
  8. * (?) Add option to build bindings in ODE's makefiles
  9. DOCS:
  10. * Update and include API docs from PyODE
  11. * Adapt and include PyODE tutorials/demos
  12. * Update license text in ode.pxd and ode.pyx