summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* fix arch flags for ifort on machines in em64t modecookedm2006-07-171-0/+6
* make printed errors from approx_array_* bettercookedm2006-07-141-1/+3
* Fix failing linalg.tests.test_det on 32-bit machines for csingle.cookedm2006-07-141-1/+5
* numpy.linalg: fix bug where complex arrays weren't being returned.cookedm2006-07-142-11/+18
* linalg routines will try to return their results as the same type as the argu...cookedm2006-07-141-158/+131
* numpy.linalg.setup.py: include the test casescookedm2006-07-141-0/+2
* Add test cases for linalgcookedm2006-07-141-0/+80
* `` -> repr in numpy.testingcookedm2006-07-142-5/+7
* squash remaining uses of typecodes in linalgcookedm2006-07-131-30/+30
* fix bug in eig with complex solutionscookedm2006-07-131-1/+1
* convertcode: replace ArrayType, NewAxis, and typecode =cookedm2006-07-131-4/+6
* Fix use of os.WEXITSTATUS and friends: only use if they existcookedm2006-07-131-11/+12
* Fix ticket #177Travis Oliphant2006-07-122-3/+8
* Keep rand and randn in matlib and make them take tuples as well as individual...Travis Oliphant2006-07-121-2/+10
* Fix docstrings.Travis Oliphant2006-07-122-4/+4
* Change occurrences of N.rand to N.random.rand.Stefan van der Walt2006-07-121-2/+2
* Fix a bug due to optimizing compilers. See http://www.nanoengineer-1.net/med...Travis Oliphant2006-07-121-1/+1
* Fix names used in dft.old refft->rfftTravis Oliphant2006-07-121-6/+6
* Remove global symbols from numpy. Remove use of replacetypechars in convertcode.Travis Oliphant2006-07-123-6/+5
* Add GIL-releasing callsTravis Oliphant2006-07-121-2/+48
* Fix base when using array interface and a buffer object.Travis Oliphant2006-07-111-2/+5
* Fix .choose docstring and allow more functions to be 'vectorized'Travis Oliphant2006-07-112-11/+17
* Fix casting of signed ints to unsigned ints and Change aligned=0 to aligned=F...Travis Oliphant2006-07-112-6/+6
* Fix so formats as dtype is not accepted.Travis Oliphant2006-07-111-41/+25
* Alter order of records.py keyword arguments and allow dtype= keyword or forma...Travis Oliphant2006-07-111-68/+65
* Add the dtype= keyword to records.py functionsTravis Oliphant2006-07-111-5/+14
* Add dtype= keyword to functions for record arrays so that pre-built descripto...Travis Oliphant2006-07-112-27/+66
* Make third argument to recarray.__new__ a keyword.Travis Oliphant2006-07-111-1/+1
* MADE NPY_ versions of all PyArray_ prefixes corresponding to CONSTANTS. Crea...Travis Oliphant2006-07-1011-403/+615
* replace some bare except:'scookedm2006-07-102-6/+12
* fix warning about comparisions in scalarmathmodule.c.srccookedm2006-07-101-1/+1
* Use dtype in numeric.indices.Stefan van der Walt2006-07-101-2/+2
* fix tabs -> spacesTim Leslie2006-07-101-1/+1
* remove unused importTim Leslie2006-07-101-1/+0
* fix clobbering of NTim Leslie2006-07-101-2/+2
* Comment changes.Travis Oliphant2006-07-081-0/+3
* Fix 0-stride contiguous bug.Travis Oliphant2006-07-082-9/+7
* Add CopyAnyInto and CastAnyInto functions for implementing UPDATEIFCOPY funct...Travis Oliphant2006-07-083-6/+230
* Add simple get_numarray_include() function and typedefs for completenessTravis Oliphant2006-07-082-1/+27
* Fix problem with CheckFromAny when descr is NULLTravis Oliphant2006-07-081-3/+5
* fix numarray package a bit.Travis Oliphant2006-07-083-0/+8
* Add definition to avoid repeat noprefix.h definesTravis Oliphant2006-07-081-0/+5
* Fix f2py and docTravis Oliphant2006-07-084-15/+15
* More f2py changesTravis Oliphant2006-07-084-32/+32
* More fixes to f2pyTravis Oliphant2006-07-081-4/+4
* Fix f2py to use new namesTravis Oliphant2006-07-086-50/+50
* Remove tMIN and tMAX macrosTravis Oliphant2006-07-081-2/+0
* Make _FLAGS names available in noprefix.hTravis Oliphant2006-07-081-0/+10
* Fix added files.Travis Oliphant2006-07-082-4/+36
* Add noprefix.h headerTravis Oliphant2006-07-081-0/+156