ray/python/ray
2019-11-24 15:32:06 -08:00
..
autoscaler Fix linting on master branch (#6174) 2019-11-16 10:02:58 -08:00
cloudpickle Use pickle by default for serialization (#5978) 2019-11-10 18:12:18 -08:00
core Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
dashboard Revert "Try to enable dashboard (again) (#6069)" (#6159) 2019-11-13 12:32:12 -08:00
dataframe Dataframe deprecation (#2353) 2018-07-06 00:16:22 -07:00
experimental Fix linting on master branch (#6174) 2019-11-16 10:02:58 -08:00
includes Rate limit asyncio actor (#6242) 2019-11-24 11:39:28 -08:00
internal [core worker] Python core worker object interface (#5272) 2019-09-12 23:07:46 -07:00
projects [Projects] Unify hyphen vs underscore handling for arguments (#6208) 2019-11-20 23:52:41 -08:00
pyarrow_files Package pyarrow along with ray. (#822) 2017-08-07 21:17:28 -07:00
scripts Microbenchmark for inter-node object transfer (#6098) 2019-11-15 21:39:06 -08:00
tests Fix python PATH for build (#6260) 2019-11-24 15:32:06 -08:00
tune Move more unit tests to bazel (#6250) 2019-11-24 11:43:34 -08:00
workers Use grpc for communication from worker to local raylet (task submission and direct actor args only) (#6118) 2019-11-11 21:17:25 -08:00
__init__.py Use pickle by default for serialization (#5978) 2019-11-10 18:12:18 -08:00
_raylet.pyx Rate limit asyncio actor (#6242) 2019-11-24 11:39:28 -08:00
actor.py Rate limit asyncio actor (#6242) 2019-11-24 11:39:28 -08:00
async_compat.py Rate limit asyncio actor (#6242) 2019-11-24 11:39:28 -08:00
cluster_utils.py Move more unit tests to bazel (#6250) 2019-11-24 11:43:34 -08:00
exceptions.py Add timeout param to ray.get (#6107) 2019-11-14 00:50:04 -08:00
function_manager.py Rate limit asyncio actor (#6242) 2019-11-24 11:39:28 -08:00
gcs_utils.py Rename ClientTableData to GcsNodeInfo (#5251) 2019-07-30 11:22:47 +08:00
import_thread.py [docs] Improve more serialization Errors (#5658) 2019-10-20 14:06:00 -07:00
local_mode_manager.py Fix passing object ids in local mode (#6170) 2019-11-15 15:46:39 -08:00
log_monitor.py [revert] Disable monitor error logging to stdout #5692 2019-09-14 22:32:48 -07:00
memory_monitor.py Speed up task submissions a bit (#5992) 2019-10-25 00:10:37 -07:00
monitor.py Send active object IDs to the raylet (#5803) 2019-10-20 22:05:28 -07:00
node.py Fix sigterm_handler (#6141) 2019-11-14 13:41:50 -08:00
parameter.py Revert "Try to enable dashboard (again) (#6069)" (#6159) 2019-11-13 12:32:12 -08:00
profiling.py Optimize python task execution (#6024) 2019-10-27 00:43:34 -07:00
ray_cluster_perf.py Move more unit tests to bazel (#6250) 2019-11-24 11:43:34 -08:00
ray_constants.py Minimal implementation of direct task calls (#6075) 2019-11-12 11:45:28 -08:00
ray_perf.py Support concurrent Actor calls in Ray (#6053) 2019-11-04 01:14:35 -08:00
remote_function.py Fix memory store wait (#6152) 2019-11-14 10:17:30 -08:00
reporter.py [Dashboard] Improve handling of logs and errors in dashboard backend (#5857) 2019-10-10 11:59:54 -07:00
resource_spec.py Update max resource label and give better error message (#5916) 2019-10-16 22:37:01 -07:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
runtime_context.py [ID Refactor] Rename DriverID to JobID (#5004) 2019-06-28 00:44:51 +08:00
serialization.py Fix bug in direct task calls for objects that were evicted (#6216) 2019-11-21 15:38:31 -08:00
services.py Revert "Try to enable dashboard (again) (#6069)" (#6159) 2019-11-13 12:32:12 -08:00
setup-dev.py Fix setup (#5400) 2019-08-07 16:17:29 -07:00
signature.py Minimal implementation of direct task calls (#6075) 2019-11-12 11:45:28 -08:00
state.py Add hostname to nodeinfo(#6156) 2019-11-19 15:03:46 +08:00
test_utils.py Move more unit tests to bazel (#6250) 2019-11-24 11:43:34 -08:00
utils.py Speed up task submissions a bit (#5992) 2019-10-25 00:10:37 -07:00
worker.py Fix worker signal.SIGTERM handler being installed from outside the main thread (#6176) 2019-11-20 11:14:28 -08:00