From d439203e36ade548600f4a8b4cad7ded3138c873 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 7 Jul 2026 08:29:07 -0400 Subject: [PATCH] Add a release note entry about .pyi support --- cuda_core/docs/source/release/1.1.0-notes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cuda_core/docs/source/release/1.1.0-notes.rst b/cuda_core/docs/source/release/1.1.0-notes.rst index 2da9abaf657..e95003ae27a 100644 --- a/cuda_core/docs/source/release/1.1.0-notes.rst +++ b/cuda_core/docs/source/release/1.1.0-notes.rst @@ -56,6 +56,10 @@ New features inspecting or augmenting a captured graph, or populating a conditional body entirely through the explicit API. +- ``cuda.core`` now ships with ``.pyi`` stubs for all public APIs, enabling + users' IDEs and type checkers to provide better autocompletion and static + analysis. + Bug fixes ---------