summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix docstring for delete.Stefan van der Walt2006-09-221-2/+2
* Add Object-type to maximum and minimum ufuncs.Travis Oliphant2006-09-212-1/+36
* Small changes of searchsorted error messages.Charles Harris2006-09-212-8/+8
* Make a PyArray_SearchsideConverter for the side keyword in searchsorted.Charles Harris2006-09-214-80/+86
* Fix problem with alter_code1.pyTravis Oliphant2006-09-212-2/+2
* Next numpy release should be 1.0Travis Oliphant2006-09-201-1/+1
* Up version number on trunk.Travis Oliphant2006-09-201-1/+1
* Remove sorted from unique1d. Add testall to test if level > 10. Remove comp...Travis Oliphant2006-09-203-3/+6
* Only alter data-type of integer and bool types on reduce-like functions for '...Travis Oliphant2006-09-201-16/+18
* Remove dft from build.Travis Oliphant2006-09-201-1/+0
* Remove UserArray.py and dft sub-package.Travis Oliphant2006-09-202-7/+0
* Rework logic a bit for clean-upTravis Oliphant2006-09-191-9/+7
* Fix mean, std, and var methods so that they reduce over double data-type with...Travis Oliphant2006-09-191-4/+31
* oldnumeric.argmin should use numpy.argminRobert Kern2006-09-191-1/+1
* Fix ticket #284Charles Harris2006-09-192-20/+20
* Fixed compiler errors when using Python 2.5rc.Pearu Peterson2006-09-191-3/+14
* Add one more import possibility.Travis Oliphant2006-09-192-0/+4
* Add convertsrc to alter_code1 and clean it up so it doesn't always write the ...Travis Oliphant2006-09-192-48/+117
* Add tests to arraysetops for empty arrays.Stefan van der Walt2006-09-191-0/+14
* Support empty arrays in setxor1d and setdiff1d.Stefan van der Walt2006-09-191-2/+8
* Fix unique1d for empty sets. Closes r208.Stefan van der Walt2006-09-191-6/+10
* Add ediff1d support for empty arrays.Stefan van der Walt2006-09-183-24/+25
* Add tests for recent void byteswap problem.Travis Oliphant2006-09-181-0/+6
* Fix copyswap for VOID arrays when src is NULLTravis Oliphant2006-09-181-4/+12
* Rework fix to #282Travis Oliphant2006-09-181-8/+8
* Fixed #282Travis Oliphant2006-09-181-4/+7
* Fix #280Travis Oliphant2006-09-181-2/+2
* Fix so that astype and transpose return 0-d arrays if given 0-d arrays.Travis Oliphant2006-09-181-3/+2
* Fixed typos, started impl. derived type support.Pearu Peterson2006-09-173-8/+20
* Fix typo.Travis Oliphant2006-09-171-1/+1
* Add test for recent fix.Travis Oliphant2006-09-161-0/+5
* Fix type-coercion for void-type arrays.Travis Oliphant2006-09-161-7/+24
* Added Fortran Standard reference manual.Pearu Peterson2006-09-161-0/+115154
* 4G f2py: first working example.Pearu Peterson2006-09-1617-52/+1586
* Fix ticket #188 by returning the name of the dtype objects for data-type obje...Travis Oliphant2006-09-164-25/+70
* Rename to histogramdd as original author said.Travis Oliphant2006-09-152-11/+11
* Add rollaxis command and fix cross functionTravis Oliphant2006-09-151-8/+30
* Small code re-org in _get_svn_revisionTravis Oliphant2006-09-151-3/+4
* Fix when svnversion is not present.Travis Oliphant2006-09-151-1/+1
* Fix subversion number getting for 1.4 clients. Also works for pre 1.4 clients.Travis Oliphant2006-09-151-4/+21
* Clean up info(ndarray)Travis Oliphant2006-09-151-11/+10
* Add 'a' to sctypeDict. Fixes #279Travis Oliphant2006-09-151-1/+1
* Fix .descr of aligned structuresTravis Oliphant2006-09-151-1/+3
* Add DescrAlignConverterTravis Oliphant2006-09-154-25/+57
* Don't raise errors when setting with a zero-sized array, just exitTravis Oliphant2006-09-151-9/+2
* Fix numarray.info functionTravis Oliphant2006-09-152-4/+21
* Fix problem with .item(n) for 1-d case.Travis Oliphant2006-09-141-1/+3
* Eliminate unnecessary check.Travis Oliphant2006-09-141-1/+1
* Fix a.flat = []Travis Oliphant2006-09-141-14/+17
* ndpointer will still work even without ctypes installed.Travis Oliphant2006-09-141-86/+86