gnumpy
gnumpy copied to clipboard
Convert code to python3, reindent and require numpy<=1.11.3.
Changes:
- rewrote the code to support python3
- fixed the indentation from 1-2 spaces to 4
- removed trailing spaces
- require numpy<=1.11.3 for setup and runtime
More work is required to respect the pep8 style guide. Because of changes in numpy, only versions lower or equal to 1.11.3 of numpy work with the current npmat implementation.