ray/python/ray
Alan Guo 646835d292
[autoscaler] Throw error with missing cluster_synced_files. (#9965)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-08-07 23:07:09 -07:00
..
autoscaler [autoscaler] Throw error with missing cluster_synced_files. (#9965) 2020-08-07 23:07:09 -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 [Stats] Metrics Export User Interface Part 2 (Prometheus Service Discovery) (#9970) 2020-08-07 21:59:24 -07:00
dataframe Dataframe deprecation (#2353) 2018-07-06 00:16:22 -07:00
experimental [Dask] Dask-Ray scheduler MVP. (#9857) 2020-08-04 11:45:25 -07:00
includes ci: Redo format.sh --all script & backfill lint fixes (#9956) 2020-08-07 16:49:49 -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 [Stats] Metrics Export User Interface Part 2 (Prometheus Service Discovery) (#9970) 2020-08-07 21:59:24 -07:00
serve [serve] Add min and max limits to autoscaling (#9955) 2020-08-07 15:30:14 -05:00
tests [Stats] Metrics Export User Interface Part 2 (Prometheus Service Discovery) (#9970) 2020-08-07 21:59:24 -07:00
tune [tune] reorder transformer example save (#9994) 2020-08-07 20:29:04 -07:00
util [Core] Remove Legacy Raylet Code (#9936) 2020-08-06 16:37:50 -07:00
workers Fetch internal config from raylet (#8195) 2020-04-28 13:12:11 -05:00
__init__.py [Core] Error info pubsub (Remove ray.errors API) (#9665) 2020-08-04 14:04:29 +08:00
_raylet.pxd Fix some Windows CI issues (#9708) 2020-07-28 18:10:23 -07:00
_raylet.pyi Support ray task type checking (#9574) 2020-07-21 19:05:42 -07:00
_raylet.pyx [Core] Remove Legacy Raylet Code (#9936) 2020-08-06 16:37:50 -07:00
actor.py [Core] Remove Legacy Raylet Code (#9936) 2020-08-06 16:37:50 -07:00
async_compat.py Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
cluster_utils.py [Test] Cluster util fix (#8929) 2020-06-29 14:15:41 -05:00
compat.py Fix WSL patch (it doesn't fall under "win32") (#9195) 2020-06-29 21:00:00 -05:00
cross_language.py [HOTFIX] Fix master build with missing placement group argument (#9868) 2020-08-04 11:19:15 -07:00
exceptions.py Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
function_manager.py Use UTF-8 for encoding of python code for collision hashing (#9586) 2020-07-21 13:16:54 -07:00
gcs_utils.py [Core] Multi-tenancy: Job isolation & implement per job config (except for env variables) (#9500) 2020-08-04 15:51:29 +08:00
import_thread.py Register function race (#9346) 2020-07-28 13:51:34 -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 Fixed stderr logging (9765) 2020-07-29 13:19:04 -07:00
memory_monitor.py Change os.uname()[1] and socket.gethostname() to the portable and faster platform.node_ip() (#8839) 2020-06-08 21:29:46 -07:00
metrics_agent.py [Stats] Metrics Export User Interface Part 2 (Prometheus Service Discovery) (#9970) 2020-08-07 21:59:24 -07:00
monitor.py Only update raylet map when autoscaler configured (#9435) 2020-07-27 11:23:06 +08:00
new_dashboard [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
node.py [Core] Read resources from an environment variable (#9831) 2020-08-06 18:32:01 -07:00
parameter.py [Stats] Metrics Export User Interface Part 1 (#9913) 2020-08-06 16:16:29 -07:00
profiling.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
prometheus_exporter.py [Stats] Basic Metrics Infrastructure (Metrics Agent + Prometheus Exporter) (#9607) 2020-07-28 10:28:01 -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 [Stats] Metrics Export User Interface Part 2 (Prometheus Service Discovery) (#9970) 2020-08-07 21:59:24 -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] Allow scheduling a task on any bundle (-1, default) (#9885) 2020-08-06 00:05:21 -07:00
reporter.py [Stats] Metrics Export User Interface Part 1 (#9913) 2020-08-06 16:16:29 -07:00
resource_spec.py [Core] Gpu type detection (#9695) 2020-08-01 11:43:56 -07:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
serialization.py Fix ObjectRef and ActorHandle serialization (#9462) 2020-07-14 09:42:32 -07:00
services.py [Stats] Metrics Export User Interface Part 1 (#9913) 2020-08-06 16:16:29 -07:00
setup-dev.py Win10 setup-dev.py fixes. (#9169) 2020-06-27 21:28:11 +02:00
signature.py Remove dependence on funcsigs. (#7701) 2020-03-22 21:37:24 -07:00
state.py [Stats] Metrics Export User Interface Part 1 (#9913) 2020-08-06 16:16:29 -07:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
test_utils.py [Test] Reduce the wait for condition timeout. (#9971) 2020-08-07 11:44:53 -07:00
utils.py [Core] test_advanced_3.py::test_logging_to_driver (round 2) (#9916) 2020-08-05 15:04:36 -05:00
worker.py [Stats] Metrics Export User Interface Part 1 (#9913) 2020-08-06 16:16:29 -07:00
worker.pyi Support ray task type checking (#9574) 2020-07-21 19:05:42 -07:00