Commit graph

652 commits

Author SHA1 Message Date
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
a89aa30f24 fixes to tutorial (#329) 2016-07-31 19:29:00 -07:00
Robert Nishihara
2040372084 unify starting local cluster with attaching to existing cluster (#327) 2016-07-31 19:26:35 -07:00
Robert Nishihara
0e5b858324 change remote function invocation from func() to func.remote() (#328) 2016-07-31 15:25:19 -07:00
mehrdadn
92f1976e94 Merge pull request #325 from amplab/bugfix
fix worker segfault
2016-07-30 15:36:44 -07:00
Robert Nishihara
6fd508de96 fix worker segfault 2016-07-30 14:48:18 -07:00
Robert Nishihara
3d4dbdd911 Note which operating systems we have tested on. (#322) 2016-07-30 09:34:22 -07:00
Robert Nishihara
966c5ba0da update rl pong app (#302) 2016-07-29 14:51:35 -07:00
Robert Nishihara
bcd0e3781f remove example functions and remove imports from shell (#314) 2016-07-29 12:42:44 -07:00
Robert Nishihara
352e5e1dd2 use Ray specific logger so logging does not interfere with other python modules that use the logging module (#321) 2016-07-29 12:40:45 -07:00
mehrdadn
46f88c2814 Merge pull request #320 from amplab/micro
remove assertions from microbenchmarks and add to travis
2016-07-29 00:36:05 -07:00
mehrdadn
36fff9b555 Retry registering workers better (#300) 2016-07-29 00:23:31 -07:00
Robert Nishihara
a155f315e2 remove assertions from microbenchmarks and add to travis 2016-07-29 00:08:00 -07:00
Robert Nishihara
8d5e61d3c0 update tutorial (#318) 2016-07-28 20:47:37 -07:00
Robert Nishihara
f79494c8c6 Alexnet example for Imagenet (#319) 2016-07-28 16:59:19 -07:00
mehrdadn
1961deeffb Update Windows support (#317) 2016-07-28 13:11:13 -07:00
mehrdadn
82480135a6 numbuf (#316) 2016-07-28 11:42:39 -07:00
mehrdadn
4c323d4ecf libraylib -> lib (#311) 2016-07-27 23:23:13 -07:00
mehrdadn
c3695099fc numbuf update (#313) 2016-07-27 23:21:33 -07:00
Mehrdad
a81dc0c541 Visual Studio projects 2016-07-27 22:16:17 -07:00
Mehrdad
de8bbaca61 long long bug fix 2016-07-27 22:14:57 -07:00
mehrdadn
f0353ec597 Ignore dirty external submodules (#312) 2016-07-27 21:53:07 -07:00
mehrdadn
65db47b556 Update submodules (#309) 2016-07-27 19:47:14 -07:00
Philipp Moritz
2d929ad938 Only check out submodules that are actually used (#310) 2016-07-27 19:14:40 -07:00
Philipp Moritz
fa29efbf83 reduce amount of GRPC logging (#306) 2016-07-27 11:42:08 -07:00
Philipp Moritz
dd301e4baa add version string (#304) 2016-07-27 11:29:22 -07:00
mehrdadn
44064389b9 Checked locking (#262)
* Lock order should be based on field order only

* Checked locking
2016-07-27 11:24:09 -07:00
Robert Nishihara
975bfe89ad check that we are connected before calling ray commands (#303) 2016-07-27 11:20:37 -07:00
Robert Nishihara
a97574d471 update lbfgs app (#301) 2016-07-26 23:45:14 -07:00
Philipp Moritz
b5215f1e6a make it possible to use directory as user source directory that doesn't contain worker.py (#297) 2016-07-26 18:39:06 -07:00
Robert Nishihara
2981fae26d update hyperparameter optimization app (#299) 2016-07-26 18:16:10 -07:00
Robert Nishihara
aa2f618ab7 add directory containing script to python path of workers (#296) 2016-07-26 16:18:39 -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
Philipp Moritz
212536f87c Put documentation into ray-core 2016-07-25 16:38:17 -07:00
Robert Nishihara
8e9f98c5ff Properly import remote functions and reusable variables on workers that register late (#290) 2016-07-25 16:17:17 -07:00
Philipp Moritz
5591aa4665 cleanup serialization code (#291) 2016-07-25 15:47:10 -07:00
Philipp Moritz
4a0f35b042 new arrow serialization code (serialize python objects recursively) (#284) 2016-07-25 13:41:47 -07:00
Philipp Moritz
0dcfcfa2e9 fix compilation on macOS 2016-07-25 13:21:31 -07:00
Philipp Moritz
5f337db809 fix tests on macOS 2016-07-25 11:45:54 -07:00
mehrdadn
5ff00e0e81 Fix pickling (#289) 2016-07-24 12:53:55 -07:00
Philipp Moritz
0a26135821 fix mac build 2016-07-23 18:59:19 -07:00
Philipp Moritz
c973059944 switch to release mode 2016-07-22 22:01:29 -07:00
mehrdadn
a22b35a881 Merge pull request #283 from amplab/kv
implement key value store for sharing reusable variables
2016-07-22 18:45:46 -07:00
Robert Nishihara
03f1830cd0 implement key value store for sharing reusable variables 2016-07-22 18:43:33 -07:00
Robert Nishihara
baa4b7cae3 fix bug in reference counting None object (#286) 2016-07-22 14:15:02 -07:00
Philipp Moritz
9bc7e7843f Capability to serialize most primitive Python types 2016-07-20 21:47:37 -07:00
Wapaul1
b68512ec7d Added handles for python to access buffers in objstore (#282) 2016-07-20 17:36:15 -07:00
Robert Nishihara
3bf46ce5ac make remote functions pickleable (#281) 2016-07-19 16:05:45 -07:00
Wapaul1
6c96a05ab4 Added error handling and cleanup for objstore overflowing (#275) 2016-07-18 17:45:00 -07:00