ray/python/ray
2020-12-08 21:55:10 -08:00
..
_private [Java] Simplify Ray.init() by invoking ray start internally (#10762) 2020-12-04 14:33:45 +08:00
autoscaler [Autoscaler] Temporarily suppress "Removed stale ip mappings" message. (#12689) 2020-12-08 21:55:10 -08:00
cloudpickle [tune/core] serialization debugging utility (#12142) 2020-12-02 00:52: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 [ray_client] Passing actors to actors (#12585) 2020-12-08 21:54:55 -08:00
includes [grpc]'ray memory' fails if there are many objects in scope #8502 (#12673) 2020-12-08 09:36:53 -08:00
internal [grpc]'ray memory' fails if there are many objects in scope #8502 (#12673) 2020-12-08 09:36:53 -08:00
scripts Ray debugger stepping between tasks (#12075) 2020-12-06 21:50:18 -08:00
serve [Serve] Fix Flask Request self reference (#12560) 2020-12-03 10:45:04 -06:00
tests [ray_client] Passing actors to actors (#12585) 2020-12-08 21:54:55 -08:00
tune [Release] release tests yamls for Tune & GPU (#12496) 2020-12-08 10:15:07 -08:00
util [PlacementGroup]Add PlacementGroup wait python api (#12601) 2020-12-07 13:53:49 +08:00
workers [Logging] Fix tensorflow logging issue. (#12225) 2020-11-29 22:16:52 -08:00
__init__.py [Core]Remove checkpoint table (#12235) 2020-12-01 08:58:36 -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 [TEST] Fix Ray windows build for debugger (#12671) 2020-12-08 18:12:48 -08:00
actor.py [ray_client] actors v0 (#12388) 2020-12-01 13:12:08 -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 Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
external_storage.py [Object Spilling] Delete spilled objects when references are gone out of scope. (#12341) 2020-12-01 13:10:39 -08:00
function_manager.py [ray_client] actors v0 (#12388) 2020-12-01 13:12:08 -08:00
gcs_utils.py [Core]Remove checkpoint table (#12235) 2020-12-01 08:58:36 -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 [Logging] Fix log monitor issue (#12588) 2020-12-07 22:01:18 -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] Log rotation on all components (#12101) 2020-11-30 19:03:55 -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 [Logging] Log rotation on all components (#12101) 2020-11-30 19:03:55 -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 Ray debugger stepping between tasks (#12075) 2020-12-06 21:50:18 -08:00
ray_logging.py [Logging] Log rotation on all components (#12101) 2020-11-30 19:03:55 -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 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 [Custom Metrics] Improve ray runtime context. (#10981) 2020-09-28 16:18:19 -07:00
serialization.py Revert "Re-Revert "[Core] zero-copy serializer for pytorch (#12344)" (#12478)" (#12515) 2020-11-30 19:05:55 -08:00
services.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
setup-dev.py [tune/core] serialization debugging utility (#12142) 2020-12-02 00:52:17 -08:00
signature.py [ray_client] actors v0 (#12388) 2020-12-01 13:12:08 -08:00
state.py [Core]Remove checkpoint table (#12235) 2020-12-01 08:58:36 -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 [tune] trim kwargs in shim instantiation functions (#12544) 2020-12-02 12:07:00 -08:00
worker.py [Core] Ensure global state is connected when exception hook is called from the driver. (#12655) 2020-12-07 18:28:32 -08:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00