summaryrefslogtreecommitdiff
path: root/numpy/numarray
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't share __all__ between numarray.linear_algebra and oldnumeric.linear_alg...Stefan van der Walt2006-11-221-1/+1
* Fix some compiler errors.Travis Oliphant2006-11-171-1/+1
* Python 2.5 fixes: replace int with Py_ssize_t where appropiatecookedm2006-09-281-1/+1
* Fix the fromfunction routine to use float as default. Update oldnumeric and ...Travis Oliphant2006-09-281-3/+6
* Fix problem with alter_code1.pyTravis Oliphant2006-09-211-1/+1
* Add one more import possibility.Travis Oliphant2006-09-191-0/+2
* Add convertsrc to alter_code1 and clean it up so it doesn't always write the ...Travis Oliphant2006-09-191-22/+62
* Fix ticket #188 by returning the name of the dtype objects for data-type obje...Travis Oliphant2006-09-161-17/+47
* Fix numarray.info functionTravis Oliphant2006-09-152-4/+21
* Whitespace change in alter_code1.pyTravis Oliphant2006-09-071-2/+0
* Add c_intp to ctypeslib. Add converttree to alter_code functions. Fix ctype...Travis Oliphant2006-09-072-67/+15
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-2/+2
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-2/+2
* Fix warning...Travis Oliphant2006-08-251-1/+2
* Fix NA_NewAllFromBuffer when shape is givenTravis Oliphant2006-08-241-21/+30
* Remove usage of FatalError and fix linspace to end at stop if endpoint is TrueTravis Oliphant2006-08-211-1/+1
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-142-2/+2
* Change default axis argument of average and several masked array functions. M...Travis Oliphant2006-08-131-1/+4
* Finish adding the rest of numarray compatibilityTravis Oliphant2006-08-105-0/+33
* Add qr decomposition to linalgTravis Oliphant2006-08-106-0/+15
* Finished up numpy.numarray.alter_code1Travis Oliphant2006-08-103-71/+108
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-101-1/+7
* Update C-API to add features needed for numarray compatibility. Output argum...Travis Oliphant2006-08-106-64/+767
* Fix numarray compatibility layer so it at least imports. It's not finished y...Travis Oliphant2006-08-082-14/+15
* Fix import problemTravis Oliphant2006-08-081-1/+1
* Add numarray compatibility.Travis Oliphant2006-08-087-150/+175
* Fix segfault in Ticket #238Travis Oliphant2006-08-081-3/+7
* Minor changes to alter_code scriptsTravis Oliphant2006-08-051-17/+4