summaryrefslogtreecommitdiff
path: root/doc/swig
Commit message (Expand)AuthorAgeFilesLines
* STY: Giant comma spacing fixup.Charles Harris2013-08-188-157/+157
* Merge branch 'numpy-swig' into gh-3451Charles Harris2013-07-2915-261/+2420
|\
| * Added mention of the SuperTensor tests in the README fileEgor Zindy2013-06-161-20/+40
| * Removed 'static' keyword from pyfragments.swg altoghether. I've had the follo...Egor Zindy2013-06-161-2/+2
| * Added tests for 4D tensors. Now using a consistant cubes,slices,rows,columns ...Egor Zindy2013-06-084-0/+635
| * cleaned-up loop indexes in Tensor.cxxEgor Zindy2013-06-083-52/+52
| * cosmetic changes to numpy.iEgor Zindy2013-06-081-8/+1
| * Merge branch 'numpy-swig' of https://github.com/zindy/numpy into numpy-swigEgor Zindy2013-06-083-175/+1691
| |\
| | * Fixed the capsule / cobject memory destructor. Added types to deal with lists...zindy2013-06-081-165/+676
| | * Minor adjustments to numpy.iBill Spotz2013-03-141-34/+34
| | * Initialize all DATA_TYPE* data_temp variables to NULLBill Spotz2013-03-111-53/+53
| | * Added Egor's ARGOUTVIEWM_ARRAY3 typemapsBill Spotz2013-03-111-0/+110
| | * Re-instated a Python 3 fixBill Spotz2013-03-111-0/+2
| | * Removed doc from list of sub-directoriesBill Spotz2013-03-111-1/+1
| | * Upgrade numpy.iBill Spotz2013-03-111-140/+1030
| | * Got rid of a unit testBill Spotz2013-03-111-9/+12
| * | removed the note about testResize1 failing in testArray.pyEgor Zindy2013-03-161-5/+0
| * | fixed the testResize1 test in testArray.py -- Changed order of the resize arg...Egor Zindy2013-03-162-7/+7
| |/
* | 2to3: Apply `print` fixer.Charles Harris2013-04-067-113/+113
* | 2to3: Use absolute imports.Charles Harris2013-03-286-6/+6
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-017-0/+7
* fix numpy.i for python 3Martin Baeuml2013-01-161-1/+3
* DOC: Replace references to macros in old_defines with new.Charles Harris2012-02-042-112/+0
* DEP: remove deprecated get_numpy_include.rgommers2011-03-111-5/+2
* DOC: update doc/swig makefile and readme after moving swig/doc into refguide.rgommers2010-09-042-22/+2
* DOC: remove built separate swig docs.rgommers2010-09-045-1777/+0
* DOC: integrate doc/swig/doc documentation with reference guide.rgommers2010-09-042-1123/+0
* Added a couple more char* -> const char* conversionswfspotz@sandia.gov2009-04-291-2/+2
* Update numpy.i to fix const char* return warnings issues with later versions ...David Cournapeau2009-03-021-7/+7
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-2339-0/+8228