Robert Nishihara
|
11a8914684
|
Allow users to serialize custom classes. (#393)
* Allow serialization of custom classes.
* Add documentation and test cases, also fix pickle case.
* Don't allow old-style classes.
|
2016-09-06 13:28:24 -07:00 |
|
Robert Nishihara
|
81f40774a7
|
Remove ObjectID aliasing from the API. (#406)
* Remove ObjectID aliasing from the API.
* Update documentation to remove aliasing.
|
2016-09-03 19:34:45 -07:00 |
|
Robert Nishihara
|
fb7ccef493
|
Allow remote decorator to be used with no parentheses.
|
2016-08-30 16:38:26 -07:00 |
|
Robert Nishihara
|
b87912cb2f
|
Remove typing module.
|
2016-08-29 22:16:19 -07:00 |
|
Robert Nishihara
|
d7f313a026
|
Remove type information from remote decorator.
|
2016-08-29 22:05:59 -07:00 |
|
Wapaul1
|
97b923a750
|
Changed how ray treats deserialization of custom classes (#333)
|
2016-08-01 15:38:05 -07:00 |
|
Robert Nishihara
|
98a508d6ca
|
Terminology change Object Reference -> Object ID (#330)
|
2016-07-31 19:58:03 -07:00 |
|
Robert Nishihara
|
0e5b858324
|
change remote function invocation from func() to func.remote() (#328)
|
2016-07-31 15:25:19 -07:00 |
|
Robert Nishihara
|
3bae6f136b
|
export remote functions and reusable variables that were defined before connect was called (#292)
|
2016-07-26 11:40:09 -07:00 |
|
Robert Nishihara
|
191909dd93
|
adding pylint (#233)
|
2016-07-08 12:39:11 -07:00 |
|
Robert Nishihara
|
902cac3089
|
arrays -> array (#172)
|
2016-06-27 11:35:31 -07:00 |
|