From 29ad84f2523346b4b03ac99fa04203fe81d2c4e3 Mon Sep 17 00:00:00 2001 From: Mike Ruberry Date: Sun, 29 Aug 2021 19:37:06 -0700 Subject: [PATCH] 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 --- docs/source/special.rst | 4 ---- 1 file changed, 4 deletions(-) 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: -- 2.7.4