Removes beta warning from the special module documentation (#64148)
authorMike Ruberry <mruberry@devfair044.h1.fair>
Mon, 30 Aug 2021 02:37:06 +0000 (19:37 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 30 Aug 2021 02:38:46 +0000 (19:38 -0700)
Summary:
Updates documentation per feature review. torch.special is now stable.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/64148

Reviewed By: ngimel

Differential Revision: D30632049

Pulled By: mruberry

fbshipit-source-id: 8f6148ec7737e7b3a90644eeca23eb217eda513d

docs/source/special.rst

index 06961db..b74d833 100644 (file)
@@ -6,10 +6,6 @@ torch.special
 
 The torch.special module, modeled after SciPy's `special <https://docs.scipy.org/doc/scipy/reference/special.html>`_ module.
 
-This module is in BETA. New functions are still being added, and some
-functions may change in future PyTorch releases. See the documentation of each
-function for details.
-
 .. automodule:: torch.special
     :noindex: