summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't deprecate c_. Use it as short-hand for a common caseTravis Oliphant2006-09-141-9/+7
* Add a few more defined checks for FreeBSD and NetBSDTravis Oliphant2006-09-141-1/+1
* Fix transpose implementation to work with higher dimensional arrays as wellTravis Oliphant2006-09-141-7/+14
* Fix up r_ so you can specify the minimum number of dimensions to force arrays...Travis Oliphant2006-09-143-9/+36
* Add histogramnd and fix histogram2dTravis Oliphant2006-09-145-45/+238
* Fix column-stack to not transpose 2-d inputs. Fix iscomplex for strings. Ad...Travis Oliphant2006-09-143-16/+27
* Fix random.poisson(0) to return 0 (#229)Travis Oliphant2006-09-136-903/+940
* Add itemset method to parallel item methodTravis Oliphant2006-09-133-6/+134
* Allow .item(<index>) for fast selection of Python scalars from a numpy array....Travis Oliphant2006-09-132-22/+94
* Update type comparison to be based on equivalence classes and safe casting de...Travis Oliphant2006-09-121-4/+3
* Add some comments about grabbing the CObject implementation.Travis Oliphant2006-09-111-1/+9
* Improve the getting and setting of ufunc loops for user-defined types. Travis Oliphant2006-09-113-84/+192
* Pass the converted array arguments instead of the scalars.Robert Kern2006-09-112-907/+894
* Fix ReplaceLoopBySignature.Travis Oliphant2006-09-111-3/+7
* Fix functions in oldnumeric.mlabTravis Oliphant2006-09-081-0/+1
* Fix #198Robert Kern2006-09-081-1/+1
* Add analyze fortran hooks.Pearu Peterson2006-09-087-54/+303
* Add ticket for ticket #243.Stefan van der Walt2006-09-081-0/+7
* Tests for tickets #246 and #251.Stefan van der Walt2006-09-081-0/+10
* Tests for tickets #254 and #270.Stefan van der Walt2006-09-071-3/+18
* Add test for ticket #271.Stefan van der Walt2006-09-071-0/+4
* Add unit test for ticket #273.Stefan van der Walt2006-09-071-0/+5
* Fix invalid keyword argument error in reshape method.Travis Oliphant2006-09-071-2/+6
* Documentation tweaks for searchsorted and round.Charles Harris2006-09-072-30/+33
* 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-077-176/+163
* More code cleanupTravis Oliphant2006-09-072-7/+5
* Code clean-upTravis Oliphant2006-09-062-17/+9
* Fix segfault in BroadcastToShapeTravis Oliphant2006-09-061-1/+1
* Fix memory leak in corner case of lexsort.Travis Oliphant2006-09-061-3/+5
* Break up more of the documentation in add_newdocsCharles Harris2006-09-061-25/+94
* Docstring for tostring and small formatting change to PyArray_SearchSorted.Charles Harris2006-09-052-5/+18
* Fix dimension error for object arrays.Travis Oliphant2006-09-051-7/+11
* Optimize fftfreq.Stefan van der Walt2006-09-051-2/+2
* Fixes for Python2.5Travis Oliphant2006-09-051-3/+3
* Bump up version number to rc1Travis Oliphant2006-09-051-1/+1
* Add more docs to function fromfile()Charles Harris2006-09-051-12/+29
* Document the method tofile()Charles Harris2006-09-051-1/+19
* Fix ticket #271 and turn default printing of warnings offTravis Oliphant2006-09-042-3/+7
* Fix object array creation to revert to previous behaviorTravis Oliphant2006-09-042-15/+21
* Update ndarray.round docs to match Travis' modsCharles Harris2006-09-041-1/+1
* Fix rounding of integers with decimal < 0Travis Oliphant2006-09-045-12/+39
* Add Index checking for integer conversion and Python 2.5Travis Oliphant2006-09-042-3/+17
* Add documentation to round and around to clear up confusion from numpy's choiceCharles Harris2006-09-042-5/+45
* More document tweaks for searchsorted.Charles Harris2006-09-031-8/+8
* Small fix to the insert document string.Charles Harris2006-09-031-27/+26
* Change ndarray.searchsorted keyword "value" to "keys".Charles Harris2006-09-033-517/+566
* Add new keyword <side> to the searchsorted method and function.Charles Harris2006-09-036-104/+196
* Oops, previous commit was accidental and had a temporary mod I was using forCharles Harris2006-09-021-3/+3
* In multiarray.c rename function local_where to local_search_left.Charles Harris2006-09-021-1/+65