ray/python/ray
2020-11-20 13:28:46 -08:00
..
_private State which IP addresses are failing to match. (#11957) 2020-11-19 17:25:25 -08:00
autoscaler [autoscaler] give max_workers precedence over min_workers in resource demand scheduler (#12106) 2020-11-18 16:24:48 -08:00
cloudpickle Re-Revert: [Serialization] Update CloudPickle to 1.6.0 (#9694) (#11837) 2020-11-06 12:24:36 -08:00
core Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
dashboard [Logging] Remove per worker job log file / support worker log rotation (#11927) 2020-11-16 11:29:43 -08:00
dataframe Dataframe deprecation (#2353) 2018-07-06 00:16:22 -07:00
experimental Support ray.* in remote functions for Ray client (#12177) 2020-11-20 13:28:46 -08:00
includes [core] Add Recursive task cancelation (#11923) 2020-11-18 15:18:40 -08:00
internal [core] Replace task resubmission in raylet with ownership protocol (#9394) 2020-07-15 14:55:51 -07:00
scripts Enable even more new scheduler tests (#12096) 2020-11-19 16:47:18 -08:00
serve Deflake test_router (#12175) 2020-11-19 18:37:46 -08:00
tests Support ray.* in remote functions for Ray client (#12177) 2020-11-20 13:28:46 -08:00
tune [tune] Avoid dependency on Kubernetes (#12188) 2020-11-20 13:01:20 -08:00
util [data] MLDataset based on ParallelIterator (#11849) 2020-11-19 00:33:37 -08:00
workers [Logging] Remove per worker job log file / support worker log rotation (#11927) 2020-11-16 11:29:43 -08:00
__init__.py [Object Spilling] Introduce SpillWorker & RestoreWorker Pool to avoid IO worker deadlock. (#11885) 2020-11-11 18:20:14 -08: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 [core] Add Recursive task cancelation (#11923) 2020-11-18 15:18:40 -08:00
actor.py [Core] Add option to override environment variables for tasks and actors (#11619) 2020-10-29 14:22:44 -05: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 [object spilling] Autocreate dir if not exists (#11999) 2020-11-13 12:13:06 -08:00
function_manager.py [redis-py] change redis-py deprecated hmset usage to hset (#11776) 2020-11-03 22:23:02 -08: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 [Logging] Remove per worker job log file / support worker log rotation (#11927) 2020-11-16 11:29:43 -08:00
memory_monitor.py [new scheduler] Pass test_basic and add CI builds with flag on (#11635) 2020-10-28 11:02:43 -07:00
metrics_agent.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
monitor.py [Logging] Remove per worker job log file / support worker log rotation (#11927) 2020-11-16 11:29:43 -08:00
new_dashboard [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
nightly-wheels.yaml [build] Build wheels with manylinux2014 (#11621) 2020-11-03 19:36:32 -08:00
node.py [autoscaler] remove unnecessary print output (#12131) 2020-11-18 18:33:48 -08:00
operator.py [autoscaler/k8s] Preliminary k8s operator (#11929) 2020-11-12 11:58:02 -06:00
parameter.py [Object spilling] Add policy to automatically spill objects on OutOfMemory (#11673) 2020-11-02 12:42:02 -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 [docker] auto-populate shared memory size (#11953) 2020-11-12 17:22:42 -08:00
ray_logging.py [Logging] Remove per worker job log file / support worker log rotation (#11927) 2020-11-16 11:29:43 -08: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 [Core] Add option to override environment variables for tasks and actors (#11619) 2020-10-29 14:22:44 -05:00
reporter.py [Logging] Remove per worker job log file / support worker log rotation (#11927) 2020-11-16 11:29:43 -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 [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 Lazily initialize the global state accessor in Python workers (#12054) 2020-11-16 21:35:12 -08:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
test_utils.py Add random actor placement; fix cancellation callback; update test skips (#11684) 2020-10-30 18:36:35 -07:00
utils.py [Logging] Remove per worker job log file / support worker log rotation (#11927) 2020-11-16 11:29:43 -08:00
worker.py [core] Add Recursive task cancelation (#11923) 2020-11-18 15:18:40 -08:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00