summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ...Travis Oliphant2006-10-092-10/+30
* Kron is now N-dimensional, so remove rank check.Stefan van der Walt2006-10-071-16/+0
* Add test for insert.Stefan van der Walt2006-10-071-0/+7
* Close ticket #328.Stefan van der Walt2006-10-071-1/+1
* Fix kron to be N-dimensional.Travis Oliphant2006-10-071-10/+13
* Fix typo in tile.Stefan van der Walt2006-10-071-1/+1
* Add tests for tile and fix error.Travis Oliphant2006-10-072-2/+13
* Add tile to numpy and move repmat to matlib.pyTravis Oliphant2006-10-071-19/+54
* Fix ticket #325Travis Oliphant2006-10-071-9/+14
* Add tests for tickets #312, #322, for polynomial roots and for settingStefan van der Walt2006-10-061-0/+4
* Fix ticket #323 --- problem with roots all zeros and all zero coefficients.Travis Oliphant2006-10-051-1/+5
* Fix up __array_interface__ getting and depth discovery for scalars.Travis Oliphant2006-10-051-2/+1
* Change unique1d's argument name from retindx to return_index.Stefan van der Walt2006-09-281-6/+8
* Don't copy arrays inside ix_Travis Oliphant2006-09-281-1/+1
* Sort only once in median.Stefan van der Walt2006-09-261-3/+2
* Fix back repr of arrays to not have quote unless flexible.Travis Oliphant2006-09-251-8/+8
* Fix doctests for new dtypeTravis Oliphant2006-09-241-8/+8
* Fix for #291Travis Oliphant2006-09-231-1/+1
* Switch order of .put arguments to match the function call. Eliminate .putmas...Travis Oliphant2006-09-221-3/+3
* Fix docstring for delete.Stefan van der Walt2006-09-221-2/+2
* Remove sorted from unique1d. Add testall to test if level > 10. Remove comp...Travis Oliphant2006-09-201-1/+1
* Remove UserArray.py and dft sub-package.Travis Oliphant2006-09-201-3/+0
* 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
* Fix ticket #188 by returning the name of the dtype objects for data-type obje...Travis Oliphant2006-09-162-3/+5
* Rename to histogramdd as original author said.Travis Oliphant2006-09-152-11/+11
* Clean up info(ndarray)Travis Oliphant2006-09-151-11/+10
* Don't deprecate c_. Use it as short-hand for a common caseTravis Oliphant2006-09-141-9/+7
* 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-144-45/+237
* Fix column-stack to not transpose 2-d inputs. Fix iscomplex for strings. Ad...Travis Oliphant2006-09-143-16/+27
* Small fix to the insert document string.Charles Harris2006-09-031-27/+26
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-294-6/+6
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-296-38/+27
* Restore un-needed axis argumentsTravis Oliphant2006-08-292-5/+5
* Add axis argument to usages of takeTravis Oliphant2006-08-292-5/+5
* Fix sundry errors.Travis Oliphant2006-08-281-1/+1
* Merge changes mistakenly added to 1.0b4 tag to the main trunkTravis Oliphant2006-08-282-11/+12
* Fixes to the deletefrom, insertinto, functions...Travis Oliphant2006-08-261-29/+27
* Fix how deletefrom and insertinto handle objects with __array_wrap__ defined.Travis Oliphant2006-08-261-11/+45
* Fix broadcast-copy on fancy set-item.Travis Oliphant2006-08-261-17/+36
* Add deletefrom, insertinto, and appendontoTravis Oliphant2006-08-261-20/+135
* Added a delete functionTravis Oliphant2006-08-251-1/+42
* Re-factor fix to linspaceTravis Oliphant2006-08-211-3/+3
* Remove usage of FatalError and fix linspace to end at stop if endpoint is TrueTravis Oliphant2006-08-211-0/+2
* Fix-up issubdtype to be more usefulTravis Oliphant2006-08-151-2/+9
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-141-62/+0