Skip to content

Commit 437e651

Browse files
Copilotleofang
andcommitted
Bump cuda.core version to 0.4.1 and add release notes
Co-authored-by: leofang <[email protected]>
1 parent 8b92bdf commit 437e651

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

cuda_core/cuda/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
__version__ = "0.4.0"
5+
__version__ = "0.4.1"

cuda_core/docs/nv-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "latest",
44
"url": "https://nvidia.github.io/cuda-python/cuda-core/latest/"
55
},
6+
{
7+
"version": "0.4.1",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.1/"
9+
},
610
{
711
"version": "0.4.0",
812
"url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.0/"
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
.. currentmodule:: cuda.core.experimental
5+
6+
``cuda.core`` 0.4.1 Release Notes
7+
=================================
8+
9+
Released on Oct 28, 2025
10+
11+
12+
Highlights
13+
----------
14+
15+
None.
16+
17+
18+
Breaking Changes
19+
----------------
20+
21+
None.
22+
23+
24+
New features
25+
------------
26+
27+
None.
28+
29+
30+
New examples
31+
------------
32+
33+
None.
34+
35+
36+
Fixes and enhancements
37+
----------------------
38+
39+
- Fixed a segmentation fault when accessing :class:`StridedMemoryView` ``shape`` and ``strides`` members.

0 commit comments

Comments
 (0)