ray/python/ray
2021-10-31 10:27:19 -05:00
..
_private [runtime env] Move container related code to runtime env (#19067) 2021-10-29 16:31:11 -07:00
autoscaler [Documentation] Fix quotes for windows installations (#19859) 2021-10-29 10:54:38 -07:00
cloudpickle [Serialization] Update cloudpickle to v2.0.0 (#19383) 2021-10-15 02:37:29 -07:00
core Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
data [data] Initial pass at support multiple-block returns for read and transform tasks (#19660) 2021-10-29 14:21:56 -07:00
experimental [runtime_env] Refactor working dir packaging code into runtime_env.packaging module (#19112) 2021-10-20 18:38:50 -05:00
includes [Refactor] Remove ServiceBased Abstraction (#19694) 2021-10-29 10:16:14 -07:00
internal [Core] Add TLS/SSL support to gRPC channels (#18631) 2021-10-20 22:39:11 -07:00
ray_operator [k8s] Refactored k8s operator to use kopf for controller logic (#15787) 2021-06-01 12:00:55 -07:00
scripts flush stdout/stderr to avoid empty log in docker start block (#19546) 2021-10-25 10:58:48 -07:00
serve [serve] Rename BackendVersion -> DeploymentVersion (#19798) 2021-10-31 10:27:19 -05:00
sgd [Train] Rename Ray SGD v2 to Ray Train (#19436) 2021-10-18 22:27:46 -07:00
tests [Core] deflake windows test failure (test_task_retry_mini_integration) #19916 2021-10-30 15:13:38 -07:00
train [Train] Simplify single worker training (#19814) 2021-10-28 10:54:35 -07:00
tune [Documentation] Fix quotes for windows installations (#19859) 2021-10-29 10:54:38 -07:00
util [Documentation] Fix quotes for windows installations (#19859) 2021-10-29 10:54:38 -07:00
workers [runtime env] Move container related code to runtime env (#19067) 2021-10-29 16:31:11 -07:00
workflow [data] Initial pass at support multiple-block returns for read and transform tasks (#19660) 2021-10-29 14:21:56 -07:00
__init__.py [docs/usability] Apple Silicon support (#19705) 2021-10-25 14:49:28 -07:00
_raylet.pxd [Core] Port concurrency groups with asyncio (#18567) 2021-10-21 21:46:56 +08:00
_raylet.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00
_raylet.pyx [Usabiilty] Improve the serialization failure message (#19691) 2021-10-28 14:25:51 -07:00
actor.py [runtime_env] Allow specifying runtime env in @ray.remote decorator with Ray Client (#19626) 2021-10-25 10:32:31 -05:00
client_builder.py [Client] Add deprecation warnings for direct ray.client().connect() calls (#18783) 2021-10-28 22:06:11 -07:00
cluster_utils.py [RFC] Fake multi-node mode for autoscaler (#18987) 2021-10-11 18:27:29 -07:00
cross_language.py Force disable placement_group for all dataset tasks (#19208) 2021-10-08 10:16:09 -07:00
dashboard [dashboard] Rename "new_dashboard" -> "dashboard" (#18214) 2021-09-15 11:17:15 -05:00
exceptions.py [core] nicer error message for unpickleable exceptions (#17936) 2021-10-11 01:19:19 -07:00
external_storage.py [core] better error message for lost objects (#18068) 2021-08-26 00:03:29 -07:00
job_config.py [job submission] Add job_config in subprocess driver script (#19765) 2021-10-28 12:12:51 -05:00
nightly-wheels.yaml fix wheel links (#17973) 2021-08-23 13:43:34 -07:00
node.py [RFC] Fake multi-node mode for autoscaler (#18987) 2021-10-11 18:27:29 -07:00
py.typed Support ray task type checking (#9574) 2020-07-21 19:05:42 -07:00
ray_constants.py [Core] Don't unpickle and run functions exported by other jobs (#19576) 2021-10-22 17:13:20 -07:00
remote_function.py [Usabiilty] Improve the serialization failure message (#19691) 2021-10-28 14:25:51 -07:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
runtime_context.py [Serve] Use ray core metrics for autoscaling (#19038) 2021-10-18 19:32:49 -07:00
serialization.py [core] Remove unused plasma promotion path (#19122) 2021-10-07 10:55:50 -07:00
serialization_addons.py [Serialization] Pydantic -> serialization_addons.py and Ray Client support. (#15181) 2021-04-14 15:21:13 -07:00
setup-dev.py [Train] Fixed HorovodBackend to automatically detect network interfaces (#19533) 2021-10-21 09:13:11 -07:00
state.py [Core] Fix GPU first scheduling that is not working with placement group (#19141) 2021-10-11 00:12:25 -07:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
types.py [data] Fix the ObjectRef type in the dataset docs (#17111) 2021-07-15 09:50:37 -07: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 [Client] Add deprecation warnings for direct ray.client().connect() calls (#18783) 2021-10-28 22:06:11 -07:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00