Baunsgaard opened a new pull request #1438: URL: https://github.com/apache/systemds/pull/1438
This commit adds slice arguments to python to allow slicing a selection of rows or columns: X = sds.from_numpy(a) getCols 1 and 2: b = X[:,[1,2]] getRows 3,5 b = X[[3,5]] This fits to the python numpy specification. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
