.. SPDX-License-Identifier: Apache-2.0 .. currentmodule:: cuda.core.experimental ``cuda.core`` 0.3.0 Release Notes ================================= Released on MM DD, 2025 Highlights ---------- - Starting this release ``cuda.core`` is licensed under Apache 2.0. Breaking Changes ---------------- New features ------------ - :class:`Kernel` adds :property:`Kernel.num_arguments` and :property:`Kernel.arguments_info` for introspection of kernel arguments. (#612) - :class:`Buffer` adds a method :meth:`Buffer.release` allowing users to have full control over its lifetime without the garbage collector's interference New examples ------------ Fixes and enhancements ----------------------