Enhanced support for N-dimensional arrays calculation.
Add support as a library to Numpy. At least in the SDK, so that developers could optionally build a sdk branch with numpy included.
At this time there is no comparable alternative to Numpy in Python.
To operate n-dimensional arrays on the calculator, would help to build simple machine learning and neural network based algorithms (from Gradient Descend implementation of Loss and Activation functions).
Numpy is probably impossible, but maybe this could fit: https://github.com/v923z/micropython-ulab
@nsajko Amazing! I was not aware about ulab! That would be a great starting point!
I actually have a pending pull request for Omega (which is a fork of epsilon that extends its features): Pull request
Most helpful comment
I actually have a pending pull request for Omega (which is a fork of epsilon that extends its features): Pull request