summaryrefslogtreecommitdiff
path: root/numpy/numarray/include
Commit message (Collapse)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-236-1600/+0
| | | | | | They were deprecated in 1.8 and scheduled for removal in 1.9. Closes #3637.
* STY: Giant whitespace cleanup.Charles Harris2013-08-182-2/+0
| | | | Now is as good a time as any with open PR's at a low.
* UPDATE: Replace macros in old_defines.h by new.Charles Harris2012-02-041-16/+16
| | | | | With the exception of the numarray fixups these were all instances that were results of code generation.
* STY: Remove trailing whitespaceMark Wiebe2011-07-264-17/+17
|
* ENH: core: More cleanups removing direct PyArrayObject field accessMark Wiebe2011-07-191-35/+35
|
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ↵Pauli Virtanen2010-07-171-1/+1
| | | | on Python 2.x
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-031-1/+1
| | | | | | | compatibility functions in npy_3kcompat.h to replace the current calls. This gets rid of a number of version checks and is easier to maintain. Fix bug that was present in the ufunc _loop1d_list_free destructor in the python3k case.
* BUG: NPY_PY3K probably isn't defined when libnumarray.h is included.Charles Harris2010-02-231-1/+1
|
* BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1.Charles Harris2010-02-231-21/+40
|
* 3K: ENH: move numarray includes under numarray/include so that the 'numpy' ↵Pauli Virtanen2010-02-216-0/+1583
directory does not confuse 2to3's relative import conversion