From: Mike Ruberry Date: Mon, 30 Aug 2021 02:37:06 +0000 (-0700) Subject: Removes beta warning from the special module documentation (#64148) X-Git-Tag: accepted/tizen/8.0/unified/20231005.095509~610 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29ad84f2523346b4b03ac99fa04203fe81d2c4e3;p=platform%2Fupstream%2Fpytorch.git Removes beta warning from the special module documentation (#64148) 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 --- diff --git a/docs/source/special.rst b/docs/source/special.rst index 06961db..b74d833 100644 --- a/docs/source/special.rst +++ b/docs/source/special.rst @@ -6,10 +6,6 @@ torch.special The torch.special module, modeled after SciPy's `special `_ 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: