ray/python/ray
2021-01-15 17:41:17 -08:00
..
_private Split out the part of get_node_ip_address for which the docstring is correct (#12796) 2021-01-14 11:32:56 +08:00
autoscaler Bump dev branch to 2.0 to avoid endless version bump toil (#13497) 2021-01-15 17:41:17 -08:00
cloudpickle [Serialization] Fix cloudpickle (#13242) 2021-01-06 17:21:17 -08:00
core Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
dataframe Dataframe deprecation (#2353) 2018-07-06 00:16:22 -07:00
experimental Implement internal kv in ray client (#13344) 2021-01-11 14:54:52 -08:00
includes [Core] Ownership-based Object Directory: Consolidate location table and reference table. (#13220) 2021-01-14 13:48:10 -08:00
internal [Core][CLI] ray status and ray memory no longer starts a new job (#13391) 2021-01-14 10:12:16 -08:00
operator [kubernetes][minor] Operator garbage collection fix (#13392) 2021-01-14 10:40:15 -06:00
scripts [Core][CLI] ray status and ray memory no longer starts a new job (#13391) 2021-01-14 10:12:16 -08:00
serve [serve] Properly obey SERVE_LOG_DEBUG=0 (#13460) 2021-01-14 12:24:22 -08:00
tests [ray_client]: fix wrong reference in server_pickler (#13474) 2021-01-15 15:49:38 -08:00
tune [Tune] Pin Transitive Dependencies (#13358) 2021-01-13 19:10:21 -08:00
util Bump dev branch to 2.0 to avoid endless version bump toil (#13497) 2021-01-15 17:41:17 -08:00
workers [Logging] Use file handle temporalily (#12839) 2020-12-14 11:42:44 -08:00
__init__.py Bump dev branch to 2.0 to avoid endless version bump toil (#13497) 2021-01-15 17:41:17 -08:00
_raylet.pxd Fix a crash problem caused by GetActorHandle in ActorManager (#13164) 2021-01-08 12:11:08 +08:00
_raylet.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00
_raylet.pyx [Core] Ownership-based Object Directory: Consolidate location table and reference table. (#13220) 2021-01-14 13:48:10 -08:00
actor.py add the method annotation and a comment explaining what's happening (#13306) 2021-01-10 15:54:10 -08:00
async_compat.py Code cleanup about python3 asyncio compat (#11134) 2020-09-30 14:22:25 -07:00
cluster_utils.py [docs] Tips for testing Ray applications (#10583) 2020-09-04 18:40:48 -07:00
compat.py Fix WSL patch (it doesn't fall under "win32") (#9195) 2020-06-29 21:00:00 -05:00
cross_language.py fix cross language ut (#11492) 2020-10-20 14:14:40 +08:00
exceptions.py Revert "Revert "Increase the number of unique bits for actors to avoi… (#12990) 2020-12-21 15:16:42 -08:00
external_storage.py [Object Spilling] Implement level triggered logic to make streaming shuffle work + additional cleanup (#12773) 2020-12-18 19:31:14 -08:00
function_manager.py [ray_client] actors v0 (#12388) 2020-12-01 13:12:08 -08:00
gcs_utils.py Split heartbeat message (#12535) 2020-12-11 21:19:57 +08:00
import_thread.py [api] Initial API deprecations for Ray 1.0 (#10325) 2020-08-28 15:03:50 -07:00
job_config.py [Hotfix] fix bug about code_search_path in JobConfig (#10666) 2020-09-09 15:28:45 +08:00
log_monitor.py Revert "Revert "Increase the number of unique bits for actors to avoi… (#12990) 2020-12-21 15:16:42 -08:00
memory_monitor.py Remove debug extras from setup.py (#12751) 2020-12-10 16:23:11 -06:00
metrics_agent.py [Metrics] Record per node and raylet cpu / mem usage (#12982) 2021-01-05 21:57:21 -08:00
monitor.py Make request_resources() use internal kv instead of redis pub sub (#13410) 2021-01-13 17:30:43 -08:00
new_dashboard [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
nightly-wheels.yaml Bump dev branch to 2.0 to avoid endless version bump toil (#13497) 2021-01-15 17:41:17 -08:00
node.py Start ray client server with 'ray start' (#13217) 2021-01-06 21:04:14 -08:00
parameter.py Start ray client server with 'ray start' (#13217) 2021-01-06 21:04:14 -08:00
profiling.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
prometheus_exporter.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
py.typed Support ray task type checking (#9574) 2020-07-21 19:05:42 -07:00
ray_cluster_perf.py Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
ray_constants.py Start ray client server with 'ray start' (#13217) 2021-01-06 21:04:14 -08:00
ray_logging.py [ray_client] Implement a gRPC streaming logs API for the client (#13001) 2020-12-20 19:35:34 -08:00
ray_perf.py [ray_client] add client microbenchmarks (#13007) 2020-12-21 12:17:44 -08:00
ray_process_reaper.py Windows bug fixes (#7740) 2020-03-30 20:39:23 -05:00
remote_function.py Ray debugger stepping between tasks (#12075) 2020-12-06 21:50:18 -08:00
resource_spec.py [docker] auto-populate shared memory size (#11953) 2020-11-12 17:22:42 -08:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
runtime_context.py Fix getting runtime context dict in driver (#13417) 2021-01-14 14:41:53 -06:00
serialization.py [Serialization] New custom serialization API (#13291) 2021-01-14 13:15:31 -08:00
services.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
setup-dev.py [kubernetes][minor] Operator garbage collection fix (#13392) 2021-01-14 10:40:15 -06:00
signature.py [ray_client] actors v0 (#12388) 2020-12-01 13:12:08 -08:00
state.py [ray_client]: Insert decorators into the real ray module to allow for client mode (#13031) 2020-12-22 22:51:45 -08:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
test_utils.py [Core] Ownership-based Object Directory: Consolidate location table and reference table. (#13220) 2021-01-14 13:48:10 -08:00
utils.py Revert "Revert "Increase the number of unique bits for actors to avoi… (#12990) 2020-12-21 15:16:42 -08:00
worker.py [Core] Ownership-based Object Directory: Consolidate location table and reference table. (#13220) 2021-01-14 13:48:10 -08:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00