Commit graph

272 commits

Author SHA1 Message Date
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
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
529e86ce64 add example functions to default worker (#210) 2016-07-05 14:39:42 -07:00
mehrdadn
eff6924b7c Update third-party patches (#203) 2016-07-05 12:17:09 -07:00
Philipp Moritz
db1f10f1ec use static qualifier for Python extension functions (#208) 2016-07-04 15:54:29 -07:00
Philipp Moritz
72e1b0fcd6 fix warnings (#207) 2016-07-04 15:40:56 -07:00
Philipp Moritz
3eeb2d315c [WIP] update grpc (#206)
* update grpc

* use GRPC's OpenSSL library
2016-07-04 14:24:28 -07:00
mehrdadn
be26532182 Better code for getting log directory (#198)
* get_log_file_path instead of LOG_DIRECTORY

* Tabs -> spaces

Whoops

* Log file extension
2016-07-03 12:58:49 -07:00
mehrdadn
bd9901f408 Add UUID forgotten in object store IPC name; also fix Windows IPC implementation (#201) 2016-07-03 12:42:13 -07:00
mehrdadn
fe5dd5d55a Boost.Interprocess hack for Windows (#202) 2016-07-02 21:08:23 -07:00
mehrdadn
84321d3f75 Ignore protobuf generated files (#200) 2016-07-02 21:07:28 -07:00
mehrdadn
4bf5052832 Update Visual Studio projects (#199) 2016-07-02 21:07:12 -07:00
Robert Nishihara
b8c586ac0b Merge pull request #197 from amplab/synchronized
Simplify SynchronizedPtr
2016-07-02 19:20:07 -07:00
Mehrdad
9bdde6941f Simplify SynchronizedPtr 2016-07-02 17:45:38 -07:00
Robert Nishihara
4906c01fca Merge pull request #196 from amplab/sphinx
Get Sphinx infrastructure in place
2016-07-02 14:12:46 -07:00
Philipp Moritz
2e2bc2c740 Get Sphinx infrastructure in place 2016-07-01 18:21:02 -07:00
Robert Nishihara
0ffe657e27 enable restarting workers in singlenode case, plus cleanups to cluster.py (#190) 2016-07-01 14:10:51 -07:00
Robert Nishihara
f5316d50fc Merge pull request #193 from amplab/visualizegraph
Visualize the computation graph
2016-07-01 13:21:01 -07:00
Philipp Moritz
9ad2c033d4 Visualize computation graph 2016-07-01 12:13:23 -07:00
Robert Nishihara
7611fbce4d fixes to shell.py (#195) 2016-06-30 22:57:29 -07:00
mehrdadn
5821851318 C++ does not guarantee order of argument evaluation (#194) 2016-06-30 18:49:37 -07:00
Robert Nishihara
fb42a5ca50 Merge pull request #191 from amplab/logdir
Use proper temp directory
2016-06-30 16:32:06 -07:00
mehrdadn
1de824628d Replace boost::interprocess with simple IPC (#189) 2016-06-30 16:31:48 -07:00
Mehrdad
18f033fefb Use proper temp directory 2016-06-30 16:29:24 -07:00
mehrdadn
8fde648752 Forgot to set Console subsystem for Visual Studio (#192) 2016-06-30 16:19:26 -07:00
Robert Nishihara
ad35da08f3 fix (#188) 2016-06-30 13:26:06 -07:00
Robert Nishihara
b155f44a12 remove some unsafe gets (#187) 2016-06-30 12:58:29 -07:00
Robert Nishihara
bcbebf4e95 Merge pull request #183 from amplab/search_paths
Search PATH in addition to current directory for executables
2016-06-30 12:57:09 -07:00
Mehrdad
5802ea58b7 Look in PATH for binaries also 2016-06-29 23:25:19 -07:00