Skip to content

Commit 809dd8e

Browse files
authored
docs: v0.5.1 release notes (#1482)
1 parent 39e3293 commit 809dd8e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
.. currentmodule:: cuda.core
5+
6+
``cuda.core`` 0.5.1 Release Notes
7+
=================================
8+
9+
New features
10+
------------
11+
12+
- Added the ability to construct ``StridedMemoryView`` from numpy arrays using ``StridedMemoryView.from_array_interface``
13+
14+
Fixes and enhancements
15+
----------------------
16+
17+
- Better structured dtype support for ``StridedMemoryView``
18+
- Remove warning module overhead when constructing ``StridedMemoryView``

0 commit comments

Comments
 (0)