File tree Expand file tree Collapse file tree
cuda_pathfinder/cuda/pathfinder Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4748Known issues
Original file line number Diff line number Diff 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
5657Known issues
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dynamic = [
2727 " readme" ,
2828]
2929dependencies = [
30- " cuda-pathfinder ~= 1.0 " ,
30+ " cuda-pathfinder ~=1.1 " ,
3131 " pywin32; sys_platform == 'win32'" ,
3232]
3333
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.0 .0"
4+ __version__ = "1.1 .0"
You can’t perform that action at this time.
0 commit comments