gnumpy icon indicating copy to clipboard operation
gnumpy copied to clipboard

Convert code to python3, reindent and require numpy<=1.11.3.

Open valiro21 opened this issue 7 years ago • 0 comments

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.

valiro21 avatar Nov 10 '17 10:11 valiro21