summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Convert to arrays in piecewise. Improve error-handling of object-array conve...Travis Oliphant2006-01-291-1/+2
* Add test for column-vector bug in dotblas.Travis Oliphant2006-01-291-0/+2
* Add ndindex iterator to complement ndenumerate iterator.Travis Oliphant2006-01-271-1/+51
* Simplify the ndenumerate class by exposing coords and index from flat iterato...Travis Oliphant2006-01-261-19/+2
* Don't raise fatal errors on load.Travis Oliphant2006-01-241-4/+2
* Add ndmin to array constructors.Travis Oliphant2006-01-241-12/+2
* Fixed up PyArray_FromAny and friends for API --- recompile extensions...Travis Oliphant2006-01-191-2/+2
* Fixed up usage of dtype to be consistent with new dtype objects.Travis Oliphant2006-01-173-9/+9
* Add docstrings to index_tricks functions (r_, c_, ndenumerate, index_exp)cookedm2006-01-161-16/+42
* Made dtypedescr name attribute always report bit-width; fixed memmap slicing;...Travis Oliphant2006-01-151-4/+15
* Fix bad use of .dtypeTravis Oliphant2006-01-151-2/+2
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-157-32/+30
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson2006-01-141-3/+3
* Fix arraysetops.Travis Oliphant2006-01-111-22/+27
* Rename arguments in arraysetops to follow convention. Add bsum for builtin sum.Travis Oliphant2006-01-111-15/+15
* Fixed up segfault and error in r_Travis Oliphant2006-01-101-0/+13
* Arraysetops added to numpy.libRobert Cimrman2006-01-094-0/+363
* Added new feature to .view method so that if the argument is a sub-type of th...Travis Oliphant2006-01-061-2/+3
* Included locals info to error on negep.Pearu Peterson2006-01-061-1/+1
* Copy input for i0 calculation.Travis Oliphant2006-01-051-1/+1
* Cleaning up __all__ list and numpy namespace.Pearu Peterson2006-01-054-4/+16
* Add a few more docstrings using add_docstring.Travis Oliphant2006-01-052-2/+24
* Remove deconvolveTravis Oliphant2006-01-051-19/+0
* Added i0 natively for kaiser windowTravis Oliphant2006-01-053-13/+102
* numpy.base -> numpyTravis Oliphant2006-01-052-2/+2
* Fixed problem in mlab.pyTravis Oliphant2006-01-051-1/+1
* More documentation updatesedschofield2006-01-051-2/+2
* Fixes to convertcode.pyTravis Oliphant2006-01-051-4/+4
* Final commit before merge to trunk.Travis Oliphant2006-01-042-3/+1
* More fixes...Travis Oliphant2006-01-0412-49/+24
* More numpy fixes...Travis Oliphant2006-01-045-81/+130
* More changesTravis Oliphant2006-01-042-4/+25
* Fixed libTravis Oliphant2006-01-0412-28/+28
* Changed all references to scipy to numpyTravis Oliphant2006-01-0418-74/+74
* Change most setup.py filesTravis Oliphant2006-01-044-12/+344
* Moving things..Travis Oliphant2006-01-0420-0/+4694