From 40dbc55cee91fb493376006b278cba8688cdb7c0 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Tue, 16 Apr 2024 12:17:06 +0100 Subject: [PATCH] Update READMEs indicating 0.18 is the last release (#2258) --- README.rst | 3 +-- docs/source/index.rst | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a31853f769..f9203b221c 100644 --- a/README.rst +++ b/README.rst @@ -12,8 +12,7 @@ torchtext +++++++++ -CAUTION: As of September 2023 we have paused active development of TorchText because our focus has shifted away from building out this library offering. -We will continue to release new versions but do not anticipate any new feature development as we figure out future investments in this space. +**WARNING**: TorchText developement is stopped and the `0.18` release (April 2024) will be the last stable release of the library. This repository consists of: diff --git a/docs/source/index.rst b/docs/source/index.rst index b03e603c4a..ae8af3039c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,6 +2,11 @@ torchtext ========= .. image:: _static/img/torchtext_logo.png +.. warning:: + + TorchText developement is stopped and the ``0.18`` release (April 2024) will + be the last stable release of the library. + This library is part of the `PyTorch `_ project. PyTorch is an open source machine learning framework.