summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* In multiarray.c rename function local_where to local_search_left.Charles Harris2006-09-021-2/+2
* Fix default type of empty array. Fix test for strtod on Python 2.3Travis Oliphant2006-09-012-2/+3
* Fix so that VOID arrays are not found during a search but instead object arrays.Travis Oliphant2006-09-012-529/+534
* Add a module/script to fix the default axis issue for code already converted ...Travis Oliphant2006-08-291-0/+292
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-2910-14/+23
* Finish moving comments from arraymethods to add_newdocs.Charles Harris2006-08-292-44/+87
* Fix problem with randn in matlib. Acutally add min, max, round, abs to the n...Travis Oliphant2006-08-295-13/+11
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-2916-83/+72