From 51b129a1beab9c08956804b62e9df13d5a1ae746 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:17:47 +0000 Subject: [PATCH 1/4] Initial plan From 362a29d60c7122b483b596dbca829a05e00dd22c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:24:09 +0000 Subject: [PATCH 2/4] Update cuda-bindings release notes for missing milestone 14 improvements Co-authored-by: leofang <5534781+leofang@users.noreply.github.com> --- cuda_bindings/docs/source/release/12.9.2-notes.rst | 7 +++++++ cuda_bindings/docs/source/release/13.0.1-notes.rst | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/cuda_bindings/docs/source/release/12.9.2-notes.rst b/cuda_bindings/docs/source/release/12.9.2-notes.rst index b22bdb3941..7f9ded2e85 100644 --- a/cuda_bindings/docs/source/release/12.9.2-notes.rst +++ b/cuda_bindings/docs/source/release/12.9.2-notes.rst @@ -13,6 +13,13 @@ Highlights ---------- * Make populating the internal symbol table thread-safe. +* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation. + + +Miscellaneous +------------- + +* Updated installation documentation to remove references to ``LIBRARY_PATH`` environment variable. Known issues diff --git a/cuda_bindings/docs/source/release/13.0.1-notes.rst b/cuda_bindings/docs/source/release/13.0.1-notes.rst index 1280de4607..c93e821416 100644 --- a/cuda_bindings/docs/source/release/13.0.1-notes.rst +++ b/cuda_bindings/docs/source/release/13.0.1-notes.rst @@ -13,6 +13,13 @@ Highlights ---------- * Make populating the internal symbol table thread-safe. +* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation. + + +Miscellaneous +------------- + +* Updated installation documentation to remove references to ``LIBRARY_PATH`` environment variable. Known issues From bea597bb70376f85bd34de56e5509f112cbdf0d6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:32:52 +0000 Subject: [PATCH 3/4] Create new release note files with proper naming convention and remove redundant content Co-authored-by: leofang <5534781+leofang@users.noreply.github.com> --- .../docs/source/release/12.9.2-notes.rst | 7 ------- .../docs/source/release/12.9.X-notes.rst | 21 +++++++++++++++++++ .../docs/source/release/13.0.1-notes.rst | 7 ------- .../docs/source/release/13.X.Y-notes.rst | 21 +++++++++++++++++++ 4 files changed, 42 insertions(+), 14 deletions(-) create mode 100644 cuda_bindings/docs/source/release/12.9.X-notes.rst create mode 100644 cuda_bindings/docs/source/release/13.X.Y-notes.rst diff --git a/cuda_bindings/docs/source/release/12.9.2-notes.rst b/cuda_bindings/docs/source/release/12.9.2-notes.rst index 7f9ded2e85..b22bdb3941 100644 --- a/cuda_bindings/docs/source/release/12.9.2-notes.rst +++ b/cuda_bindings/docs/source/release/12.9.2-notes.rst @@ -13,13 +13,6 @@ Highlights ---------- * Make populating the internal symbol table thread-safe. -* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation. - - -Miscellaneous -------------- - -* Updated installation documentation to remove references to ``LIBRARY_PATH`` environment variable. Known issues diff --git a/cuda_bindings/docs/source/release/12.9.X-notes.rst b/cuda_bindings/docs/source/release/12.9.X-notes.rst new file mode 100644 index 0000000000..3be22a695a --- /dev/null +++ b/cuda_bindings/docs/source/release/12.9.X-notes.rst @@ -0,0 +1,21 @@ +.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE + +.. module:: cuda.bindings + +``cuda-bindings`` 12.9.X Release notes +====================================== + +Released on TBD + + +Highlights +---------- + +* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation. + + +Known issues +------------ + +* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``. \ No newline at end of file diff --git a/cuda_bindings/docs/source/release/13.0.1-notes.rst b/cuda_bindings/docs/source/release/13.0.1-notes.rst index c93e821416..1280de4607 100644 --- a/cuda_bindings/docs/source/release/13.0.1-notes.rst +++ b/cuda_bindings/docs/source/release/13.0.1-notes.rst @@ -13,13 +13,6 @@ Highlights ---------- * Make populating the internal symbol table thread-safe. -* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation. - - -Miscellaneous -------------- - -* Updated installation documentation to remove references to ``LIBRARY_PATH`` environment variable. Known issues diff --git a/cuda_bindings/docs/source/release/13.X.Y-notes.rst b/cuda_bindings/docs/source/release/13.X.Y-notes.rst new file mode 100644 index 0000000000..1ac5e42ccb --- /dev/null +++ b/cuda_bindings/docs/source/release/13.X.Y-notes.rst @@ -0,0 +1,21 @@ +.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE + +.. module:: cuda.bindings + +``cuda-bindings`` 13.X.Y Release notes +====================================== + +Released on TBD + + +Highlights +---------- + +* Automatic CUDA library path detection based on ``CUDA_HOME``, eliminating the need to manually set ``LIBRARY_PATH`` environment variables for installation. + + +Known issues +------------ + +* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``. \ No newline at end of file From cc26eba07afd140115284b3fbedac12d5c881b3f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:38:35 +0000 Subject: [PATCH 4/4] Add new release note files to Sphinx toctree for proper documentation rendering Co-authored-by: leofang <5534781+leofang@users.noreply.github.com> --- cuda_bindings/docs/source/release.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cuda_bindings/docs/source/release.rst b/cuda_bindings/docs/source/release.rst index 7cc3471d0d..3f0323ccd6 100644 --- a/cuda_bindings/docs/source/release.rst +++ b/cuda_bindings/docs/source/release.rst @@ -7,8 +7,10 @@ Release Notes .. toctree:: :maxdepth: 3 + 13.X.Y 13.0.1 13.0.0 + 12.9.X 12.9.2 12.9.1 12.9.0