Robert Nishihara
|
5f71751891
|
API cleanups. Remove worker argument. Remove some deprecated arguments. (#4025)
* Remove worker argument from API methods.
* Remove deprecated arguments and deprecate redirect_output and redirect_worker_output.
* Fix
|
2019-02-15 10:49:16 -08:00 |
|
Si-Yuan
|
48139cf861
|
Migrate Python C extension to Cython (#3541)
|
2019-01-24 09:17:14 -08:00 |
|
Si-Yuan
|
84fae57ab5
|
Convert the raylet client (the code in local_scheduler_client.cc) to proper C++. (#3511)
* refactoring
* fix bugs
* create client class
* create client class for java; bug fix
* remove legacy code
* improve code by using std::string, std::unique_ptr rename private fields and removing legacy code
* rename class
* improve naming
* fix
* rename files
* fix names
* change name
* change return types
* make a mutex private field
* fix comments
* fix bugs
* lint
* bug fix
* bug fix
* move too short functions into the header file
* Loose crash conditions for some APIs.
* Apply suggestions from code review
Co-Authored-By: suquark <suquark@gmail.com>
* format
* update
* rename python APIs
* fix java
* more fixes
* change types of cpython interface
* more fixes
* improve error processing
* improve error processing for java wrapper
* lint
* fix java
* make fields const
* use pointers for [out] parameters
* fix java & error msg
* fix resource leak, etc.
|
2018-12-13 13:39:10 -08:00 |
|
Robert Nishihara
|
658c14282c
|
Remove legacy Ray code. (#3121)
* Remove legacy Ray code.
* Fix cmake and simplify monitor.
* Fix linting
* Updates
* Fix
* Implement some methods.
* Remove more plasma manager references.
* Fix
* Linting
* Fix
* Fix
* Make sure class IDs are strings.
* Some path fixes
* Fix
* Path fixes and update arrow
* Fixes.
* linting
* Fixes
* Java fixes
* Some java fixes
* TaskLanguage -> Language
* Minor
* Fix python test and remove unused method signature.
* Fix java tests
* Fix jenkins tests
* Remove commented out code.
|
2018-10-26 13:36:58 -07:00 |
|
Yuhong Guo
|
eeb15771ba
|
Add ray.internal.free (#2542)
|
2018-08-14 22:01:23 -07:00 |
|