1.8.1 Release
  1. fbd6510 STY: Giant comma spacing fixup. by Charles Harris · 12 years ago
  2. b307a8a Merge branch 'numpy-swig' into gh-3451 by Charles Harris · 12 years ago
  3. f56411b Added mention of the SuperTensor tests in the README file by Egor Zindy · 12 years ago
  4. 1ed31cd Removed 'static' keyword from pyfragments.swg altoghether. I've had the following errors In function ‘SWIG_AsVal_long’: error: initialiser element is not constant In function ‘SWIG_AsVal_unsigned_SS_long’: error: initialiser element is not constant, BOTH in Windows/MinGW and Linux when compiling with gcc by Egor Zindy · 12 years ago
  5. a2bac9d Added tests for 4D tensors. Now using a consistant cubes,slices,rows,columns index order everywhere. by Egor Zindy · 12 years ago
  6. a21d825 cleaned-up loop indexes in Tensor.cxx by Egor Zindy · 12 years ago
  7. 938f586 cosmetic changes to numpy.i by Egor Zindy · 12 years ago
  8. 7720373 Merge branch 'numpy-swig' of https://github.com/zindy/numpy into numpy-swig by Egor Zindy · 12 years ago
  9. 0caf9d70 Fixed the capsule / cobject memory destructor. Added types to deal with lists of arrays and lists of tensors as input and inplace types. by zindy · 12 years ago
  10. bb726ca 2to3: Apply `print` fixer. by Charles Harris · 12 years ago
  11. d4b88c1 2to3: Use absolute imports. by Charles Harris · 12 years ago
  12. 1402d2c removed the note about testResize1 failing in testArray.py by Egor Zindy · 12 years ago
  13. 91f083a fixed the testResize1 test in testArray.py -- Changed order of the resize arguments in Array2.h and replaced len(XXXnumpyarray) with XXXnumpyarray.size by Egor Zindy · 12 years ago
  14. 4dcb067 Minor adjustments to numpy.i by Bill Spotz · 12 years ago
  15. ed4c76b Initialize all DATA_TYPE* data_temp variables to NULL by Bill Spotz · 13 years ago
  16. 64d04cd Added Egor's ARGOUTVIEWM_ARRAY3 typemaps by Bill Spotz · 13 years ago
  17. cdf04e9 Re-instated a Python 3 fix by Bill Spotz · 13 years ago
  18. 37e75e6 Removed doc from list of sub-directories by Bill Spotz · 13 years ago
  19. 671cde1 Upgrade numpy.i by Bill Spotz · 13 years ago
  20. c7fff1b Got rid of a unit test by Bill Spotz · 13 years ago
  21. 6aa264c 2to3: Put `from __future__ import division in every python file. by Charles Harris · 13 years ago
  22. 18bcac0 fix numpy.i for python 3 by Martin Baeuml · 13 years ago
  23. 28214cf DOC: Replace references to macros in old_defines with new. by Charles Harris · 14 years ago
  24. 083f6e1 DEP: remove deprecated get_numpy_include. by rgommers · 15 years ago
  25. 7843154 DOC: update doc/swig makefile and readme after moving swig/doc into refguide. by rgommers · 15 years ago
  26. 779d063 DOC: remove built separate swig docs. by rgommers · 15 years ago
  27. 72665ab DOC: integrate doc/swig/doc documentation with reference guide. by rgommers · 15 years ago
  28. 2d29056 Added a couple more char* -> const char* conversions by wfspotz@sandia.gov · 16 years ago
  29. 646b6dd Update numpy.i to fix const char* return warnings issues with later versions of g++ (from Matthieu Brucher). by David Cournapeau · 17 years ago
  30. 5c86844 Move documentation outside of source tree. Remove `doc` import from __init__. by Stefan van der Walt · 17 years ago