Skip to content

Commit 93199f3

Browse files
authored
bump version & add release notes (#1256)
1 parent 40084f0 commit 93199f3

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
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.1"
5+
__version__ = "0.4.2"

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.2",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.2/"
9+
},
610
{
711
"version": "0.4.1",
812
"url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.1/"

cuda_core/docs/source/release/0.4.X-notes.rst renamed to cuda_core/docs/source/release/0.4.2-notes.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,36 @@
33
44
.. currentmodule:: cuda.core.experimental
55

6-
``cuda.core`` 0.4.X Release Notes
6+
``cuda.core`` 0.4.2 Release Notes
77
=================================
88

99

1010
Highlights
1111
----------
1212

13+
None.
14+
1315

1416
Breaking Changes
1517
----------------
1618

19+
None.
20+
1721

1822
New features
1923
------------
2024

25+
None.
26+
2127

2228
New examples
2329
------------
2430

31+
None.
32+
2533

2634
Fixes and enhancements
2735
----------------------
2836

29-
- Fixed a segmentation fault when accessing :class:`StridedMemoryView` ``shape`` and ``strides`` members.
37+
- Fixed references to the ``cuda.bindings`` module mistakenly purged globally.
38+
- Restored compatibility with ``cuda-python`` 12.6.

0 commit comments

Comments
 (0)