No description
Find a file
Robert Nishihara be4beb19c1 Changes to build to fix creation of wheels. (#840)
* Pass DPYTHON_EXECUTABLE into cmake for arrow and for ray.

* Add cython to setup.py install_requires.

* Revert custom code for finding python in cmake.

* Correctly find arrow on CentOS.

* In cmake, don't find PythonLibs, just find PYTHON_INCLUDE_DIRS.

* Fix typo.

* Do not use boost shared libraries when building arrow.

* Add six to the setup.py install_requires because it is needed by pyarrow.

* Don't link numbuf against boost_system and boost_filesystem.

* Compile boost when we are on Linux.

* Make numbuf find the correct boost libraries.

* Only use find_package Boost on Linux, suppress output when building boost.

* Changes to wheel building scripts, install cython in mac script.

* Compile flatbuffers ourselves on Linux and pass it in when compiling Arrow.

* Clean up build_flatbuffers.sh and build_boost.sh scripts a little.

* Install cython when building linux wheel.
2017-08-21 17:49:35 -07:00
.travis Pin cloudpickle version to 0.3 in travis tests. (#834) 2017-08-13 01:16:42 -07:00
cmake/Modules Changes to build to fix creation of wheels. (#840) 2017-08-21 17:49:35 -07:00
doc Initial fault tolerance documentation. (#845) 2017-08-19 17:38:14 -07:00
docker Be more precise which boost dependencies are needed. (#823) 2017-08-07 20:02:48 -07:00
examples Test example applications and rllib in jenkins tests. (#707) 2017-07-16 18:51:33 +00:00
python Changes to build to fix creation of wheels. (#840) 2017-08-21 17:49:35 -07:00
site Add note about adaptively launching tasks in blog post. (#582) 2017-05-20 23:19:42 -07:00
src Changes to build to fix creation of wheels. (#840) 2017-08-21 17:49:35 -07:00
test Adding basic support for a user-interpretable resource label (#761) 2017-08-08 02:53:59 -07:00
vsprojects Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
.clang-format Implement object table notification subscriptions and switch to using Redis modules for object table. (#134) 2016-12-18 18:19:02 -08:00
.editorconfig Update Windows support (#317) 2016-07-28 13:11:13 -07:00
.gitignore Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00
.travis.yml Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00
build-docker.sh Fix build-docker.sh bug (#515) 2017-05-06 18:57:08 -07:00
build.sh Changes to build to fix creation of wheels. (#840) 2017-08-21 17:49:35 -07:00
CMakeLists.txt Fix installation instruction for ubuntu 14.04 (#805) 2017-08-02 18:14:14 -07:00
LICENSE [rllib] Basic port of baselines/deepq to rllib (#709) 2017-07-07 18:37:00 +00:00
pylintrc adding pylint (#233) 2016-07-08 12:39:11 -07:00
Ray.sln Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
README.rst Expand API documentation. (#375) 2017-03-17 16:48:25 -07:00

Ray
===

.. image:: https://travis-ci.org/ray-project/ray.svg?branch=master
    :target: https://travis-ci.org/ray-project/ray

.. image:: https://readthedocs.org/projects/ray/badge/?version=latest
    :target: http://ray.readthedocs.io/en/latest/?badge=latest

|

Ray is a flexible, high-performance distributed execution framework.

View the `documentation`_.

.. _`documentation`: http://ray.readthedocs.io/en/latest/index.html