Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cuda_core/docs/source/release/1.1.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------

Expand Down
Loading