From a42e53e888227724928c7f370cad47153a13b329 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 12 Nov 2024 00:01:13 -0500 Subject: [PATCH] Remove warning that's a bit outdated (#4698) I'm reasonably that at this point we've updated all the examples --- guide/src/index.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/guide/src/index.md b/guide/src/index.md index fe8b76b69c9..4e85d25d52b 100644 --- a/guide/src/index.md +++ b/guide/src/index.md @@ -10,15 +10,6 @@ The rough order of material in this user guide is as follows: Please choose from the chapters on the left to jump to individual topics, or continue below to start with PyO3's README. -
- -⚠️ Warning: API update in progress 🛠️ - -PyO3 0.21 has introduced a significant new API, termed the "Bound" API after the new smart pointer `Bound`. - -While most of this guide has been updated to the new API, it is possible some stray references to the older "GIL Refs" API such as `&PyAny` remain. -
-
{{#include ../../README.md}}