From 6b75ea6509ba3c3aac4972b884aa279f65fe73d2 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 6 Apr 2026 14:06:27 -0700 Subject: [PATCH] docs(pathfinder): prepare 1.5.2 release notes Add cuda-pathfinder 1.5.2 release notes and register 1.5.2 in nv-versions so the published docs include the new version entry. Made-with: Cursor --- cuda_pathfinder/docs/nv-versions.json | 4 ++++ .../docs/source/release/1.5.2-notes.rst | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 cuda_pathfinder/docs/source/release/1.5.2-notes.rst diff --git a/cuda_pathfinder/docs/nv-versions.json b/cuda_pathfinder/docs/nv-versions.json index 9f3a521dd0..cf3da48e15 100644 --- a/cuda_pathfinder/docs/nv-versions.json +++ b/cuda_pathfinder/docs/nv-versions.json @@ -3,6 +3,10 @@ "version": "latest", "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/" }, + { + "version": "1.5.2", + "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.2/" + }, { "version": "1.5.1", "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.1/" diff --git a/cuda_pathfinder/docs/source/release/1.5.2-notes.rst b/cuda_pathfinder/docs/source/release/1.5.2-notes.rst new file mode 100644 index 0000000000..37e1367f79 --- /dev/null +++ b/cuda_pathfinder/docs/source/release/1.5.2-notes.rst @@ -0,0 +1,18 @@ +.. SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +.. SPDX-License-Identifier: Apache-2.0 + +.. py:currentmodule:: cuda.pathfinder + +``cuda-pathfinder`` 1.5.2 Release notes +======================================= + +Highlights +---------- + +* Add ``load_nvidia_dynamic_lib()`` support for ``cudla`` and ``nvcudla``, and + add header discovery support for ``cudla``. + (`PR #1855 `_) + +* Add header discovery support for ``profiler`` via + ``find_nvidia_header_directory()`` and ``locate_nvidia_header_directory()``. + (`PR #1862 `_)