Skip to content

Commit 7f97d90

Browse files
authored
[doc-only] docs(pathfinder): prepare 1.5.4 release notes (#1981)
* docs(pathfinder): prepare 1.5.4 release notes Add cuda-pathfinder 1.5.4 release notes and register 1.5.4 in nv-versions so the published docs include the new version entry. Made-with: Cursor * fix(ci): harden backport run lookup for artifact downloads Backport artifact downloads were relying on `gh run list -w ci.yml -s success`, which can fail to return runs even when the branch has successful CI artifacts. Move the lookup into a shared helper that queries completed `CI` runs and filters for successful results explicitly, so Linux and Windows workflows resolve prior-branch bindings artifacts reliably. Made-with: Cursor * Revert "fix(ci): harden backport run lookup for artifact downloads" This reverts commit fd31eb2.
1 parent 8a83a4f commit 7f97d90

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

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.5.4",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.4/"
9+
},
610
{
711
"version": "1.5.3",
812
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.5.3/"
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.5.4 Release notes
7+
=======================================
8+
9+
Highlights
10+
----------
11+
12+
* Add ``find_bitcode_lib("nccl_device")`` support.
13+
(`PR #1975 <https://github.com/NVIDIA/cuda-python/pull/1975>`_)
14+
15+
Internal maintenance
16+
--------------------
17+
18+
* On Linux, make the ``.so`` glob fallback prefer the newest matching library
19+
when an exact SONAME match is unavailable. This improves internal consistency
20+
in rare fallback cases and is not expected to affect most users.
21+
(`PR #1966 <https://github.com/NVIDIA/cuda-python/pull/1966>`_)

0 commit comments

Comments
 (0)