Skip to content

Commit 382f49b

Browse files
authored
Bump pathfinder to v1.1.0 (#805)
* bump pathfinder to v1.0.1 * add release note * bump to 1.1.0 instead
1 parent c4f4f40 commit 382f49b

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

cuda_bindings/docs/source/release/12.9.1-notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Miscellaneous
4242
* Common CUDA objects such as :class:`~runtime.cudaStream_t` now compare equal if the underlying address is the same.
4343
* Add a binding to ``nvvmGetErrorString()``.
4444
* Build the bindings with Cython profile hooks disabled.
45+
* The internal pathfinder module is now isolated to a standalone package ``cuda-pathfinder`` and made as a required dependency.
4546

4647

4748
Known issues

cuda_bindings/docs/source/release/13.0.0-notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Miscellaneous
5151
* Common CUDA objects such as :class:`~runtime.cudaStream_t` now compare equal if the underlying address is the same.
5252
* Add a binding to ``nvvmGetErrorString()``.
5353
* Build the bindings with Cython profile hooks disabled.
54+
* The internal pathfinder module is now isolated to a standalone package ``cuda-pathfinder`` and made as a required dependency.
5455

5556

5657
Known issues

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dynamic = [
2727
"readme",
2828
]
2929
dependencies = [
30-
"cuda-pathfinder ~= 1.0",
30+
"cuda-pathfinder ~=1.1",
3131
"pywin32; sys_platform == 'win32'",
3232
]
3333

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.0.0"
4+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)