From 85b337b39a6286ccba0523525efa62c6dbeca1e7 Mon Sep 17 00:00:00 2001 From: Graham Markall Date: Fri, 18 Jul 2025 22:23:40 +0100 Subject: [PATCH] Bump version to 0.17.0 - Add deadlock warnings to Stream.add_callback and Stream.async_done docstrings (#321) - `MemoryPointer`: ensure `CUdeviceptr` used with NVIDIA binding (#328) - Fix indexing GPUs with CUdevice object (#319) - Fix bindings: consistency of contexts, streams, and events, similar to #295 (#296) - Fix nvrtc resolution when CUDA_HOME env is set (#314) --- numba_cuda/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numba_cuda/VERSION b/numba_cuda/VERSION index 04a373efe..c5523bd09 100644 --- a/numba_cuda/VERSION +++ b/numba_cuda/VERSION @@ -1 +1 @@ -0.16.0 +0.17.0