File tree Expand file tree Collapse file tree 4 files changed +23
-1
lines changed
Expand file tree Collapse file tree 4 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >`_)
You can’t perform that action at this time.
0 commit comments