From 6db38d7b7cabff3258dad81bd321cb2966451dd0 Mon Sep 17 00:00:00 2001 From: Graham Markall Date: Fri, 15 Aug 2025 17:32:44 +0100 Subject: [PATCH] Bump version to 0.19.0 - Support CUDA 13, drop support for CUDA 11 (#370) - Fix package clobbering in thirdparty CI tests (#395) - Make device name consistent between bindings (#382) - [NFC] Document development dependencies and dependency groups (#345) - Change repo URLs in pyproject.toml to point to new URL (#389) - Vendor-in IR utilities for CUDA-specific refactoring (#377) - remove uses of rapids-configure-conda-channels (#372) - Relax subclass check in vendored in typing templates (#371) - Add locals attribute to _FunctionCompiler (#381) - Fix CI for CUDA 13 drivers (#385) - Vendor in Bytecode Interpreter (#355) - Add code coverage CI job (#367) - [Refactor] Vendor in Typing Templates (#360) - [Refactor][NFC] Vendor in TestCase and other testing helpers for CUDA-specific changes (#363) - Split out debuginfo tests for types (#366) - [Refactor][NFC] Vendor in Itanium Mangler for future CUDA-specific changes (#362) - [Refactor][NFC] Vendor in sigutils for CUDA-specific changes (#361) - Remove remaining references/dependencies on `pynvjitlink` (#357) --- numba_cuda/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numba_cuda/VERSION b/numba_cuda/VERSION index 66333910a..1cf0537c3 100644 --- a/numba_cuda/VERSION +++ b/numba_cuda/VERSION @@ -1 +1 @@ -0.18.0 +0.19.0