diff --git a/cuda_pathfinder/docs/nv-versions.json b/cuda_pathfinder/docs/nv-versions.json index eb0e60239e..392a61c528 100644 --- a/cuda_pathfinder/docs/nv-versions.json +++ b/cuda_pathfinder/docs/nv-versions.json @@ -3,6 +3,18 @@ "version": "latest", "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/latest/" }, + { + "version": "1.4.4", + "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.4/" + }, + { + "version": "1.4.3", + "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.3/" + }, + { + "version": "1.4.2", + "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.2/" + }, { "version": "1.4.1", "url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.4.1/" diff --git a/cuda_pathfinder/docs/source/release/1.4.4-notes.rst b/cuda_pathfinder/docs/source/release/1.4.4-notes.rst new file mode 100644 index 0000000000..72621dae1e --- /dev/null +++ b/cuda_pathfinder/docs/source/release/1.4.4-notes.rst @@ -0,0 +1,18 @@ +.. SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +.. SPDX-License-Identifier: Apache-2.0 + +.. py:currentmodule:: cuda.pathfinder + +``cuda-pathfinder`` 1.4.4 Release notes +======================================= + +Highlights +---------- + +* Support cusparseLt release 0.9.0 (wheels have new directory structure). + (`PR #1806 `_) + +* Clarified that Python 3.8+ excludes ``PATH`` from the native Windows DLL + search used by ``load_nvidia_dynamic_lib()``, so CTK installs are typically + found via ``CUDA_PATH``/``CUDA_HOME`` or other explicit search steps instead. + (`PR #1795 `_)