Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Unpack numerical arrays directly to numpy.ndarray #29

Open
dmweir opened this issue Feb 24, 2022 · 0 comments
Open

Unpack numerical arrays directly to numpy.ndarray #29

dmweir opened this issue Feb 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dmweir
Copy link
Contributor

dmweir commented Feb 24, 2022

Probably 90% of the time, messages with a field that is an array, the user will want to use numpy to work with it. Python lists can be converted to an array, but maybe we can create the nd.array directly. See ndarray.frombuffer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant