Skip to content

Commit b2e904e

Browse files
authored
Add pathfinder 1.4.4 release notes; also add missing entries in pathfinder nv-versions.json (#1807)
1 parent bd01457 commit b2e904e

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

cuda_pathfinder/docs/nv-versions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
"version": "latest",
44
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/"
55
},
6+
{
7+
"version": "1.4.4",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.4/"
9+
},
10+
{
11+
"version": "1.4.3",
12+
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.3/"
13+
},
14+
{
15+
"version": "1.4.2",
16+
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.2/"
17+
},
618
{
719
"version": "1.4.1",
820
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.1/"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.4.4 Release notes
7+
=======================================
8+
9+
Highlights
10+
----------
11+
12+
* Support cusparseLt release 0.9.0 (wheels have new directory structure).
13+
(`PR #1806 <https://github.com/NVIDIA/cuda-python/pull/1806>`_)
14+
15+
* Clarified that Python 3.8+ excludes ``PATH`` from the native Windows DLL
16+
search used by ``load_nvidia_dynamic_lib()``, so CTK installs are typically
17+
found via ``CUDA_PATH``/``CUDA_HOME`` or other explicit search steps instead.
18+
(`PR #1795 <https://github.com/NVIDIA/cuda-python/pull/1795>`_)

0 commit comments

Comments
 (0)