Skip to content

Commit 020c48e

Browse files
rwgkcursoragent
andauthored
[doc-only] Add cuda-pathfinder 1.3.5 release notes (#1654)
Document the 1.3.5 highlights and add the docs version entry so published docs can link to this release. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2aba097 commit 020c48e

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

cuda_pathfinder/docs/nv-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "latest",
44
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/"
55
},
6+
{
7+
"version": "1.3.5",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.3.5/"
9+
},
610
{
711
"version": "1.3.4",
812
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.3.4/"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
.. py:currentmodule:: cuda.pathfinder
5+
6+
``cuda-pathfinder`` 1.3.5 Release notes
7+
=======================================
8+
9+
Released on Feb 19, 2026
10+
11+
Highlights
12+
----------
13+
14+
* Add support for loading NVIDIA driver libraries (``"cuda"``, ``"nvml"``)
15+
via ``load_nvidia_dynamic_lib()``, and reject unsupported library names
16+
with ``ValueError``.
17+
(`PR #1602 <https://github.com/NVIDIA/cuda-python/pull/1602>`_)
18+
19+
* Add bitcode library discovery helpers and public API support, including
20+
``find_bitcode_lib()``, ``locate_bitcode_lib()``, and ``SUPPORTED_BITCODE_LIBS``.
21+
(`PR #1218 <https://github.com/NVIDIA/cuda-python/pull/1218>`_)

0 commit comments

Comments
 (0)