Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cuda_core/cuda/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# SPDX-License-Identifier: Apache-2.0

__version__ = "0.4.1"
__version__ = "0.4.2"
4 changes: 4 additions & 0 deletions cuda_core/docs/nv-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "latest",
"url": "https://nvidia.github.io/cuda-python/cuda-core/latest/"
},
{
"version": "0.4.2",
"url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.2/"
},
{
"version": "0.4.1",
"url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.1/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,36 @@

.. currentmodule:: cuda.core.experimental

``cuda.core`` 0.4.X Release Notes
``cuda.core`` 0.4.2 Release Notes
=================================


Highlights
----------

None.


Breaking Changes
----------------

None.


New features
------------

None.


New examples
------------

None.


Fixes and enhancements
----------------------

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