File: TODO.txt

package info (click to toggle)
ode 2%3A0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,088 kB
  • sloc: cpp: 89,737; ansic: 14,658; sh: 4,346; makefile: 761; python: 330
file content (15 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CODE:
* (setup.py) add package information (version, authors, etc.)
* (setup.py) add 'install' action
* (setup.py) add configurable ODE DLL (currently hard-coded to default single precision)
* (ode.pxd)  clean up, add more comments
* (ode.pyx)  refactor for a more Pythonic implementation (e.g. replace getters and setters with
             properties)?
* (?)        Add option to build bindings in ODE's makefiles


DOCS:

* Update and include API docs from PyODE
* Adapt and include PyODE tutorials/demos
* Update license text in ode.pxd and ode.pyx