architkulkarni
f9de05d44c
[Doc] fix incorrect conda example in runtime env doc ( #17972 )
2021-08-23 13:44:04 -07:00
Clark Zinzow
d958457d07
[Core] Second pass at privatizing APIs. ( #17885 )
...
* gcs_utils
* resource_spec
* profiling
* ray_perf and ray_cluster_perf
* test_utils
2021-08-18 20:56:33 -07:00
architkulkarni
4c6a695dab
[Doc] Runtime env docstring fix monospace formatting ( #17929 )
2021-08-18 20:53:41 -07:00
architkulkarni
6e8ff30de4
[Doc] [runtime env] Add note to install ray[default] ( #17869 )
2021-08-18 10:57:45 -05:00
architkulkarni
bbcb06d45b
[doc] [runtime_env] Remove "experimental" label, add beta stability annotation ( #17651 )
2021-08-09 10:54:28 -05:00
architkulkarni
63708468df
[runtime env] [Doc] Runtime env doc and messaging improvements ( #17547 )
2021-08-04 12:28:42 -07:00
architkulkarni
756a4e7a90
[Core] [runtime env] update tests to use ray.init(runtime_env=...) and add e2e test ( #17232 )
2021-07-26 11:21:30 -05:00
Chris K. W
bd9d7bbbaa
[client] Add support for protocol (ray://, local://, custom://) to ray.init ( #16946 )
2021-07-14 21:45:46 -07:00
architkulkarni
b15ab2d60b
[Core] [runtime env] Support specifying runtime env in @ray.remote decorator ( #16660 )
2021-06-25 09:37:40 -05:00
architkulkarni
8587f9d738
[Core] [runtime env] Fix conda/pip filepaths relative to working_dir ( #16186 )
2021-06-24 16:43:25 -05:00
architkulkarni
e8c25a2fa4
[Core] [runtime env] Merge child's runtime_env["env_vars"] with that of parent ( #16553 )
2021-06-24 12:13:13 -05:00
architkulkarni
378b0e8ca7
[runtime_env] [doc] Add experimental warning ( #16358 )
2021-06-10 12:00:46 -05:00
architkulkarni
7d029f8e71
[Doc] [Core] [runtime env] Add runtime env doc ( #16290 )
2021-06-09 20:02:16 -05:00
architkulkarni
c636bc3065
[Serve] [Core] Fix serve on Windows by disabling runtime env on Windows ( #15838 )
2021-05-19 10:58:40 -05:00
architkulkarni
9b6d2ca345
[Core] Add runtime_env option to actor and task options, with conda_env ( #14430 )
2021-03-11 10:09:38 -06:00
chaokunyang
f8a36eb350
[Java] Add java api overload doc and test ( #14204 )
2021-02-19 19:46:35 +08:00
Eric Liang
dfb326d4b5
Surface object store spilling statistics in ray memory
( #13124 )
2021-01-04 17:35:39 -08:00
Eric Liang
836c5d5a91
Deprecate experimental / dynamic resources ( #13019 )
2020-12-28 11:52:36 -08:00
Eric Liang
81d3cbaa77
Add "beta" documentation for enabling object spilling manually ( #13047 )
2020-12-22 16:08:41 -08:00
architkulkarni
2ef707e440
Update advanced.rst ( #11793 )
2020-11-03 16:16:36 -08:00
Simon Mo
fdd3acd492
Promote ray.experimental.queue to ray.util ( #10624 )
2020-09-08 12:56:53 -07:00
Alex Wu
d6a9f0e2e4
[Core] Accelerator type API ( #10561 )
2020-09-06 20:58:40 -07:00
Simon Mo
40cd572d79
[Doc] Add a section for synchronization primitives in Ray ( #10581 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-04 17:09:15 -07:00
Clark Zinzow
0c0b0d0a73
[Core] Added support for submission-time task names. ( #10449 )
...
* Added support for submission-time task names.
* Suggestions from code review: add missing consts
Co-authored-by: SangBin Cho <rkooo567@gmail.com>
* Add num_returns arg to actor method options docstring example.
* Add process name line and proctitle assertion to submission-time task name section of advanced docs.
* Add submission-time task name --> proctitle test for Python worker.
* Added Python actor options tests for num_returns and name.
* Added Java test for submission-time task names.
* Add dashboard image to task name docs section.
* Move to fstrings.
Co-authored-by: SangBin Cho <rkooo567@gmail.com>
2020-09-03 11:45:24 -07:00
Eric Liang
2a204260a8
[api] Second round of 1.0 API changes: exceptions, num_return_vals ( #10377 )
2020-08-28 19:57:02 -07:00
Eric Liang
bd245a1c18
[api] Clean up and document Actor name / lifetime API ( #10332 )
2020-08-27 13:38:39 -07:00
SangBin Cho
ec2f1a225e
[Stats] Metrics Export User Interface Part 1 ( #9913 )
...
* Metrics export port expose done.
* Support exposing metrics port + metrics agent service discovery through ray.nodes()
* Formatting.
* Added a doc.
* Linting.
* Change the location of metrics agent port.
* Addressed code review.
* Addressed code review.
2020-08-06 16:16:29 -07:00
Hao Chen
d49dadf891
Change Python's ObjectID
to ObjectRef
( #9353 )
2020-07-10 17:49:04 +08:00
Dean Wampler
b7cc1e78d7
Removed obsolete "detached=True" for detached actor in documentation. ( #9158 )
...
* Added small section on installation when using Anaconda. Also fixed an obsolete link to Anaconda.
* Delete more temporary directories when running the doc "make clean".
* Fixed typo in LinearDiscreteEnv docs
* Removed the "detached=True" from the description of detachted actors, because it is now deprecated.
Co-authored-by: Dean Wampler <dean@concurrentthought.com>
2020-06-26 09:47:41 -07:00
SangBin Cho
3ca0e6f636
Update incorrect detached actor docs ( #8930 )
2020-06-15 12:31:02 -05:00
Eric Liang
5df801605e
Add ray.util package and move libraries from experimental ( #7100 )
2020-02-18 13:43:19 -08:00
Simon Mo
fcb6bdbc39
[Doc] Document Actor.options API ( #6099 )
...
* Document Actor.options API
* Undocument _remote
2019-11-06 23:12:23 -08:00
Simon Mo
7f5b3502da
Implement Detached Actor ( #6036 )
...
* Arg propagation works
* Implement persistent actor
* Add doc
* Initialize is_persistent_
* Rename persistent->detached
* Address comment
* Make test passes
* Address comment
* Python2 compatiblity
* Fix naming, py2
* Lint
2019-11-01 10:28:23 -07:00
Richard Liaw
085a6713a0
[docs] Add documentation for Dynamic Custom Resources ( #6000 )
2019-10-27 17:58:04 -07:00
Eric Liang
1455a19c85
Consolidate and clean up documentation ( #5645 )
2019-09-07 11:50:18 -07:00
Richard Liaw
411f30c125
[docs] Second push of changes ( #5391 )
2019-08-28 17:54:15 -07:00
Richard Liaw
a08ea09760
[docs] rewrite ( #5175 )
2019-08-05 23:33:14 -07:00