Skip to content

Add support for numpy ndarray objects - #95

Open
fastyangmh wants to merge 1 commit into
gaogaotiantian:masterfrom
fastyangmh:add-numpy-ndarray-support
Open

Add support for numpy ndarray objects#95
fastyangmh wants to merge 1 commit into
gaogaotiantian:masterfrom
fastyangmh:add-numpy-ndarray-support

Conversation

@fastyangmh

Copy link
Copy Markdown

Summary

This PR adds native support for serializing and deserializing common NumPy ndarray in coredumpy, enabling smoother debugging and inspection for workloads that heavily rely on NumPy.

What's included

  • Support for numpy.ndarray

Motivation

NumPy ndarray objects are extremely common in Python debugging scenarios, especially in ML and computer vision workloads. Without explicit support, they may be treated as opaque objects or lose important data. This PR adds native support to preserve NumPy arrays with full fidelity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant