We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beda5f0 commit 4b7ab9bCopy full SHA for 4b7ab9b
2 files changed
cuda_pathfinder/cuda/pathfinder/_version.py
@@ -1,4 +1,4 @@
1
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-__version__ = "1.3.0"
+__version__ = "1.3.1a0"
cuda_pathfinder/docs/source/release/1.X.Y-notes.rst
@@ -0,0 +1,16 @@
+.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+.. SPDX-License-Identifier: Apache-2.0
+
+.. py:currentmodule:: cuda.pathfinder
5
6
+``cuda-pathfinder`` 1.X.Y Release notes
7
+=======================================
8
9
+Released on TBD
10
11
+Highlights
12
+----------
13
14
+* supported_nvidia_libs.py updates:
15
+ add nvidia-cublasmp-cu12, nvidia-cublasmp-cu13, nvidia-cudss-cu13
16
+ (`PR #1089 <https://github.com/NVIDIA/cuda-python/pull/1089>`_)
0 commit comments