.. |
autoscaler
|
Start WebUI by default. (#6493)
|
2019-12-27 13:49:07 -08:00 |
cloudpickle
|
Use pickle by default for serialization (#5978)
|
2019-11-10 18:12:18 -08:00 |
core
|
Define common data structures with protobuf. (#5121)
|
2019-07-08 22:41:37 +08:00 |
dashboard
|
[Dashboard] Collecting worker stats in node manager and implement webui display in the backend (#6574)
|
2019-12-22 17:50:23 -08:00 |
dataframe
|
Dataframe deprecation (#2353)
|
2018-07-06 00:16:22 -07:00 |
experimental
|
[Serve] Adding BackendConfig (#6541)
|
2019-12-27 23:34:50 -06:00 |
includes
|
Fix verbose shutdown error and test_env_with_subprocesses (#6614)
|
2019-12-26 22:43:39 -08:00 |
internal
|
[core worker] Python core worker object interface (#5272)
|
2019-09-12 23:07:46 -07:00 |
projects
|
[Projects] Refactor cluster specification (#6488)
|
2019-12-14 22:43:06 -08:00 |
pyarrow_files
|
Package pyarrow along with ray. (#822)
|
2017-08-07 21:17:28 -07:00 |
scripts
|
Start WebUI by default. (#6493)
|
2019-12-27 13:49:07 -08:00 |
tests
|
Fix test_actor.py test_kill. (#6623)
|
2019-12-27 22:39:17 -08:00 |
tune
|
[tune] Usability errors PBT (#5972)
|
2019-12-26 14:27:07 -08:00 |
workers
|
Remove ref counting dependencies on ray.get() (#6412)
|
2019-12-10 18:11:34 -08:00 |
__init__.py
|
[Dashboard] Collecting worker stats in node manager and implement webui display in the backend (#6574)
|
2019-12-22 17:50:23 -08:00 |
_raylet.pxd
|
[Streaming] Streaming data transfer and python integration (#6185)
|
2019-12-10 20:33:24 +08:00 |
_raylet.pyx
|
Fix verbose shutdown error and test_env_with_subprocesses (#6614)
|
2019-12-26 22:43:39 -08:00 |
actor.py
|
Fix verbose shutdown error and test_env_with_subprocesses (#6614)
|
2019-12-26 22:43:39 -08:00 |
async_compat.py
|
Remove object id translation (#6531)
|
2019-12-19 12:47:49 -08:00 |
cluster_utils.py
|
Use localhost and set redis password by default (#6481)
|
2019-12-17 19:41:19 -08:00 |
exceptions.py
|
Add timeout param to ray.get (#6107)
|
2019-11-14 00:50:04 -08:00 |
function_manager.py
|
Fix bug when failing to import remote functions or actors with args and kwargs. (#6577)
|
2019-12-24 13:23:48 -08:00 |
gcs_utils.py
|
Rename ClientTableData to GcsNodeInfo (#5251)
|
2019-07-30 11:22:47 +08:00 |
import_thread.py
|
Fix bug in which remote function redefinition doesn't happen. (#6175)
|
2019-11-26 11:19:19 -06:00 |
local_mode_manager.py
|
Fix passing object ids in local mode (#6170)
|
2019-11-15 15:46:39 -08:00 |
log_monitor.py
|
[revert] Disable monitor error logging to stdout #5692
|
2019-09-14 22:32:48 -07:00 |
memory_monitor.py
|
Speed up task submissions a bit (#5992)
|
2019-10-25 00:10:37 -07:00 |
monitor.py
|
Send active object IDs to the raylet (#5803)
|
2019-10-20 22:05:28 -07:00 |
node.py
|
Start WebUI by default. (#6493)
|
2019-12-27 13:49:07 -08:00 |
parameter.py
|
Start WebUI by default. (#6493)
|
2019-12-27 13:49:07 -08:00 |
profiling.py
|
Optimize python task execution (#6024)
|
2019-10-27 00:43:34 -07:00 |
ray_cluster_perf.py
|
Move more unit tests to bazel (#6250)
|
2019-11-24 11:43:34 -08:00 |
ray_constants.py
|
Reduce reporter CPU (#6553)
|
2019-12-19 22:21:30 -08:00 |
ray_perf.py
|
Enable direct calls by default (#6367)
|
2019-12-13 13:58:04 -08:00 |
ray_process_reaper.py
|
Use process reaper for cleanup (#6253)
|
2019-11-26 22:00:08 -06:00 |
remote_function.py
|
[direct call] Retry failed tasks with delay (#6453)
|
2019-12-12 17:12:38 -08:00 |
reporter.py
|
Reduce reporter CPU (#6553)
|
2019-12-19 22:21:30 -08:00 |
resource_spec.py
|
Update max resource label and give better error message (#5916)
|
2019-10-16 22:37:01 -07:00 |
rllib
|
[rllib] Try moving RLlib to top level dir (#5324)
|
2019-08-05 23:25:49 -07:00 |
runtime_context.py
|
[ID Refactor] Rename DriverID to JobID (#5004)
|
2019-06-28 00:44:51 +08:00 |
serialization.py
|
Make sure numpy >= 1.16.0 is installed for fast pickling support (#6486)
|
2019-12-14 16:36:49 -08:00 |
services.py
|
Start WebUI by default. (#6493)
|
2019-12-27 13:49:07 -08:00 |
setup-dev.py
|
Make setup-dev.py more resilient (#6467)
|
2019-12-13 11:32:04 -08:00 |
signature.py
|
fix java build failure (#6062)
|
2019-12-06 14:38:43 +08:00 |
state.py
|
Add hostname to nodeinfo(#6156)
|
2019-11-19 15:03:46 +08:00 |
streaming
|
[Streaming] Streaming data transfer and python integration (#6185)
|
2019-12-10 20:33:24 +08:00 |
test_utils.py
|
Move more unit tests to bazel (#6250)
|
2019-11-24 11:43:34 -08:00 |
utils.py
|
[tune] fix log dir race condition (#6420)
|
2019-12-10 21:00:19 -08:00 |
worker.py
|
Start WebUI by default. (#6493)
|
2019-12-27 13:49:07 -08:00 |