From f4239f5c6eb283a50aa1696d318aaff8492942d4 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Wed, 14 Jan 2026 10:47:52 -0500 Subject: [PATCH] docs: v0.5.1 release notes --- cuda_core/docs/source/release/0.5.1-notes.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cuda_core/docs/source/release/0.5.1-notes.rst diff --git a/cuda_core/docs/source/release/0.5.1-notes.rst b/cuda_core/docs/source/release/0.5.1-notes.rst new file mode 100644 index 0000000000..a52b88d138 --- /dev/null +++ b/cuda_core/docs/source/release/0.5.1-notes.rst @@ -0,0 +1,18 @@ +.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +.. SPDX-License-Identifier: Apache-2.0 + +.. currentmodule:: cuda.core + +``cuda.core`` 0.5.1 Release Notes +================================= + +New features +------------ + +- Added the ability to construct ``StridedMemoryView`` from numpy arrays using ``StridedMemoryView.from_array_interface`` + +Fixes and enhancements +---------------------- + +- Better structured dtype support for ``StridedMemoryView`` +- Remove warning module overhead when constructing ``StridedMemoryView``