Skip to content

Commit 5fd4801

Browse files
committed
Bump pathfinder version to 1.3.0 (for release) and add release notes.
1 parent 9cd31bb commit 5fd4801

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed
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.2.4a0"
4+
__version__ = "1.3.0"

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

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.0 <release/1.3.0-notes>
1011
1.2.3 <release/1.2.3-notes>
1112
1.2.2 <release/1.2.2-notes>
1213
1.2.1 <release/1.2.1-notes>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
.. module:: cuda.pathfinder
5+
6+
``cuda-pathfinder`` 1.3.0 Release notes
7+
=======================================
8+
9+
Released on Sep 25, 2025
10+
11+
12+
Highlights
13+
----------
14+
15+
* Add a Conda-specific search into ``load_nvidia_dynamic_lib()``.
16+
This makes the search more intuitive and predictable.
17+
(`PR #1003 <https://github.com/NVIDIA/cuda-python/pull/1003>`_)

0 commit comments

Comments
 (0)