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

[feature request] support for ndarrays #39

Closed
cvanelteren opened this issue May 13, 2021 · 2 comments
Closed

[feature request] support for ndarrays #39

cvanelteren opened this issue May 13, 2021 · 2 comments

Comments

@cvanelteren
Copy link

Hi,
I recently came into contact with nim and find it an exciting language. Most of my work heavily relies on numpy and one of its key features is the ndarray. Browsing to the tuts and running some code I notice that the support currently is for vectors and 2d matrices only. Is there are road map for ndarray support?
Best,
C

@andreaferretti
Copy link
Owner

I think this is a duplicate of #11

As you can see, the issue is quite old, and I don't think I am going to work on it soon. Neo was born as an experiment for a linear algebra library with an interface that resembled the one used in mathematics. It would be nice to add support for multidimensional arrays, but realistically this is not going to happen soon.

But you are not out of luck! There are far more advanced (and up to date) libraries for Nim today! You can have a look at Arraymancer if you want a pure Nim solution, or Flambeau if you want to wrap PyTorch

@cvanelteren
Copy link
Author

Thanks for the reply! I will have a look at the resources.

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

No branches or pull requests

2 participants