-
Notifications
You must be signed in to change notification settings - Fork 120
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
Support for nalgebra #263
Comments
Yes, while I would like this project to avoid discussing which array library is better or worse, we do plan to integrate with nalgebra. It is mainly a matter of finding the time to do the work. |
The current plan to get the largest possible ecosystem coverage while keeping a small dependency closure by default is to
|
Many thanks for your prompt reply and for the roadmap... totally agree and definitely did not intend to stoke a debate. |
I did not mean to suggest closing the issue at all. Sorry if it came across like that. Will re-open as we do not have nalgebra squared away just yet... |
At the moment, remove our dependency on ndarray for these basics seems like an unreasonable amount of churn especially since ndarray is aligned much closer to what NumPy provides than nalgebra so having a mandatory dependency on ndarray but an optional dependency on nalgebra seems reasonable IMHO. |
Hi, this isn't really an issue but just a question as to whether your team might consider supporting nalgebra instead of (or alongside) ndarray in the future? Pybinds for C++ seems to have standardized on the popular Eigen library which is very robust where ndarray seems somewhat limited without other includes such as ndarray-linalg.
The text was updated successfully, but these errors were encountered: