Skip to content

Commit 7f1e84e

Browse files
Copilotleofang
andcommitted
Add release notes for cuda-pathfinder versions 1.0.0 and 1.1.0
- Created release directory structure under cuda_pathfinder/docs/source/release/ - Added 1.0.0-notes.rst with initial release highlights - Added 1.1.0-notes.rst with CTK 13.0.0 compatibility and bug fixes - Added release.rst index file to organize release notes - Updated index.rst to include release notes in navigation - Follows established documentation patterns from cuda-core and cuda-bindings Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent 6f432c9 commit 7f1e84e

4 files changed

Lines changed: 49 additions & 0 deletions

File tree

cuda_pathfinder/docs/source/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
contribute
1616
license
1717

18+
.. toctree::
19+
:maxdepth: 2
20+
21+
release
22+
1823

1924
Indices and tables
2025
==================
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
Release Notes
5+
=============
6+
7+
.. toctree::
8+
:maxdepth: 3
9+
10+
release/1.1.0-notes
11+
release/1.0.0-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.0.0 Release notes
7+
========================================
8+
9+
Released on Jul 16, 2025
10+
11+
12+
Highlights
13+
----------
14+
15+
* First release of ``cuda-pathfinder`` as a stand-alone module.
16+
* Replaces ``cuda.bindings.path_finder``, which was released with ``cuda-bindings`` 12.9.0 and is now `deprecated <https://github.com/NVIDIA/cuda-python/blob/ed12c8301c6f9b23e6db9829e66e4ec745a76a7a/cuda_bindings/cuda/bindings/_path_finder/README.md>`_.
17+
* ``cuda-pathfinder`` is a noarch package and has no dependencies (other than a Python 3.9+ interpreter).
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.1.0 Release notes
7+
========================================
8+
9+
Released on Aug 7, 2025
10+
11+
12+
Highlights
13+
----------
14+
15+
* CTK 13.0.0 compatibility
16+
* Bug fix: load ``libnvJitLink.so.12`` from conda, not ``/usr/local/cuda`` (`PR #767 <https://github.com/NVIDIA/cuda-python/pull/767>`_)

0 commit comments

Comments
 (0)