Numpy4J
Numpy4J copied to clipboard
Implement multi-dimensional array indexing
On the java side, implement the indexer so you can array[1,2...] On the python side, unpack the information (probably in NPType) so the dimensionality is preserved.