ray/python
Stephanie Wang af47737bd5 Prototype distributed actor handles (#1137)
* Add actor handle ID to the task spec

* Local scheduler dispatches actor tasks according to a task counter per handle

* Fix python test

* Allow passing actor handles into tasks. Not completely working yet. Also this is very messy.

* Fixes, should be roughly working now.

* Refactor actor handle wrapper

* Fix __init__ tests

* Terminate actor when the original handle goes out of scope

* TODO and a couple test cases

* Make tests for unsupported cases

* Fix Python mode tests

* Linting.

* Cache actor definitions that occur before ray.init() is called.

* Fix export actor class

* Deterministically compute actor handle ID

* Fix __getattribute__

* Fix string encoding for python3

* doc

* Add comment and assertion.
2017-10-19 23:49:59 -07:00
..
ray Prototype distributed actor handles (#1137) 2017-10-19 23:49:59 -07:00
build-wheel-macos.sh Make travis runs less verbose. (#1145) 2017-10-19 22:25:56 -07:00
build-wheel-manylinux1.sh Make travis runs less verbose. (#1145) 2017-10-19 22:25:56 -07:00
README-building-wheels.md Add script for building MacOS wheels. (#601) 2017-06-01 00:30:46 +00:00
setup.py Allow Ray to be built without UI by setting INCLUDE_UI=0. (#1094) 2017-10-09 23:32:38 -07:00