ray/python/ray
Clark Zinzow c1a1be1da6
[Core] Locality-aware leasing: Milestone 2 - Owned refs, cached locations (#14282)
* Adds locality-aware leasing for cached owned refs.

* Add tests for locality-aware leasing on cached owned refs.
2021-02-24 21:24:10 -08:00
..
_private [Dashboard] Select port in dashboard (#13763) 2021-02-23 16:27:48 -08:00
autoscaler Add debug_state.txt to cluster dump (#14310) 2021-02-24 22:47:26 +01: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 [Shuffle] Use progress bar for experimental.shuffle (#14179) 2021-02-18 11:05:54 -08:00
includes Revert "Revert "Inline small objects in GetObjectStatus response. (#13309)" (#13615)" (#13618) 2021-02-23 12:06:37 -08:00
internal [Object Spilling] Add consumed bytes to detect thrashing. (#13853) 2021-02-03 14:16:26 -08:00
ray_operator [operator] expose RAY_CONFIG_DIR env var (fix #14074) (#14076) 2021-02-12 17:47:00 -08:00
scripts Add debug_state.txt to cluster dump (#14310) 2021-02-24 22:47:26 +01:00
serve fix servehandle docstring for sync/async (#14312) 2021-02-24 16:41:15 -08:00
tests [Core] Locality-aware leasing: Milestone 2 - Owned refs, cached locations (#14282) 2021-02-24 21:24:10 -08:00
tune [tune] fix placement group timeout (#14313) 2021-02-24 13:35:13 -08:00
util [Collective] Address some comments and minor updates before merging multistream (#14302) 2021-02-24 20:43:42 -08: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 "Inline small objects in GetObjectStatus response. (#13309)" (#13615)" (#13618) 2021-02-23 12:06:37 -08: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 Fix assert get_outer_ref None failed + Support better traceback. (#14126) 2021-02-16 10:09:01 -08: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] Record per node and raylet cpu / mem usage (#12982) 2021-01-05 21:57:21 -08:00
monitor.py [Monitor] Log some diagnosis information on startup (#14287) 2021-02-23 14:30:27 -08: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 [Object Spilling] Remove LRU eviction (#13977) 2021-02-15 14:24:53 -08:00
parameter.py [Object Spilling] Remove LRU eviction (#13977) 2021-02-15 14:24:53 -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 [Dashboard] Select port in dashboard (#13763) 2021-02-23 16:27:48 -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 [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 [Doc] Ray logging document. (#14102) 2021-02-16 15:27:30 -08:00
serialization.py Fix assert get_outer_ref None failed + Support better traceback. (#14126) 2021-02-16 10:09:01 -08: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 [Dashboard] Select port in dashboard (#13763) 2021-02-23 16:27:48 -08:00
utils.py Revert "Revert "Increase the number of unique bits for actors to avoi… (#12990) 2020-12-21 15:16:42 -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