ray/python/ray
2019-09-16 13:00:46 -07:00
..
autoscaler Fix edge case in autoscaler with poor bin packing (#5702) 2019-09-13 11:46:10 -07:00
cloudpickle Initial implementation for pickle5 support (#5611) 2019-09-13 17:54:14 -07:00
core Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
dashboard Fix json.loads compatibility issue for Python 3.5 (#5466) 2019-08-17 00:33:55 -07:00
dataframe Dataframe deprecation (#2353) 2018-07-06 00:16:22 -07:00
experimental Use set comprehensions (#5707) 2019-09-14 15:44:25 -07:00
includes [core worker] Python core worker normal task submission (#5566) 2019-09-14 13:02:53 -07:00
internal [core worker] Python core worker object interface (#5272) 2019-09-12 23:07:46 -07:00
projects [Projects] Allow named sessions (#5706) 2019-09-16 13:00:46 -07:00
pyarrow_files Package pyarrow along with ray. (#822) 2017-08-07 21:17:28 -07:00
scripts [flaky test] Fix test_calling_start_ray_head (#5644) 2019-09-14 22:27:45 -07:00
tests [flaky test] Fix test_calling_start_ray_head (#5644) 2019-09-14 22:27:45 -07:00
tune [tune] Checkpoint and Sync at end (#5699) 2019-09-15 15:58:58 -07:00
workers [ID Refactor] Rename DriverID to JobID (#5004) 2019-06-28 00:44:51 +08:00
__init__.py [core worker] Python core worker object interface (#5272) 2019-09-12 23:07:46 -07:00
_raylet.pyx [core worker] Python core worker normal task submission (#5566) 2019-09-14 13:02:53 -07:00
actor.py [core worker] Python core worker object interface (#5272) 2019-09-12 23:07:46 -07:00
exceptions.py [core worker] Python core worker object interface (#5272) 2019-09-12 23:07:46 -07:00
function_manager.py Add test for mutually recursive remote functions. (#5349) 2019-08-17 00:46:44 -07:00
gcs_utils.py Rename ClientTableData to GcsNodeInfo (#5251) 2019-07-30 11:22:47 +08:00
import_thread.py Improved KeyboardInterrupt Exception Handling (#5237) 2019-07-22 02:29:56 -07:00
local_mode_manager.py [core worker] Python core worker object interface (#5272) 2019-09-12 23:07:46 -07:00
log_monitor.py [revert] Disable monitor error logging to stdout #5692 2019-09-14 22:32:48 -07:00
memory_monitor.py Fix DeprecationWarning (#5608) 2019-09-01 15:21:32 -07:00
monitor.py Take into account queue length in autoscaling (#5684) 2019-09-11 11:31:35 -07:00
node.py [flaky test] Fix test_calling_start_ray_head (#5644) 2019-09-14 22:27:45 -07:00
parameter.py Ray, Tune, and RLlib support for memory, object_store_memory options (#5226) 2019-08-21 23:01:10 -07:00
profiling.py Remove local/global_scheduler from code and doc. (#4549) 2019-04-03 17:05:09 -07:00
ray_constants.py [rllib] Revert [rllib] Port DDPG to the build_tf_policy pattern (#5626) 2019-09-04 21:39:22 -07:00
remote_function.py Ray, Tune, and RLlib support for memory, object_store_memory options (#5226) 2019-08-21 23:01:10 -07:00
reporter.py Add a web dashboard for monitoring node resource usage (#4066) 2019-02-21 00:10:04 -08:00
resource_spec.py Deflake cluster heartbeat test (#5552) 2019-09-11 12:26:04 -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 Expose custom serializers through the API. (#1147) 2017-10-29 00:08:55 -07:00
services.py Raise error if space in redis password (#5673) 2019-09-11 20:58:39 -07:00
setup-dev.py Fix setup (#5400) 2019-08-07 16:17:29 -07:00
signature.py Reduce Ray / RLlib startup messages (#5368) 2019-08-05 13:23:54 -07:00
state.py Deprecate old global state API. (#5484) 2019-09-15 09:13:15 -07:00
utils.py [core worker] Python core worker object interface (#5272) 2019-09-12 23:07:46 -07:00
worker.py Call ray.put in ray.init() to speed up first object store access. (#5685) 2019-09-14 21:27:32 -07:00