summaryrefslogtreecommitdiff
path: root/numpy/numarray
Commit message (Expand)AuthorAgeFilesLines
* 3K: numarray: Python3 fixes in _capi.cPauli Virtanen2010-07-171-20/+24
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ...Pauli Virtanen2010-07-172-2/+2
* BUG: Fix problem with numarray _capi.c and python 2.7.Charles Harris2010-05-241-2/+6
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-032-2/+2
* ENH: get rid of #warning directives, either by fixing the issue or changing t...Pauli Virtanen2010-04-041-3/+3
* ENH: Try to fix numarray _capi.c for Python >= 3.1. Needs testing that I am notCharles Harris2010-02-251-10/+40
* 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-232-21/+44
* Fix bad usage of namespace alias changechanley2010-02-221-5/+5
* STY: Use import numpy as np. This seems to fix an import error introduced byCharles Harris2010-02-211-5/+13
* BUG: fix numarray._capi compilationPauli Virtanen2010-02-211-1/+1
* 3K: ENH: make numpy.numarray to importPauli Virtanen2010-02-211-0/+3
* 3K: ENH: move numarray includes under numarray/include so that the 'numpy' di...Pauli Virtanen2010-02-219-3/+3
* BUG: fix numscons build.David Cournapeau2009-12-101-2/+1
* 3K: numarray: replace buffer APIs by dummy+error. Some ob_types.Pauli Virtanen2009-12-061-4/+31
* ENH: Fix some more uninitialized vars.David Cournapeau2009-09-161-18/+52
* Fix installation of numarray headers on Windows.Stefan van der Walt2009-06-091-1/+1
* Reindent and cleanup whitespace.Charles Harris2009-06-031-2316/+2314
* More signed/unsigned comp fixes.David Cournapeau2009-03-091-6/+6
* Fix wrong typedef for UInt64.David Cournapeau2009-03-031-1/+1
* ran reindentJarrod Millman2008-12-311-1/+1
* More unused vars tagged.David Cournapeau2008-10-081-15/+16
* Removed unused/duplicate imports.Alan McIntyre2008-09-135-27/+18
* Simplify a bit more scons scripts.David Cournapeau2008-07-091-1/+1
* Use NumpyPythonExtension instead of DistutilsPythonExtension where possible.David Cournapeau2008-07-091-3/+2
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-0/+4
* Adapt numpy.numarray to new build dir convention.David Cournapeau2008-06-122-9/+11
* Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled inDavid Cournapeau2008-05-201-4/+1
* numarray now builds with sconsDavid Cournapeau2008-01-072-0/+26
* typoJarrod Millman2007-12-291-1/+1
* typoJarrod Millman2007-12-291-1/+1
* janitorial workJarrod Millman2007-12-291-50/+55
* Fix building on freebsd [patch by Joe Peterson].Stefan van der Walt2007-12-141-3/+7
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-282-4/+4
* ran reindent.py to cleanup whitespacesJarrod Millman2007-11-191-4/+4
* cleaning up after reindent.pyJarrod Millman2007-10-291-18/+18
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-293-17/+15
* Small fix for numpy.info(), which was unconditionally brokenFernando Perez2007-06-201-1/+1
* #513: fix up include of fenv.c in numarray for cygwincookedm2007-05-152-12/+8
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
* Change defined(linux) to defined(__GLIBC__)Travis Oliphant2007-04-061-2/+2
* Include fenv.h the second time for CYGWIN. Change a few defines.Travis Oliphant2007-04-051-3/+2
* Added patch in ticket #458 for compilation on Cygwin.Travis Oliphant2007-03-261-1/+5
* Fix numarray.fromstringTravis Oliphant2007-02-281-2/+2
* Import NewAxis for numarray compatibility.Stefan van der Walt2007-02-031-0/+1
* Fix include directory for fenv.cTravis Oliphant2007-01-251-1/+1
* Fix location of fenv.h file for CYGWIN to correct compilation of NumPy on CYGWINTravis Oliphant2007-01-241-1/+1
* Whitespace cleanup.Stefan van der Walt2007-01-089-65/+59
* Fix warnings found by Intel compiler due to unused variables that were set. ...Travis Oliphant2006-12-021-5/+3