Sumanth Ratna
8d1ad25545
[docs] Add troubleshooting section to installation page ( #12659 )
...
* Add troubleshooting section to installation docs
* Set fix instructions lang to bash
* Update doc/source/installation.rst
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-10 18:56:56 -08:00
Ian Rodney
9b3ef2f340
[docs] Fix Docker links ( #12702 )
...
* switch autoscaler -> ray-ml
* add more tables
2020-12-10 18:08:48 -08:00
Eric Squires
9f70293700
Remove debug extras from setup.py ( #12751 )
2020-12-10 16:23:11 -06:00
Kai Yang
21fcee28f9
[Java] Simplify Ray.init()
by invoking ray start
internally ( #10762 )
2020-12-04 14:33:45 +08:00
Edward Oakes
90d7863eb3
Document that ray install-nightly command doesn't work for 1.0.1.post1 and older ( #12429 )
2020-11-25 19:55:12 -06:00
Eric Liang
09d6ea5784
Clarify official releases vs nightly wheels
2020-11-16 23:30:40 -08:00
Ian Rodney
3b56a1a522
[docker] auto-populate shared memory size ( #11953 )
2020-11-12 17:22:42 -08:00
Barak Michener
05c4e3fb2a
[build] Build wheels with manylinux2014 ( #11621 )
...
* necessary changes
* Split bazel install
* manylinux2014
* change references to manylinux2014
* Fix lint
* port alex's docker build changes
* fix config issue
* remove extra manylinux2010 requirement script
* revert SHA overwrite
* wip
* incompatible_linklibs
* fix nits
2020-11-03 19:36:32 -08:00
Lee moon soo
09932ee72b
[docs] correct docker image name in Launch Ray in Docker
section ( #11475 )
2020-10-19 16:01:03 -07:00
Richard Liaw
b0ca70f628
[tune+core] tune lifecycle and starting ray guide ( #10813 )
2020-09-21 11:27:50 -07:00
Barak Michener
c6b1ed7f8f
release process: bump version number to 1.1.0.dev0 everywhere ( #10686 )
2020-09-10 16:00:21 -07:00
chaokunyang
bf71c0b9f6
[Java] Deploy snapshort jars to maven repository in travis ci ( #10701 )
2020-09-10 15:40:16 -07:00
Ian Rodney
5d4d67c47d
[docker] Mirror Functionality of CI scripts & Fix docs ( #10349 )
...
* first-pass
* add back build examples
* remove unnecessary test
* add gcc and more formatting
* doc fixing
* small fixes
2020-08-31 10:57:17 -07:00
Richard Liaw
5560272556
[cli] install nightly wheels via ray install-nightly
( #10054 )
2020-08-11 20:08:22 -07:00
Robert Nishihara
06c3518aa1
Drop support for Python 3.5. ( #9622 )
...
* Drop support for Python 3.5.
* Update setup.py
2020-07-23 19:26:06 -07:00
Max Fitton
051973ad23
Add dashboard dependencies to default ray installation ( #9447 )
2020-07-20 12:53:08 -05:00
Richard Liaw
75e6775b36
[docs] Make Contributions/Building pages more prominent ( #9054 )
...
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-06-25 12:38:12 -07:00
mehrdadn
0487c250e8
Windows compatibility ( #93 )
...
Co-authored-by: mehrdadn <mehrdadn@users.noreply.github.com>
Co-authored-by: Mehrdad <noreply@github.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-06-24 11:27:28 -07:00
Max Fitton
ad09aa985c
Make Dashboard Port Configurable ( #8999 )
2020-06-19 16:26:22 -05:00
Robert Nishihara
f97f95cfa5
Add links to nightly windows wheels in installation documentation. ( #9006 )
2020-06-18 12:30:14 -07:00
Eric Liang
eabb801a40
less important ( #8439 )
2020-05-13 22:52:38 -07:00
acxz
8f94f9c372
[arch linux] add package installation instructions ( #7898 )
2020-04-08 11:13:42 -07:00
Robert Nishihara
38fad274aa
Add links to 3.8 nightly wheels to docs. ( #7902 )
2020-04-04 21:59:45 -07:00
Richard Liaw
314250d072
[docs] Make Ray slack more prominent ( #7870 )
2020-04-02 11:14:02 -07:00
Robert Nishihara
1a0c9228d0
Remove pytest from setup.py and other minor changes. ( #7700 )
2020-03-23 08:46:56 -07:00
Robert Nishihara
8b4c2b7e88
Remove unnecessary handling of setproctitle and psutil. ( #7702 )
2020-03-22 22:06:42 -07:00
Philipp Moritz
c2c6d96490
Fix install documentation on readthedocs ( #7423 )
2020-03-03 11:03:18 -08:00
Richard Liaw
fc9352c588
[docs] Make walkthrough and starting Ray materials clear ( #7099 )
...
* make starting ray a separate page
* concept
* Apply suggestions from code review
Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>
* more fics
* Apply suggestions from code review
Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-02-11 23:17:30 -08:00
Simon Mo
5bdfc50bf6
Update the macos wheel name ( #6961 )
2020-01-29 15:23:43 -08:00
Robert Nishihara
96f2f8ff10
Stop testing Python 2.7 and building Python 2.7 wheels. ( #6601 )
2019-12-27 20:47:49 -08:00
Robert Nishihara
8724e5ffd5
Start WebUI by default. ( #6493 )
2019-12-27 13:49:07 -08:00
Edward Oakes
1b14fbe179
Hotfix ray download links in documentation ( #6572 )
2019-12-21 23:00:29 +01:00
Eric Liang
1a1324d2a2
Bump version from 0.8.0.dev6 -> 0.9.0.dev ( #6508 )
2019-12-16 23:57:42 -08:00
Dean Wampler
abb4fb3f8e
Added small section on installation when using Anaconda. ( #6427 )
2019-12-11 10:23:41 -08:00
Edward Oakes
f63b64310a
Bump version to 0.8.0.dev7 ( #6303 )
2019-12-05 18:33:54 -08:00
Alexander Scammon
4d08d3c188
Add dependencies for dashboard to installation.rst ( #5942 )
...
Updating the docs to include pip installing `aiohttp` and `psutil`, both of which the dashboard requires. Since the whole dashboard section is optional, I thought I'd just add it in the docs rather than make it an explicit requirement of the project. Tell me if you'd prefer them as requirements in the `setup.py`, though.
2019-10-17 00:39:56 -07:00
Edward Oakes
abbfe7392f
Bump dev version to 0.8.0.dev6 ( #5906 )
2019-10-14 11:36:13 +01:00
Eric Liang
b5da32df78
Bump Ray version in documentation to dev5 ( #5794 )
2019-09-27 00:19:17 -07:00
Mitchell Stern
98dcc1d440
[Dashboard] Add initial version of new dashboard ( #5730 )
2019-09-23 08:50:40 -07:00
Robert Nishihara
93e103135b
Update doc versions from 0.8.0.dev3 to 0.8.0.dev4. ( #5585 )
2019-08-29 22:42:57 -07:00
Richard Liaw
411f30c125
[docs] Second push of changes ( #5391 )
2019-08-28 17:54:15 -07:00
Simon Mo
18f1e904de
Bump 0.8.0.dev2 -> 0.8.0.dev3 ( #5409 )
2019-08-09 11:37:19 -07:00
Richard Liaw
a08ea09760
[docs] rewrite ( #5175 )
2019-08-05 23:33:14 -07:00
Richard Liaw
b6509f46b0
Update wheels to 0.8.0dev2 ( #5186 )
2019-07-12 17:27:03 -07:00
Robert Nishihara
c3f8fc1c44
Update version number in documentation after release 0.7.0 -> 0.7.1 and 0.8.0.dev0 -> 0.8.0.dev1. ( #4941 )
2019-06-06 17:22:45 -07:00
Devin Petersohn
a7d01aba9b
Update wheel versions in documentation to 0.8.0.dev0 and 0.7.0. ( #4847 )
2019-05-24 16:49:13 -07:00
William Ma
406c429384
[doc] Remove instructions for installing Python2 for webui. ( #4740 )
2019-05-02 22:35:23 -07:00
Robert Nishihara
c6f12e5219
Update documentation from 0.7.0.dev1 to 0.7.0.dev2. ( #4485 )
2019-03-26 17:32:53 -07:00
Philipp Moritz
c5e2c9af4d
Build wheels for macOS with Bazel ( #4280 )
2019-03-15 10:37:57 -07:00
Philipp Moritz
39eed24d47
update version from 0.7.0.dev0 to 0.7.0.dev1 ( #4282 )
2019-03-06 14:43:09 -08:00