ray/python/ray
2020-12-01 13:12:08 -08:00
..
_private [Logging] Log rotation on all components (#12101) 2020-11-30 19:03:55 -08:00
autoscaler [autoscaler] Try to improve the request_resources() documentation (#12465) 2020-11-30 16:03:30 -08:00
cloudpickle Re-Revert: [Serialization] Update CloudPickle to 1.6.0 (#9694) (#11837) 2020-11-06 12:24:36 -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] actors v0 (#12388) 2020-12-01 13:12:08 -08:00
includes [Object Spilling] Delete spilled objects when references are gone out of scope. (#12341) 2020-12-01 13:10:39 -08:00
internal [core] Replace task resubmission in raylet with ownership protocol (#9394) 2020-07-15 14:55:51 -07:00
scripts [GCS]Fill resource fields when re-report heartbeat after gcs restarted (#12097) 2020-11-25 11:07:02 +08:00
serve Async Future Throws RayError as well (#12419) 2020-12-01 13:07:43 -08:00
tests [ray_client] actors v0 (#12388) 2020-12-01 13:12:08 -08:00
tune [tune] remove some bottlenecks in trialrunner (#12476) 2020-11-30 14:54:25 -08:00
util [ray_client] actors v0 (#12388) 2020-12-01 13:12:08 -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 [Object Spilling] Delete spilled objects when references are gone out of scope. (#12341) 2020-12-01 13:10:39 -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] Log rotation on all components (#12101) 2020-11-30 19:03:55 -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 [Object Spilling] Delete spilled objects when references are gone out of scope. (#12341) 2020-12-01 13:10:39 -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 Remove deprecated f._submit API (#12268) 2020-11-23 16:20:22 -06: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 [RLlib] Fix setup-dev.py error when creating a softlink for new_dashboard. (#12442) 2020-12-01 11:46:59 +01: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 [ray_client] actors v0 (#12388) 2020-12-01 13:12:08 -08:00
worker.py [ray_client] actors v0 (#12388) 2020-12-01 13:12:08 -08:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00