Commit Graph

4 Commits

Author SHA1 Message Date
Robert Nishihara 7f515113fa Generate return object IDs in the task constructor. (#36) 2016-10-07 15:20:56 -07:00
Robert Nishihara 7be1a93d64 Move common C extension module into a different C file. (#35)
* Move common C extension module into a different C file so that the actual definitions can be more easily included in other C extensions.

* Rename common_extension_module -> common_module.
2016-10-06 19:16:09 -07:00
Robert Nishihara 90a6a99b03 Clean up task interface and add testing. (#34)
* Update c extensions and python tests.

* Updates.

* Documentation fix.

* Move c extensions into common_extension.c
2016-10-06 16:25:04 -07:00
Philipp Moritz 8e044535e2 Python API for constructing tasks (#28)
* Python API for constructing tasks

* Fixes.
2016-10-04 15:56:24 -07:00