ray/python/ray
2020-12-14 15:09:43 -08:00
..
_private [Multi-tenancy] Delete flag enable_multi_tenancy and remove old code path (#10573) 2020-12-10 19:01:40 +08:00
autoscaler Ray cluster CRD and example CR + multi-ray-cluster operator (#12098) 2020-12-14 10:26:01 -06: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 [Hotfix] Fix python client lint error (#12783) 2020-12-11 10:15:53 -08:00
includes Split heartbeat message (#12535) 2020-12-11 21:19:57 +08:00
internal [grpc]'ray memory' fails if there are many objects in scope #8502 (#12673) 2020-12-08 09:36:53 -08:00
operator Ray cluster CRD and example CR + multi-ray-cluster operator (#12098) 2020-12-14 10:26:01 -06:00
scripts Runing -> Running (#12826) 2020-12-13 22:23:48 -08:00
serve [Serve] Wait for actor name to be cleaned up (#12215) 2020-12-14 15:09:43 -08:00
tests Revert heartbeat interval to keep ci stable (#12836) 2020-12-14 16:58:40 +08:00
tune [tune] add more stoppers and stopper documentation (#12750) 2020-12-12 01:47:19 -08:00
util Revert "[PlacementGroup]Add PlacementGroup wait python api (#12601)" (#12825) 2020-12-12 12:13:48 -08:00
workers [Logging] Use file handle temporalily (#12839) 2020-12-14 11:42:44 -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 Hold GIL while submitting (actor) tasks (#12803) 2020-12-11 21:47:16 -06:00
actor.py Clarify docs for atexit behavior when using ray.kill (#12807) 2020-12-11 21:45:39 -06: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 [ray_client] Include multiple facets of the Ray API (#12736) 2020-12-10 19:09:34 -08: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 Split heartbeat message (#12535) 2020-12-11 21:19:57 +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 Remove debug extras from setup.py (#12751) 2020-12-10 16:23:11 -06:00
metrics_agent.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
monitor.py Ray cluster CRD and example CR + multi-ray-cluster operator (#12098) 2020-12-14 10:26:01 -06: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 [Multi-tenancy] Delete flag enable_multi_tenancy and remove old code path (#10573) 2020-12-10 19:01:40 +08:00
parameter.py [Multi-tenancy] Delete flag enable_multi_tenancy and remove old code path (#10573) 2020-12-10 19:01:40 +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] Use file handle temporalily (#12839) 2020-12-14 11:42:44 -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 Clip RLIMIT_NOFILE increase to avoid redis failing to start on Big Sur 2020-12-14 14:05:19 -08:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00