Commit graph

300 commits

Author SHA1 Message Date
Robert Nishihara
7565309d6e mock cloudpickle module to allow readthedocs to work (#279) 2016-07-18 11:19:55 -07:00
mehrdadn
f2c43bec87 Function serialization (#261) 2016-07-17 22:05:07 -07:00
mehrdadn
8e0ecfa1f4 assertTrue -> assertEqual (#278) 2016-07-16 22:48:39 -07:00
Robert Nishihara
ced5ce4924 raise exception if user tries to pass large object by value (#276) 2016-07-16 17:17:48 -07:00
Robert Nishihara
8465df1146 script for launching nodes on ec2 (#270)
* original spark-ec2 script

* modifying spark-ec2 for ray
2016-07-16 15:14:14 -07:00
mehrdadn
97270f5aec zlib stub comment (#273) 2016-07-16 14:59:06 -07:00
mehrdadn
0f1d7c5835 Run IPython shell without embedding (#269) 2016-07-16 14:42:58 -07:00
mehrdadn
c5be9b96de Visual Studio - Project cleanup, warning suppression, and removal of zlib dependency (#272)
* windows_intermodule_singleton warning

* Fix some warnings from Visual Studio

* More Visual Studio project changes

* Replace zlib Visual Studio project with stub; it's not needed

* Un-enable link-time code generation
2016-07-16 13:02:51 -07:00
mehrdadn
06ceecf6f5 Kill child processes when parent dies, and die on fatal errors (#265) 2016-07-14 16:10:26 -07:00
Robert Nishihara
a5d8138f88 mock modules for readthedocs (#264) 2016-07-14 13:57:03 -07:00
Robert Nishihara
80526f7777 add documentation and refactor cluster.py (#238) 2016-07-12 23:54:18 -07:00
mehrdadn
0487b05111 Merge pull request #260 from amplab/fix
only let creator of message queue deallocate message queue
2016-07-13 00:40:52 +03:00
Robert Nishihara
db8ade44f7 only let creator of message queue deallocate message queue 2016-07-12 13:40:01 -07:00
Wapaul1
292abaa41c Moved Imagenet loading library to example applications; Changed code to return filenames as well as arrays (#257) 2016-07-11 18:06:58 -07:00
Robert Nishihara
8952ff8cf9 allow cluster script to update worker code on nodes (#243) 2016-07-11 17:58:16 -07:00
Philipp Moritz
86aef1bc56 add note to using-ray-on-a-cluster.md (#258) 2016-07-11 14:14:26 -07:00
Robert Nishihara
1133315746 help cmake find right python interpreter on mac (#251) 2016-07-11 12:16:10 -07:00
Robert Nishihara
fa1d0f4e0f improve wording in installation documentation (#256) 2016-07-11 00:22:05 -07:00
mehrdadn
69ee25eb51 Fix GRPC project patch, again (#255) 2016-07-10 22:31:12 -07:00
mehrdadn
30023b456a Fix GRPC project patch (#254) 2016-07-10 22:05:50 -07:00
mehrdadn
a1a54baa44 Use Boost IPC (#249) 2016-07-10 15:41:26 -07:00
Robert Nishihara
4b91d79915 fixes to documentation (#242) 2016-07-10 15:06:44 -07:00
Johann Schleier-Smith
474dd8b449 reorder includes to fix version conflicts (#250)
Thanks for the changes!
2016-07-10 14:50:34 -07:00
mehrdadn
02c77847cb RAY_BREAK_IF_DEBUGGING (#247) 2016-07-10 13:39:54 -07:00
mehrdadn
cd92a8d787 Remove boost::filesystem dependency (#245) 2016-07-10 09:48:56 -07:00
mehrdadn
5db31cd8a2 Update numbuf (#246) 2016-07-09 21:47:53 -07:00
mehrdadn
302591cc0b Edit batch file again (#241) 2016-07-09 21:23:02 -07:00
mehrdadn
fc711abda0 Remove parquet for Windows -- we don't need it yet (#240) 2016-07-08 20:06:21 -07:00
Robert Nishihara
e1a74eadbe remove installation of dependencies from setup script (#239) 2016-07-08 20:03:21 -07:00
Robert Nishihara
1138936fce help cmake find correct version of python on mac os x (#237) 2016-07-08 16:31:21 -07:00
Robert Nishihara
260cb21d8a install ipython in user mode because 'sudo pip install ipython' fails on mac os x with the system python (#234) 2016-07-08 14:08:43 -07:00
Robert Nishihara
5dd411546d clean up imports (#230) 2016-07-08 12:46:47 -07:00
Robert Nishihara
191909dd93 adding pylint (#233) 2016-07-08 12:39:11 -07:00
Robert Nishihara
d8a621e5cb add lbfgs walkthrough and small cleanups (#229) 2016-07-08 12:32:48 -07:00
Robert Nishihara
82ab6d68f1 remove recursive option from register_module (#232) 2016-07-08 11:13:03 -07:00
mehrdadn
7ff1580606 Apply patches while considering index as well (#231) 2016-07-08 09:24:25 -07:00
Robert Nishihara
875b20e397 only run cleanup if we've started ray in local mode and actually started the processes (#228) 2016-07-08 00:14:26 -07:00
Robert Nishihara
eee50416a1 add hyperparameter opt walkthrough (#218) 2016-07-07 14:17:12 -07:00
Robert Nishihara
365322e139 fix bug, empty function should return nothing (#225) 2016-07-07 14:07:33 -07:00
Robert Nishihara
8e6b7929d6 make services.cleanup happen automatically (#224) 2016-07-07 14:05:25 -07:00
mehrdadn
63f7548763 Fix wrong branch to checkout (and do recursively if possible) (#226) 2016-07-07 00:22:36 -07:00
mehrdadn
199b4efd50 int and long should be treated similarly (#220) 2016-07-06 17:31:58 -07:00
mehrdadn
5412d3c773 Call vec.data() instead of &vec[0] (#219) 2016-07-06 16:46:06 -07:00
mehrdadn
1f4ab05d16 Merge pull request #216 from amplab/exc
catch type checking exceptions
2016-07-07 00:22:44 +03:00
Robert Nishihara
e1e09d3a4b catch type checking exceptions 2016-07-06 14:20:57 -07:00
Robert Nishihara
5873831c21 basic tutorials (#204) 2016-07-06 13:51:32 -07:00
Robert Nishihara
bd586b4a57 fix error in test (#215) 2016-07-06 13:12:06 -07:00
Robert Nishihara
49decce6f6 print python backtrace in error message (#209) 2016-07-06 00:25:02 -07:00
Robert Nishihara
8297522580 don't destruct worker object before all of the object references go out of scope (#212) 2016-07-05 19:13:57 -07:00
Robert Nishihara
58b65d39a9 don't display errors when running test (#213) 2016-07-05 18:59:54 -07:00