ray/python/ray
2020-09-27 16:50:07 -07:00
..
_private Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
autoscaler Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
cloudpickle Revert "[Serialization] Update CloudPickle to 1.6.0 (#9694)" (#10460) 2020-08-31 20:41:37 -07:00
core Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
dashboard Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
dataframe Dataframe deprecation (#2353) 2018-07-06 00:16:22 -07:00
experimental [Refactor] Rename ClientId to NodeId (#10992) 2020-09-27 10:24:21 -07:00
includes [Refactor] Rename ClientId to NodeId (#10992) 2020-09-27 10:24:21 -07:00
internal [core] Replace task resubmission in raylet with ownership protocol (#9394) 2020-07-15 14:55:51 -07:00
pyarrow_files Package pyarrow along with ray. (#822) 2017-08-07 21:17:28 -07:00
scripts Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
serve [Metric] custom metrics refinement (#10861) 2020-09-25 09:10:28 -07:00
tests Deflake object manager test (#11052) 2020-09-26 18:33:02 -07:00
tune [tune] Callbacks for tune runs (#11001) 2020-09-27 16:50:07 -07:00
util [Placement Group] Remove warning msg for placement groups. (#11034) 2020-09-25 20:53:42 -07:00
workers [Core] Allow users to specify the classpath and import path (#10560) 2020-09-09 00:46:32 +08:00
__init__.py [Refactor] Rename ClientId to NodeId (#10992) 2020-09-27 10:24:21 -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 [Refactor] Rename ClientId to NodeId (#10992) 2020-09-27 10:24:21 -07:00
actor.py [Doc] Document options method (#10830) 2020-09-16 14:23:24 -07:00
async_compat.py Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08: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 [Doc] Cross language page (#10471) 2020-09-08 16:51: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 [Core] Object spilling prototype (#9818) 2020-08-14 15:39:10 -07:00
function_manager.py [api] API deprecations and cleanups for 1.0 (internal_config and Checkpointable actor) (#10333) 2020-08-27 10:19:53 -07:00
gcs_utils.py Cross language exception (#10023) 2020-08-26 10:46:05 +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 Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -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 Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
new_dashboard [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
nightly-wheels.yaml release process: bump version number to 1.1.0.dev0 everywhere (#10686) 2020-09-10 16:00:21 -07:00
node.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
parameter.py Remove the '--include-java' option (#10594) 2020-09-09 17:01:17 +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 [Core] Accelerator type API (#10561) 2020-09-06 20:58:40 -07: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 [Doc] Document options method (#10830) 2020-09-16 14:23:24 -07:00
reporter.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
resource_spec.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
runtime_context.py [Placement Group] Capture Child Task Part 1 (#10968) 2020-09-24 09:02:03 -07:00
serialization.py [xlang] Cross language serialization for ActorHandle (#10335) 2020-09-02 10:11:53 +08:00
services.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
setup-dev.py confirm (#11049) 2020-09-26 13:48:13 -07:00
signature.py [Tech Debt] Use f-string for python/ray/*.py (#10268) 2020-08-23 22:01:31 -07:00
state.py [Refactor] Rename ClientId to NodeId (#10992) 2020-09-27 10:24:21 -07:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
test_utils.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
utils.py Fix push_error_to_driver_through_redis (#10848) 2020-09-17 10:50:44 -07:00
worker.py Start moving ray internal files to _private module (#10994) 2020-09-24 22:46:35 -07:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00