Elias Sjögreen
Elias Sjögreen
For Neo to become a truly awesome project we need a truly awesome programming experience, how do we do that? With a nice interface exposing backend-agnostic methods and operations. I...
I think it would be wise to support all [FFT](https://en.wikipedia.org/wiki/Fast_Fourier_transform) functions from [numpy](https://numpy.org/doc/stable/reference/routines.dual.html#fft): - [ ] `fft` - [ ] `fft2` - [ ] `fftn` - [ ] `ifft` -...
I think it would be wise to support all functions from [numpy](https://numpy.org/doc/stable/reference/routines.dual.html#linear-algebra): - [ ] [Cholesky decomposition](https://en.wikipedia.org/wiki/Cholesky_decomposition) - [ ] [Determinant](https://en.wikipedia.org/wiki/Determinant) - [ ] [Eigenvalues](https://en.wikipedia.org/wiki/Eigenvalues_and_eigenvectors) - [ ] [Inverse](https://en.wikipedia.org/wiki/Invertible_matrix) -...
I have encountered several different situations where I would like to fetch get a simple string from djedi-react, without using the `Node` element. There might already be ways to do...
Related to #16. Our errors should be a standardized, numbered and give a tip to how to fix the error along with a nice message like that of rust. We...