ray/python/ray
2020-10-21 18:42:38 -07:00
..
_private Add --worker-port-list option to ray start (#11481) 2020-10-21 14:46:45 -05:00
autoscaler [autoscaler/AWS] Updated AWS Node Provider threading logic (#11422) 2020-10-21 18:42:38 -07:00
cloudpickle Revert "[Serialization] Update CloudPickle to 1.6.0 (#9694)" (#10460) 2020-08-31 20:41:37 -07:00
core Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
dashboard Fix spelling of occurred (#10792) 2020-10-08 10:55:52 -07:00
dataframe Dataframe deprecation (#2353) 2018-07-06 00:16:22 -07:00
experimental [Object spilling] Update object directory and reload spilled objects automatically (#11021) 2020-10-02 15:52:42 -07:00
includes [Java] Release actor instance reference when Ray.exitActor() is invoked (#11324) 2020-10-14 13:12:59 +08:00
internal [core] Replace task resubmission in raylet with ownership protocol (#9394) 2020-07-15 14:55:51 -07:00
scripts Add --worker-port-list option to ray start (#11481) 2020-10-21 14:46:45 -05:00
serve [Serve] Get ServeHandle on the same node (#11477) 2020-10-20 10:44:23 -07:00
tests [autoscaler/AWS] Updated AWS Node Provider threading logic (#11422) 2020-10-21 18:42:38 -07:00
tune [tune] Update for ZOOpt (#11491) 2020-10-20 23:56:20 -07:00
util [SGD] Callback API for SGD+Tune (#11316) 2020-10-15 15:22:14 -07:00
workers [Core] Allow users to specify the classpath and import path (#10560) 2020-09-09 00:46:32 +08:00
__init__.py [Refactor] Rename ClientId to NodeId (#10992) 2020-09-27 10:24:21 -07:00
_raylet.pxd Fix some Windows CI issues (#9708) 2020-07-28 18:10:23 -07:00
_raylet.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00
_raylet.pyx Remove memory quota enforcement from actors (#11480) 2020-10-21 14:29:03 -07:00
actor.py [Placement Group] Capture child tasks by default. (#11025) 2020-09-27 19:33:00 -07: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 Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
external_storage.py [Core] Object spilling prototype (#9818) 2020-08-14 15:39:10 -07:00
function_manager.py Code cleanup about python3 asyncio compat (#11134) 2020-09-30 14:22:25 -07:00
gcs_utils.py [Autoscaler] Account for resource backlog size (#11261) 2020-10-12 09:43:48 -07: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 [Core] Publish gcs server failure to drivers. (#11265) 2020-10-08 08:59:31 -07:00
memory_monitor.py Remove memory quota enforcement from actors (#11480) 2020-10-21 14:29:03 -07:00
metrics_agent.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
monitor.py [Autoscaler] Placement group autoscaling (#11243) 2020-10-14 13:11:46 -07:00
new_dashboard [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
nightly-wheels.yaml release process: bump version number to 1.1.0.dev0 everywhere (#10686) 2020-09-10 16:00:21 -07:00
node.py Add --worker-port-list option to ray start (#11481) 2020-10-21 14:46:45 -05:00
parameter.py Add --worker-port-list option to ray start (#11481) 2020-10-21 14:46:45 -05: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 [autoscaler] Update Autoscaler SDK (#11185) 2020-10-03 13:18:01 -07:00
ray_perf.py [api] API deprecations and cleanups for 1.0 (internal_config and Checkpointable actor) (#10333) 2020-08-27 10:19:53 -07:00
ray_process_reaper.py Windows bug fixes (#7740) 2020-03-30 20:39:23 -05:00
remote_function.py [Placement Group] Remove useless placement group argument in ray remote (#11389) 2020-10-16 14:17:18 -07:00
reporter.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
resource_spec.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
runtime_context.py [Custom Metrics] Improve ray runtime context. (#10981) 2020-09-28 16:18:19 -07:00
serialization.py [xlang] Cross language serialization for ActorHandle (#10335) 2020-09-02 10:11:53 +08:00
services.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
setup-dev.py [Dashboard] CPU/GPU usage details in actor pane (#11269) 2020-10-13 20:23:23 -05:00
signature.py [Tech Debt] Use f-string for python/ray/*.py (#10268) 2020-08-23 22:01:31 -07:00
state.py [GCS]Use new getting all available resources interface instead of pub-sub … (#10914) 2020-09-29 09:41:10 -07:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
test_utils.py [Core] Multi-tenancy: enable multi-tenancy by default (#10570) 2020-09-29 23:54:53 -07:00
utils.py Fix push_error_to_driver_through_redis (#10848) 2020-09-17 10:50:44 -07:00
worker.py Try to raise ulimit for file descriptors to max allowed; warn if ulimit is still too low (#11515) 2020-10-21 14:29:43 -07:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00