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
8 * (?) Add option to build bindings in ODE's makefiles
\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