From 3071c270a82dbfabda71a09050b8b0c239c8a055 Mon Sep 17 00:00:00 2001 From: MeeseeksMachine <39504233+meeseeksmachine@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:30:31 +0100 Subject: [PATCH] Backport PR #943: Remove new feature warning from anndata.concat (#945) Co-authored-by: Isaac Virshup --- anndata/_core/merge.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/anndata/_core/merge.py b/anndata/_core/merge.py index 6b980192a..25a0628f7 100644 --- a/anndata/_core/merge.py +++ b/anndata/_core/merge.py @@ -816,12 +816,6 @@ def concat( See the :doc:`concatenation <../concatenation>` section in the docs for a more in-depth description. - .. warning:: - - This function is marked as experimental for the `0.7` release series, and will - supercede the :meth:`AnnData.concatenate() ` method - in future releases. - Params ------ adatas