ray/python/ray
2021-05-26 12:11:19 -05:00
..
_private [Core] Add "env_vars" field to runtime_env (#16075) 2021-05-26 12:11:19 -05:00
autoscaler [autoscaler][aws] deprecate worker_nodes and head_node (#15584) 2021-05-19 11:54:29 -07:00
cloudpickle Cloudpickle workaround for false positive cases (#15202) 2021-04-09 02:22:46 -07: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 Revert "Revert "[runtime_env] Add support of exclusion (#15241)" (#15303)" with fixing (#15310) 2021-04-14 20:34:53 -07:00
includes [Core] Cache workers by runtime_env in worker pool (#15782) 2021-05-18 00:19:27 -07:00
internal Fix ray memory command broken with RAY_ADDRESS='auto'. (#15892) 2021-05-18 22:06:17 -07:00
ray_operator [autoscaler][kubernetes][minor][hotfix] Fix havoc-wreaking typo (#15916) 2021-05-19 13:52:26 -05:00
scripts [client] Local client builder (#15935) 2021-05-22 10:11:41 -07:00
serve [Serve] Cleanup examples and tests (#16042) 2021-05-25 15:32:36 -07:00
tests [Core] Add "env_vars" field to runtime_env (#16075) 2021-05-26 12:11:19 -05:00
tune [Horovod] Test with Ray Client (#15996) 2021-05-25 20:21:58 -07:00
util [Client][Proxy] Track Num Clients in the proxy (#16038) 2021-05-25 22:17:43 -07:00
workers [Core] Add "env_vars" field to runtime_env (#16075) 2021-05-26 12:11:19 -05:00
__init__.py [core] API for pre-run customized functions (#15749) 2021-05-17 22:52:36 -07:00
_raylet.pxd [Core] Pass RuntimeEnv as opaque string in the task spec (#15658) 2021-05-13 10:32:00 -05:00
_raylet.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00
_raylet.pyx [Core] Fix asyncio actor exit. (#15925) 2021-05-20 17:21:58 -07:00
actor.py [Core] Add "env_vars" field to runtime_env (#16075) 2021-05-26 12:11:19 -05:00
client_builder.py [Client][Proxy] Track Num Clients in the proxy (#16038) 2021-05-25 22:17:43 -07:00
cluster_utils.py [serve] Add warning + docstring for anonymous namespaces (#15921) 2021-05-20 22:27:15 -05:00
cross_language.py fix cross language ut (#11492) 2020-10-20 14:14:40 +08:00
exceptions.py [Core] Fix asyncio actor exit. (#15925) 2021-05-20 17:21:58 -07:00
external_storage.py [plasma] Reset OOM timer as objects are being spilled (#15431) 2021-05-20 13:13:54 -07:00
gcs_utils.py Split heartbeat message (#12535) 2020-12-11 21:19:57 +08:00
job_config.py [Core] Add "env_vars" field to runtime_env (#16075) 2021-05-26 12:11:19 -05: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 Add tracing to Ray (#14872) 2021-04-30 22:16:47 -07:00
profiling.py Drop profiling events if the GCS becomes backlogged (#15726) 2021-05-11 14:10:34 -07:00
py.typed Support ray task type checking (#9574) 2020-07-21 19:05:42 -07:00
ray_cluster_perf.py [Core] Adds deprecation decorator and fixes privatization of a few APIs. (#14811) 2021-03-22 10:31:50 -07:00
ray_constants.py Namespaces (#15774) 2021-05-17 10:04:22 -07:00
ray_perf.py [release] Move xgboost tune small + microbenchmark release test to new release automation (#15619) 2021-05-08 20:38:39 +01:00
remote_function.py [Core] Add "env_vars" field to runtime_env (#16075) 2021-05-26 12:11:19 -05:00
resource_spec.py [autoscaler][kubernetes] Helm chart (#15614) 2021-05-17 16:55:10 -07:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
runtime_context.py [client] Client builder API namespace support (#15934) 2021-05-20 12:36:05 -07:00
serialization.py [Serialization] Pydantic -> serialization_addons.py and Ray Client support. (#15181) 2021-04-14 15:21:13 -07:00
serialization_addons.py [Serialization] Pydantic -> serialization_addons.py and Ray Client support. (#15181) 2021-04-14 15:21:13 -07:00
services.py [Code Cleanup] Switch to use ray.util.get_node_ip_address() (#14741) 2021-03-18 13:10:57 -07:00
setup-dev.py [Kubernetes][autoscaler] Deep copy in K8s Node Provider to fix scaling issues (#14773) 2021-03-18 18:17:57 -05:00
state.py [core] Record actor+job start/end times and metadata (#15803) 2021-05-17 21:38:39 -07:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
test_utils.py [Core] Automatically inject ray and python version in runtime_env (#15958) 2021-05-21 17:15:52 -05:00
utils.py [Core] Adds deprecation decorator and fixes privatization of a few APIs. (#14811) 2021-03-22 10:31:50 -07:00
worker.py Fix duplicate log messages when ray.shutdown() and ray.init() are called repeatedly (#15957) 2021-05-20 22:27:54 -05:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00