Commit Graph

  • 302591cc0b Edit batch file again (#241) mehrdadn 2016-07-10 07:23:02 +03:00
  • fc711abda0 Remove parquet for Windows -- we don't need it yet (#240) mehrdadn 2016-07-09 06:06:21 +03:00
  • e1a74eadbe remove installation of dependencies from setup script (#239) Robert Nishihara 2016-07-08 20:03:21 -07:00
  • 1138936fce help cmake find correct version of python on mac os x (#237) Robert Nishihara 2016-07-08 16:31:21 -07:00
  • 260cb21d8a install ipython in user mode because 'sudo pip install ipython' fails on mac os x with the system python (#234) Robert Nishihara 2016-07-08 14:08:43 -07:00
  • 5dd411546d clean up imports (#230) Robert Nishihara 2016-07-08 12:46:47 -07:00
  • 191909dd93 adding pylint (#233) Robert Nishihara 2016-07-08 12:39:11 -07:00
  • d8a621e5cb add lbfgs walkthrough and small cleanups (#229) Robert Nishihara 2016-07-08 12:32:48 -07:00
  • 82ab6d68f1 remove recursive option from register_module (#232) Robert Nishihara 2016-07-08 11:13:03 -07:00
  • 7ff1580606 Apply patches while considering index as well (#231) mehrdadn 2016-07-08 19:24:25 +03:00
  • 875b20e397 only run cleanup if we've started ray in local mode and actually started the processes (#228) Robert Nishihara 2016-07-08 00:14:26 -07:00
  • eee50416a1 add hyperparameter opt walkthrough (#218) Robert Nishihara 2016-07-07 14:17:12 -07:00
  • 365322e139 fix bug, empty function should return nothing (#225) Robert Nishihara 2016-07-07 14:07:33 -07:00
  • 8e6b7929d6 make services.cleanup happen automatically (#224) Robert Nishihara 2016-07-07 14:05:25 -07:00
  • 63f7548763 Fix wrong branch to checkout (and do recursively if possible) (#226) mehrdadn 2016-07-07 10:22:36 +03:00
  • 199b4efd50 int and long should be treated similarly (#220) mehrdadn 2016-07-07 03:31:58 +03:00
  • 5412d3c773 Call vec.data() instead of &vec[0] (#219) mehrdadn 2016-07-07 02:46:06 +03:00
  • 1f4ab05d16 Merge pull request #216 from amplab/exc mehrdadn 2016-07-07 00:22:44 +03:00
  • e1e09d3a4b catch type checking exceptions Robert Nishihara 2016-07-06 14:20:57 -07:00
  • 5873831c21 basic tutorials (#204) Robert Nishihara 2016-07-06 13:51:32 -07:00
  • bd586b4a57 fix error in test (#215) Robert Nishihara 2016-07-06 13:12:06 -07:00
  • 49decce6f6 print python backtrace in error message (#209) Robert Nishihara 2016-07-06 00:25:02 -07:00
  • 8297522580 don't destruct worker object before all of the object references go out of scope (#212) Robert Nishihara 2016-07-05 19:13:57 -07:00
  • 58b65d39a9 don't display errors when running test (#213) Robert Nishihara 2016-07-05 18:59:54 -07:00
  • 0947024ad9 fix bug for functions with no return values and with one return value (#211) Robert Nishihara 2016-07-05 15:57:05 -07:00
  • 529e86ce64 add example functions to default worker (#210) Robert Nishihara 2016-07-05 14:39:42 -07:00
  • eff6924b7c Update third-party patches (#203) mehrdadn 2016-07-05 22:17:09 +03:00
  • db1f10f1ec use static qualifier for Python extension functions (#208) Philipp Moritz 2016-07-04 15:54:29 -07:00
  • 72e1b0fcd6 fix warnings (#207) Philipp Moritz 2016-07-04 15:40:56 -07:00
  • 3eeb2d315c [WIP] update grpc (#206) Philipp Moritz 2016-07-04 14:24:28 -07:00
  • be26532182 Better code for getting log directory (#198) mehrdadn 2016-07-03 22:58:49 +03:00
  • bd9901f408 Add UUID forgotten in object store IPC name; also fix Windows IPC implementation (#201) mehrdadn 2016-07-03 22:42:13 +03:00
  • fe5dd5d55a Boost.Interprocess hack for Windows (#202) mehrdadn 2016-07-03 07:08:23 +03:00
  • 84321d3f75 Ignore protobuf generated files (#200) mehrdadn 2016-07-03 07:07:28 +03:00
  • 4bf5052832 Update Visual Studio projects (#199) mehrdadn 2016-07-03 07:07:12 +03:00
  • b8c586ac0b Merge pull request #197 from amplab/synchronized Robert Nishihara 2016-07-02 19:20:07 -07:00
  • 9bdde6941f Simplify SynchronizedPtr Mehrdad 2016-07-02 17:45:38 -07:00
  • 4906c01fca Merge pull request #196 from amplab/sphinx Robert Nishihara 2016-07-02 14:12:46 -07:00
  • 2e2bc2c740 Get Sphinx infrastructure in place Philipp Moritz 2016-07-01 18:21:02 -07:00
  • 0ffe657e27 enable restarting workers in singlenode case, plus cleanups to cluster.py (#190) Robert Nishihara 2016-07-01 14:10:51 -07:00
  • f5316d50fc Merge pull request #193 from amplab/visualizegraph Robert Nishihara 2016-07-01 13:21:01 -07:00
  • 9ad2c033d4 Visualize computation graph Philipp Moritz 2016-07-01 11:48:33 -07:00
  • 7611fbce4d fixes to shell.py (#195) Robert Nishihara 2016-06-30 22:57:29 -07:00
  • 5821851318 C++ does not guarantee order of argument evaluation (#194) mehrdadn 2016-07-01 04:49:37 +03:00
  • fb42a5ca50 Merge pull request #191 from amplab/logdir Robert Nishihara 2016-06-30 16:32:06 -07:00
  • 1de824628d Replace boost::interprocess with simple IPC (#189) mehrdadn 2016-07-01 02:31:48 +03:00
  • 18f033fefb Use proper temp directory Mehrdad 2016-06-30 16:03:40 -07:00
  • 8fde648752 Forgot to set Console subsystem for Visual Studio (#192) mehrdadn 2016-07-01 02:19:26 +03:00
  • ad35da08f3 fix (#188) Robert Nishihara 2016-06-30 13:26:06 -07:00
  • b155f44a12 remove some unsafe gets (#187) Robert Nishihara 2016-06-30 12:58:29 -07:00
  • bcbebf4e95 Merge pull request #183 from amplab/search_paths Robert Nishihara 2016-06-30 12:57:09 -07:00
  • 5802ea58b7 Look in PATH for binaries also Mehrdad 2016-06-29 23:15:27 -07:00
  • db1d1b7f79 Visual Studio project file changes (#186) mehrdadn 2016-06-30 08:52:53 +03:00
  • 5328890001 Kill workers (#148) mehrdadn 2016-06-30 08:40:04 +03:00
  • 72f22a238a let scheduler distinguish drivers from workers (#185) Robert Nishihara 2016-06-29 21:43:06 -07:00
  • cdc286ed70 Merge pull request #181 from amplab/test mehrdadn 2016-06-30 01:16:51 +03:00
  • 8aa613b77f replace locks with synchronized Robert Nishihara 2016-06-29 15:16:36 -07:00
  • 17bfe77ff1 Merge pull request #141 from amplab/synchronized Robert Nishihara 2016-06-29 10:21:38 -07:00
  • 37cbbb1669 Synchronized Mehrdad 2016-06-29 10:20:17 -07:00
  • b3e3123ff2 Merge pull request #180 from amplab/fix3 Robert Nishihara 2016-06-28 21:45:41 -07:00
  • 891dccb0ff Set the workerid in submit_task and get_objref Philipp Moritz 2016-06-28 21:41:31 -07:00
  • 15a34fe9bf Merge pull request #179 from amplab/fix2 Robert Nishihara 2016-06-27 17:32:08 -07:00
  • 8d70dd15df Fix imports for default_worker and set SHELL_MODE for shell Philipp Moritz 2016-06-27 17:23:01 -07:00
  • 731280fd75 Merge pull request #177 from amplab/newshell Robert Nishihara 2016-06-27 16:38:01 -07:00
  • a0df13b14f Implement launching cluster with shell Philipp Moritz 2016-06-27 16:33:12 -07:00
  • 49dbaf0a52 VS Project Updates (#178) mehrdadn 2016-06-28 01:21:31 +03:00
  • 27bd859925 Remove objstore_stub_ (#176) mehrdadn 2016-06-27 23:16:35 +03:00
  • 23c0b1828f Initial editor config (#175) mehrdadn 2016-06-27 23:10:55 +03:00
  • e3ad95b200 Merge pull request #173 from amplab/writegraph Robert Nishihara 2016-06-27 12:29:22 -07:00
  • 7af0f1b221 Write computation graph to file Philipp Moritz 2016-06-27 12:16:59 -07:00
  • fb6c74ecab update api for start_ray_local (#174) Robert Nishihara 2016-06-27 11:57:22 -07:00
  • 902cac3089 arrays -> array (#172) Robert Nishihara 2016-06-27 11:35:31 -07:00
  • 814c5b1eb8 Merge pull request #171 from amplab/fix mehrdadn 2016-06-27 01:54:30 +03:00
  • 01b8664cab bug fix, use different values for different constants Robert Nishihara 2016-06-26 15:53:55 -07:00
  • 2a5f2a37dd Merge pull request #169 from amplab/ser mehrdadn 2016-06-26 23:48:15 +03:00
  • d97bce0d64 allow driver to run in PYTHON_MODE, which is equivalent to serial Python Robert Nishihara 2016-06-26 13:43:54 -07:00
  • e8e378883a Merge pull request #168 from amplab/ignore mehrdadn 2016-06-26 21:00:25 +03:00
  • cd2d630074 adding to gitignore Robert Nishihara 2016-06-26 10:59:16 -07:00
  • 3bf5ed9a91 use correct verison of Python on Mac OS X (#167) Robert Nishihara 2016-06-25 15:40:01 -07:00
  • 0bc6a17188 Merge pull request #166 from amplab/parallel Robert Nishihara 2016-06-25 15:38:31 -07:00
  • b99ea3ca4e build ray in parallel Philipp Moritz 2016-06-25 14:02:33 -07:00
  • 28747d3c5e Merge pull request #165 from amplab/sudo Robert Nishihara 2016-06-25 13:51:12 -07:00
  • dc70c90c2e get rid of numbuf sudo command Philipp Moritz 2016-06-25 13:28:33 -07:00
  • 741f4824b1 error messages for gets (#158) Robert Nishihara 2016-06-25 09:43:57 -07:00
  • 6bd26576cc don't return empty list when there are no return values (#157) Robert Nishihara 2016-06-24 19:57:44 -07:00
  • c3335ed093 minor: single quote to double (#156) Robert Nishihara 2016-06-24 19:43:24 -07:00
  • 3e7fe2e4bd Merge pull request #151 from amplab/hyper Robert Nishihara 2016-06-24 17:18:59 -07:00
  • 9c8ad2bec0 Hyperparameter Optimization Code Wapaul1 2016-06-25 00:13:47 +00:00
  • d68d34ac20 Merge pull request #155 from amplab/unmap Robert Nishihara 2016-06-24 17:04:05 -07:00
  • 8a0b8e8789 Unmap segments properly to avoid memory leaks Philipp Moritz 2016-06-24 16:56:26 -07:00
  • abaa4211d4 better printing of errors (#153) Robert Nishihara 2016-06-24 13:22:29 -07:00
  • 75674d1ba1 don't allow failures on os x (#154) Robert Nishihara 2016-06-23 23:47:23 -07:00
  • b05ed0d3b1 don't allow failures on os x Robert Nishihara 2016-06-23 23:42:43 -07:00
  • fde802fb45 Merge pull request #152 from amplab/fixnumpyscalar Robert Nishihara 2016-06-23 18:42:08 -07:00
  • 5ecc2ab67d Fix serialization of numpy scalars and implement more numpy types as well as empty arrays Philipp Moritz 2016-06-23 18:39:02 -07:00
  • 160bd6ed4f log duration of tasks (#150) Robert Nishihara 2016-06-23 15:34:28 -07:00
  • 1951252689 Merge pull request #149 from amplab/getput mehrdadn 2016-06-23 23:34:39 +03:00
  • 188569be37 push/pull -> put/get Robert Nishihara 2016-06-23 12:58:48 -07:00
  • fe918a9f8b Update numbuf to master (#147) mehrdadn 2016-06-23 02:33:04 +03:00
  • d30127c2a9 Merge pull request #136 from amplab/scripts Robert Nishihara 2016-06-22 16:22:29 -07:00