Skip to content

Commit e02bf25

Browse files
committed
Update cuda-pathfinder version to 1.3.1 (for release), move 1.X.Y-notes.rst → 1.3.1-notes.rst, add PR 1049 to release notes.
1 parent d0b9d65 commit e02bf25

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
__version__ = "1.3.1a0"
4+
__version__ = "1.3.1"

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.3.1",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.3.1/"
9+
},
610
{
711
"version": "1.3.0",
812
"url": "https://nvidia.github.io/cuda-python/cuda-pathfinder/1.3.0/"

cuda_pathfinder/docs/source/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Release Notes
77
.. toctree::
88
:maxdepth: 3
99

10+
1.3.1 <release/1.3.1-notes>
1011
1.3.0 <release/1.3.0-notes>
1112
1.2.3 <release/1.2.3-notes>
1213
1.2.2 <release/1.2.2-notes>

cuda_pathfinder/docs/source/release/1.X.Y-notes.rst renamed to cuda_pathfinder/docs/source/release/1.3.1-notes.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
44
.. py:currentmodule:: cuda.pathfinder
55
6-
``cuda-pathfinder`` 1.X.Y Release notes
6+
``cuda-pathfinder`` 1.3.1 Release notes
77
=======================================
88

9-
Released on TBD
9+
Released on Oct 13, 2025
1010

1111
Highlights
1212
----------
1313

1414
* supported_nvidia_libs.py updates:
1515
add nvidia-cublasmp-cu12, nvidia-cublasmp-cu13, nvidia-cudss-cu13
1616
(`PR #1089 <https://github.com/NVIDIA/cuda-python/pull/1089>`_)
17+
18+
* Add ``LoadedDL.found_via``
19+
(`PR #1049 <https://github.com/NVIDIA/cuda-python/pull/1049>`_)

0 commit comments

Comments
 (0)