Skip to content

Commit

Permalink
Mark datasets as still in alpha for now (ray-project#18321)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericl committed Sep 3, 2021
1 parent 9b9eae1 commit 7dcae69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Ray is packaged with the following libraries for accelerating machine learning w
- `RLlib`_: Scalable Reinforcement Learning
- `RaySGD <https://docs.ray.io/en/master/raysgd/raysgd.html>`__: Distributed Training Wrappers
- `Serve`_: Scalable and Programmable Serving
- `Datasets`_: Flexible Distributed Data Loading (beta)
- `Datasets`_: Flexible Distributed Data Loading (alpha)
- `Workflows`_: Fast, Durable Application Flows (alpha)

There are also many `community integrations <https://docs.ray.io/en/master/ray-libraries.html>`_ with Ray, including `Dask`_, `MARS`_, `Modin`_, `Horovod`_, `Hugging Face`_, `Scikit-learn`_, and others. Check out the `full list of Ray distributed libraries here <https://docs.ray.io/en/master/ray-libraries.html>`_.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/data/dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Datasets: Flexible Distributed Data Loading

.. tip::

Datasets is available as **beta** in Ray 1.7+ (alpha release available in Ray 1.6). Please file feature requests and bug reports on GitHub Issues or join the discussion on the `Ray Slack <https://forms.gle/9TSdDYUgxYs8SA9e8>`__.
Datasets is available as **alpha** in Ray 1.7+ (experimental release available in Ray 1.6). Please file feature requests and bug reports on GitHub Issues or join the discussion on the `Ray Slack <https://forms.gle/9TSdDYUgxYs8SA9e8>`__.

Ray Datasets are the standard way to load and exchange data in Ray libraries and applications. Datasets provide basic distributed data transformations such as ``map``, ``filter``, and ``repartition``, and are compatible with a variety of file formats, datasources, and distributed frameworks.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/ray-libraries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Ray also comes packaged with several libraries solving problems in the machine l
- :ref:`rllib-index`
- :ref:`sgd-index`
- :ref:`rayserve`
- :ref:`datasets` (beta)
- :ref:`datasets` (alpha)
- :ref:`workflows` (alpha)

Airflow |airflow|
Expand Down

0 comments on commit 7dcae69

Please sign in to comment.