ray/python/ray
2021-03-08 11:04:10 -06:00
..
_private [Core] Filter out dead nodes when getting address info from redis (#14440) 2021-03-08 15:48:26 +08:00
autoscaler Switch memory units to bytes (#14433) 2021-03-06 19:32:35 -08:00
cloudpickle fix numpy ufunc serialization failures (#14143) 2021-02-17 21:28:21 -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 Allow assigning weight to var with close name (#14109) 2021-03-03 19:11:34 -08:00
includes [metrics] Remove unused unit field from cython classes (#14497) 2021-03-07 20:06:02 -06:00
internal [Core] Fix ray memory bug (#14452) 2021-03-03 09:20:00 -08:00
ray_operator [operator] expose RAY_CONFIG_DIR env var (fix #14074) (#14076) 2021-02-12 17:47:00 -08:00
scripts [Core] Fix ray memory bug (#14452) 2021-03-03 09:20:00 -08:00
serve Revert "Revert "Support accessing underlying attributes in RayTaskErr… (#14449) 2021-03-08 11:04:10 -06:00
tests Revert "Revert "Support accessing underlying attributes in RayTaskErr… (#14449) 2021-03-08 11:04:10 -06:00
tune [tune] Fixed save_to_dir w/ os.replace (#14510) 2021-03-06 01:14:56 -08:00
util [metrics] Remove unused unit field from cython classes (#14497) 2021-03-07 20:06:02 -06:00
workers [Core] Simplify system config passing from Raylet to workers (#13860) 2021-02-20 20:20:13 +08:00
__init__.py Remove PYTHON_MODE that is not defined in Ray so that import * will work from other packages. (#13544) 2021-01-18 23:07:01 -08:00
_raylet.pxd [Core] Ownership-based Object Directory - Added support for object spilling in the ownership-based object directory. (#13948) 2021-02-11 10:36:22 -08:00
_raylet.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00
_raylet.pyx Revert "Revert "Support accessing underlying attributes in RayTaskErr… (#14449) 2021-03-08 11:04:10 -06:00
actor.py [ray_client] convert things registered for ray into ray_client (#13639) 2021-02-03 13:30:05 -08:00
async_compat.py Code cleanup about python3 asyncio compat (#11134) 2020-09-30 14:22:25 -07:00
cluster_utils.py [Core] Fix grpc server is started check (#14183) 2021-02-19 16:48:28 +08: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 Revert "Revert "Support accessing underlying attributes in RayTaskErr… (#14449) 2021-03-08 11:04:10 -06:00
external_storage.py [Object Spilling] Support multiple directories for spilling. (#14240) 2021-02-23 11:51:57 -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 [LogMonitor] Add assertion on os.kill type (#14271) 2021-02-23 10:57:09 -08:00
memory_monitor.py Add tip on how to disable Ray OOM handler (#14017) 2021-02-09 21:52:22 -08:00
metrics_agent.py [metrics] Only put live nodes in prometheus service discovery file (#14495) 2021-03-04 16:17:00 -06:00
monitor.py Fixes autoscaling monitor when environment has set http_proxy or https_proxy (#14351) 2021-03-03 18:22:53 +02: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 [Core] Fix port issue (#14435) 2021-03-03 09:16:00 -08:00
parameter.py [Core] Fix port issue (#14435) 2021-03-03 09:16:00 -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 Switch memory units to bytes (#14433) 2021-03-06 19:32:35 -08:00
ray_logging.py [Object Spilling] Remove job id from the io worker log name. (#13746) 2021-01-27 16:26:32 -08:00
ray_perf.py [ray_client] add client microbenchmarks (#13007) 2020-12-21 12:17:44 -08:00
ray_process_reaper.py Windows bug fixes (#7740) 2020-03-30 20:39:23 -05:00
remote_function.py [ray_client] convert things registered for ray into ray_client (#13639) 2021-02-03 13:30:05 -08:00
resource_spec.py Require opt-in to switching plasma to /tmp instead of /dev/shm (#14451) 2021-03-02 16:44:33 -08:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
runtime_context.py [Doc] Ray logging document. (#14102) 2021-02-16 15:27:30 -08:00
serialization.py Revert "Revert "Support accessing underlying attributes in RayTaskErr… (#14449) 2021-03-08 11:04:10 -06:00
services.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
setup-dev.py Rename the ray.operator module to ray.ray_operator (#13705) 2021-01-26 10:29:07 -08:00
signature.py [ray_client] actors v0 (#12388) 2020-12-01 13:12:08 -08:00
state.py [core] Fix bugs in admission control again (#14222) 2021-02-19 18:07:57 -08:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
test_utils.py [Core]Fix ray.kill doesn't cancel pending actor bug (#14154) 2021-03-03 16:12:32 +08:00
utils.py reset memory for tasks and actors to 5% when cached memory added (#14345) 2021-03-05 10:36:29 +08:00
worker.py [Core - Autoscaler] Upon autoscaler failure, propagate error message to all current and future drivers (#14219) 2021-02-22 12:25:42 -08:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00