From fbcdf3541fe3256da9461216a540b056c2acce67 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Thu, 15 May 2025 14:51:08 +0100 Subject: [PATCH] Remove 'unstable API' notice from README --- README.md | 6 ------ docs/source/index.rst | 7 ------- 2 files changed, 13 deletions(-) diff --git a/README.md b/README.md index 9014b15c2..1bf613422 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,6 @@ We achieve these capabilities through: * Returning data as PyTorch tensors, ready to be fed into PyTorch transforms or used directly to train models. -> [!NOTE] -> ⚠️ TorchCodec is still in development stage and some APIs may be updated -> in future versions, depending on user feedback. -> If you have any suggestions or issues, please let us know by -> [opening an issue](https://github.com/pytorch/torchcodec/issues/new/choose)! - ## Using TorchCodec Here's a condensed summary of what you can do with TorchCodec. For more detailed diff --git a/docs/source/index.rst b/docs/source/index.rst index ed88af401..d6d319901 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -67,13 +67,6 @@ We achieve these capabilities through: How to sample regular and random clips from a video -.. note:: - - TorchCodec is still in development stage and we are actively seeking - feedback. If you have any suggestions or issues, please let us know by - `opening an issue `_ - on our `GitHub repository `_. - .. toctree:: :maxdepth: 1 :caption: TorchCodec documentation