Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand dtypes to handle matrices #151

Open
liamhuber opened this issue Jan 10, 2023 · 0 comments
Open

Expand dtypes to handle matrices #151

liamhuber opened this issue Jan 10, 2023 · 0 comments
Assignees
Labels
feature request request partner of "enhancement"

Comments

@liamhuber
Copy link
Member

There is no Matrix DType, only 1D List types. This is the biggest weakness, but the solution in broad strokes is pretty clear: introduce a new dtype for matrices with a dimensions field, and then have the current List be a special dimension=1 case for this.

@liamhuber liamhuber added the feature request request partner of "enhancement" label Jan 10, 2023
@liamhuber liamhuber self-assigned this Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request request partner of "enhancement"
Projects
None yet
Development

No branches or pull requests

1 participant