ray/python/ray
2021-02-19 11:58:17 -08:00
..
_private [core] Java worker should respect the user provided node_ip_address (#13732) 2021-02-08 11:59:06 +08:00
autoscaler [autoscaler] Fix bad reference error when specifying IamInstanceProfile by name in config. (#14083) 2021-02-15 16:29:36 -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 [Shuffle] Use progress bar for experimental.shuffle (#14179) 2021-02-18 11:05:54 -08:00
includes Fix deadlock in unhandled exception handler and re-merge (#3) (#14192) 2021-02-19 11:52:09 -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 fix stack (#14193) 2021-02-19 11:52:40 -08:00
serve [Buildkite] Add wheels, jars, and docker builds. (#14190) 2021-02-18 14:19:28 -08:00
tests Revert "[core] Fix bugs in admission control (#14157)" (#14217) 2021-02-19 11:58:17 -08:00
tune [Tune] Raise error when PBT is used with search algorithm (#14176) 2021-02-19 09:41:30 -08:00
util fix and test the errors, limited to pickling (#14174) 2021-02-18 11:13:15 -08:00
workers [Logging] Log rotation config (#13375) 2021-01-26 20:15:55 -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 Fix deadlock in unhandled exception handler and re-merge (#3) (#14192) 2021-02-19 11:52:09 -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] Share the same S3 session for smart_open spilling. (#13904) 2021-02-16 10:40:55 -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 Revert "Pipe monitor.err logs to driver" (#13574) 2021-01-20 00:29:19 -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 Revert "Revert "[Autoscaler] Monitor refactor for backward compatability. (#13970)" (#14046)" (#14050) 2021-02-10 17:59:08 -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 Fix naming of ray_spilled_objects directory 2021-02-01 15:46:40 -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 Revert "[core] Fix bugs in admission control (#14157)" (#14217) 2021-02-19 11:58:17 -08:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
test_utils.py [Core] Ownership-based Object Directory: Consolidate location table and reference table. (#13220) 2021-01-14 13:48:10 -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 Fix deadlock in unhandled exception handler and re-merge (#3) (#14192) 2021-02-19 11:52:09 -08:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00