Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.8.1
/
doc
/
swig
tag
b2b97cf6c3d6315ce796ce943ea1f85e9c4770bb
tagger
Julian Taylor <jtaylor.debian@googlemail.com>
Tue Mar 25 22:56:13 2014
object
62a7575fd82ddf028517780c01fecf7e0cca27aa
1.8.1 Release
fbd6510
STY: Giant comma spacing fixup.
by Charles Harris
· 12 years ago
b307a8a
Merge branch 'numpy-swig' into gh-3451
by Charles Harris
· 12 years ago
f56411b
Added mention of the SuperTensor tests in the README file
by Egor Zindy
· 12 years ago
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
a2bac9d
Added tests for 4D tensors. Now using a consistant cubes,slices,rows,columns index order everywhere.
by Egor Zindy
· 12 years ago
a21d825
cleaned-up loop indexes in Tensor.cxx
by Egor Zindy
· 12 years ago
938f586
cosmetic changes to numpy.i
by Egor Zindy
· 12 years ago
7720373
Merge branch 'numpy-swig' of https://github.com/zindy/numpy into numpy-swig
by Egor Zindy
· 12 years ago
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
bb726ca
2to3: Apply `print` fixer.
by Charles Harris
· 12 years ago
d4b88c1
2to3: Use absolute imports.
by Charles Harris
· 12 years ago
1402d2c
removed the note about testResize1 failing in testArray.py
by Egor Zindy
· 12 years ago
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
4dcb067
Minor adjustments to numpy.i
by Bill Spotz
· 12 years ago
ed4c76b
Initialize all DATA_TYPE* data_temp variables to NULL
by Bill Spotz
· 13 years ago
64d04cd
Added Egor's ARGOUTVIEWM_ARRAY3 typemaps
by Bill Spotz
· 13 years ago
cdf04e9
Re-instated a Python 3 fix
by Bill Spotz
· 13 years ago
37e75e6
Removed doc from list of sub-directories
by Bill Spotz
· 13 years ago
671cde1
Upgrade numpy.i
by Bill Spotz
· 13 years ago
c7fff1b
Got rid of a unit test
by Bill Spotz
· 13 years ago
6aa264c
2to3: Put `from __future__ import division in every python file.
by Charles Harris
· 13 years ago
18bcac0
fix numpy.i for python 3
by Martin Baeuml
· 13 years ago
28214cf
DOC: Replace references to macros in old_defines with new.
by Charles Harris
· 14 years ago
083f6e1
DEP: remove deprecated get_numpy_include.
by rgommers
· 15 years ago
7843154
DOC: update doc/swig makefile and readme after moving swig/doc into refguide.
by rgommers
· 15 years ago
779d063
DOC: remove built separate swig docs.
by rgommers
· 15 years ago
72665ab
DOC: integrate doc/swig/doc documentation with reference guide.
by rgommers
· 15 years ago
2d29056
Added a couple more char* -> const char* conversions
by wfspotz@sandia.gov
· 16 years ago
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
5c86844
Move documentation outside of source tree. Remove `doc` import from __init__.
by Stefan van der Walt
· 17 years ago