From b094e602a11c864a35b04585961e61f6d83e7049 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 23 Mar 2026 11:09:05 -0700 Subject: [PATCH] Add pathfinder 1.4.4 release notes; also add missing entries in pathfinder nv-versions.json --- cuda_pathfinder/docs/nv-versions.json | 12 ++++++++++++ .../docs/source/release/1.4.4-notes.rst | 18 ++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 cuda_pathfinder/docs/source/release/1.4.4-notes.rst 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 `_)