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

multidimensional arrays support #76

Open
Felix-neko opened this issue Aug 26, 2020 · 2 comments
Open

multidimensional arrays support #76

Felix-neko opened this issue Aug 26, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Felix-neko
Copy link

Hi folks!

As I can see, currently NumCpp lacks support for multidimensional arrays (for example, 3D or 4D datacubes). We oftenly use such arrays in our numpy code, and it really stops us from starting using NumCpp in our C++ part.

Can you add multidimensonal arays some day?

@DiracLee
Copy link

I hope so!!!

@dpilger26 dpilger26 self-assigned this Mar 9, 2021
@dpilger26 dpilger26 added the enhancement New feature or request label Mar 9, 2021
@makiolo
Copy link

makiolo commented Mar 7, 2023

we need this, but it implied a big effort.
I think in support reshape to infinite dimensions, but internally always is 1d, and maybe support some one special operators for 2d, 3d and 4d, but you always can slice to reduce dimensions ... Should be awesome.

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

No branches or pull requests

4 participants