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
|
ce4e5ec544
|
Fix failure_test.py.
|
2016-08-29 22:52:13 -07:00 |
|
Robert Nishihara
|
d7f313a026
|
Remove type information from remote decorator.
|
2016-08-29 22:05:59 -07:00 |
|
Wapaul1
|
420bcc0477
|
Remote function returning non-serializable type no longer shuts worker down (#384)
* Moved put_objects in main_loop to inside of try block
* Added test for failed serialization
* Fixed naming
* Minor
|
2016-08-25 15:26:22 -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
|
365322e139
|
fix bug, empty function should return nothing (#225)
|
2016-07-07 14:07:33 -07:00 |
|
Robert Nishihara
|
0947024ad9
|
fix bug for functions with no return values and with one return value (#211)
|
2016-07-05 15:57:05 -07:00 |
|
Robert Nishihara
|
d97bce0d64
|
allow driver to run in PYTHON_MODE, which is equivalent to serial Python
|
2016-06-26 13:43:54 -07:00 |
|
Robert Nishihara
|
741f4824b1
|
error messages for gets (#158)
|
2016-06-25 09:43:57 -07:00 |
|
Mehrdad
|
f8ab525ef0
|
Removing asdfasdf.txt
|
2016-06-20 16:51:18 -07:00 |
|
Robert Nishihara
|
41539141af
|
catch exceptions on workers and pass them to the scheduler (#93)
|
2016-06-11 15:44:56 -07:00 |
|
Robert Nishihara
|
4cc024ae36
|
renaming project, halo -> ray (#95)
|
2016-06-10 14:12:15 -07:00 |
|
Philipp Moritz
|
f9aeb5d018
|
implement varargs (#83)
* implement varargs
* clean up varargs
|
2016-06-04 16:22:10 -07:00 |
|
Robert Nishihara
|
2b52b91acb
|
distributed -> remote (#82)
|
2016-06-03 18:41:45 -07:00 |
|
Robert Nishihara
|
67086f663e
|
change filenames and directory structure to use halo (#81)
|
2016-06-03 18:32:57 -07:00 |
|
Philipp Moritz
|
429d9025eb
|
implement keyword arguments
|
2016-06-03 00:10:17 -07:00 |
|
Robert Nishihara
|
c4b783fbc8
|
microbenchmarks and timing (#67)
|
2016-05-22 10:05:14 -07:00 |
|
Robert Nishihara
|
1548a1a523
|
implement reference counting and much more (#43)
|
2016-04-18 13:05:36 -07:00 |
|