ray/python/ray
2020-08-26 10:46:05 +08:00
..
autoscaler [autoscaler] Fix logging regression (#10280) 2020-08-24 14:25:12 -07:00
cloudpickle Update cloudpickle to version 1.4.1 (#8577) 2020-05-29 17:55:48 -07:00
core Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
dashboard [Dashboard] Memory View Group by Stack Trace and UI Overhaul (#10227) 2020-08-24 14:54:42 -05:00
dataframe Dataframe deprecation (#2353) 2018-07-06 00:16:22 -07:00
experimental [Placement Group] Wait (#10259) 2020-08-24 20:14:48 -07:00
includes [Object spilling] Look up the location of the primary raylet from the owner's metadata (#10197) 2020-08-20 14:46:59 -07:00
internal [core] Replace task resubmission in raylet with ownership protocol (#9394) 2020-07-15 14:55:51 -07:00
projects [autoscaler] Allow users to disable the cluster config cache (#8117) 2020-07-09 15:47:58 -07:00
pyarrow_files Package pyarrow along with ray. (#822) 2017-08-07 21:17:28 -07:00
scripts [cli] Tests (#10057) 2020-08-22 13:29:10 -07:00
serve [Serve] Type hints for API (#10205) 2020-08-20 15:33:04 -07:00
tests Cross language exception (#10023) 2020-08-26 10:46:05 +08:00
tune [tune] custom trial directory name (#10214) 2020-08-25 12:52:54 -07:00
util fix iterable dataset (issue 9899) (#9952) 2020-08-22 19:40:38 -07:00
workers [Core] Object spilling prototype (#9818) 2020-08-14 15:39:10 -07:00
__init__.py Better checking that ray.init() has been called. (#10261) 2020-08-25 17:13:11 -07: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 Cross language exception (#10023) 2020-08-26 10:46:05 +08:00
actor.py Better checking that ray.init() has been called. (#10261) 2020-08-25 17:13:11 -07:00
async_compat.py Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
cluster_utils.py [Tech Debt] Use f-string for python/ray/*.py (#10268) 2020-08-23 22:01:31 -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 [Tech Debt] Use f-string for python/ray/*.py (#10268) 2020-08-23 22:01:31 -07:00
exceptions.py Cross language exception (#10023) 2020-08-26 10:46:05 +08:00
external_storage.py [Core] Object spilling prototype (#9818) 2020-08-14 15:39:10 -07:00
function_manager.py [Tech Debt] Use f-string for python/ray/*.py (#10268) 2020-08-23 22:01:31 -07:00
gcs_utils.py Cross language exception (#10023) 2020-08-26 10:46:05 +08:00
import_thread.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
job_config.py [Core] Multi-tenancy: Job isolation & implement per job config (except for env variables) (#9500) 2020-08-04 15:51:29 +08:00
log_monitor.py [Tech Debt] Use f-string for python/ray/*.py (#10268) 2020-08-23 22:01:31 -07:00
memory_monitor.py Update memory_monitor.py (#9212) 2020-08-24 10:29:01 -07:00
metrics_agent.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
monitor.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
new_dashboard [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
nightly-wheels.yaml [cli] install nightly wheels via ray install-nightly (#10054) 2020-08-11 20:08:22 -07:00
node.py [Dashboard] Start the new dashboard (#10131) 2020-08-24 13:24:23 -07:00
parameter.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07: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 Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
ray_perf.py Add plasma store benchmark for small objects (#9549) 2020-07-17 14:20:59 -07:00
ray_process_reaper.py Windows bug fixes (#7740) 2020-03-30 20:39:23 -05:00
remote_function.py [Placement Group] Wait (#10259) 2020-08-24 20:14:48 -07:00
reporter.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
resource_spec.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
serialization.py Cross language exception (#10023) 2020-08-26 10:46:05 +08:00
services.py [Dashboard] Start the new dashboard (#10131) 2020-08-24 13:24:23 -07:00
setup-dev.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
signature.py [Tech Debt] Use f-string for python/ray/*.py (#10268) 2020-08-23 22:01:31 -07:00
state.py Better checking that ray.init() has been called. (#10261) 2020-08-25 17:13:11 -07:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
test_utils.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
utils.py Partially Use f string (#10218) 2020-08-20 18:21:16 -07:00
worker.py Better checking that ray.init() has been called. (#10261) 2020-08-25 17:13:11 -07:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00