Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 8 | -17/+10 | |
| | ||||||
* | Fix segfault in N.float64, ticket #412. | Travis Oliphant | 2007-01-09 | 1 | -2/+4 | |
| | ||||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 18 | -109/+99 | |
| | ||||||
* | * Fix #410 by using the stable mergesort instead of the unstable default ↵ | Robert Kern | 2007-01-08 | 1 | -45/+147 | |
| | | | | | | | sort in setmember1d(). * Add some more information to the function docstrings. * Reduced the "See also" sections of the docstrings to point to the module instead of the full list of functions (some of which were not entirely relevant). | |||||
* | fix for #407 and add unit test for it | Tim Leslie | 2007-01-08 | 2 | -2/+6 | |
| | ||||||
* | add a docstring to nan_to_num. closes #406 | Tim Leslie | 2007-01-08 | 1 | -4/+8 | |
| | ||||||
* | Fix tests for Boolean. | Travis Oliphant | 2006-12-24 | 1 | -8/+8 | |
| | ||||||
* | Fix typo in oldnumeric and add Rick White's improvement to histogram for ↵ | Travis Oliphant | 2006-12-14 | 1 | -1/+5 | |
| | | | | large arrays. | |||||
* | Fix early return in polysub. | Travis Oliphant | 2006-11-22 | 1 | -1/+1 | |
| | ||||||
* | Fix early return in polyadd. | Travis Oliphant | 2006-11-22 | 1 | -1/+1 | |
| | ||||||
* | Coerce to floating point arrays in cov to avoid errors when integer arrays ↵ | Robert Kern | 2006-11-11 | 1 | -5/+5 | |
| | | | | are passed. | |||||
* | Fix #369: windows returning invalid results for M=1 | Travis Oliphant | 2006-11-02 | 1 | -0/+16 | |
| | ||||||
* | Apply #368 | Travis Oliphant | 2006-11-02 | 1 | -4/+4 | |
| | ||||||
* | Fix vectorize bug ignoring otypes. | Travis Oliphant | 2006-10-25 | 1 | -9/+18 | |
| | ||||||
* | In ix_, do not modify shape of input array. | Stefan van der Walt | 2006-10-23 | 1 | -1/+1 | |
| | ||||||
* | Fix tests to run cleanly with new, tighter error handling. | Tim Hochberg | 2006-10-19 | 2 | -0/+40 | |
| | ||||||
* | Fix qr decomposition. The dimensions m,n were taken from the fortran ordered ↵ | Charles Harris | 2006-10-16 | 1 | -3/+3 | |
| | | | | | | array instead of from the numpy ordered array and consequently were reversed. | |||||
* | Fix finfo eps and huge to be array scalars of the appropriate type. And use ↵ | Travis Oliphant | 2006-10-16 | 2 | -5/+5 | |
| | | | | finfo interface instead of MachAr. | |||||
* | Change error exception to RankWarning. | Charles Harris | 2006-10-16 | 1 | -19/+65 | |
| | | | | | | Add keyword argument full to get full fit info. Make 'always' the default of RankWarning. Improve documentation. | |||||
* | Make sure order is an integer | Charles Harris | 2006-10-15 | 1 | -1/+1 | |
| | ||||||
* | Set rcond to precision of x as default. | Charles Harris | 2006-10-15 | 1 | -2/+13 | |
| | | | | Make error message more informative. | |||||
* | Scale the x vector in polyfit to improve condition of Vandermonde matrix. | Charles Harris | 2006-10-14 | 1 | -18/+48 | |
| | | | | | | Throw error on rank reduction in polyfit. Error should probably be replace with a warning at some point. Add argument checks in polyfit. | |||||
* | Add roll function from ticket #293 | Travis Oliphant | 2006-10-13 | 1 | -1/+1 | |
| | ||||||
* | Mention scaling in the polyfit docstring. | Charles Harris | 2006-10-13 | 1 | -8/+13 | |
| | ||||||
* | Fix mgrid for count of 1 | Travis Oliphant | 2006-10-13 | 1 | -5/+7 | |
| | ||||||
* | Add a rcond parameter to the polyfit function and give it the double precision | Charles Harris | 2006-10-13 | 1 | -12/+25 | |
| | | | | | | | | | default value that dgelsd uses (rcondx=-1) on the principle of least surprise. Values of rcond less than this can also be useful, so a warning message and a bit of explanation was added to the documentation. The default value used by lstsq was set to the default (-1), and rcond in pinv has a default value of 1e-15. | |||||
* | (no commit message) | Robert Cimrman | 2006-10-12 | 1 | -7/+5 | |
| | ||||||
* | modernized to use new numpy features, speed-up of unique1d, doc update | Robert Cimrman | 2006-10-12 | 1 | -75/+95 | |
| | ||||||
* | Fix scimath.power for negative integer input. | Travis Oliphant | 2006-10-11 | 1 | -0/+7 | |
| | ||||||
* | Fix some name-space errors in scimath. | Travis Oliphant | 2006-10-11 | 1 | -5/+5 | |
| | ||||||
* | Fidget with average/mean docstrings. | Stefan van der Walt | 2006-10-10 | 1 | -1/+1 | |
| | ||||||
* | Simplify mean and average docstrings. | Stefan van der Walt | 2006-10-10 | 1 | -7/+4 | |
| | ||||||
* | Fix segfault in .imag for real array scalars. Be specific about infix ↵ | Travis Oliphant | 2006-10-10 | 1 | -1/+1 | |
| | | | | multiplication. | |||||
* | Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ↵ | Travis Oliphant | 2006-10-09 | 2 | -10/+30 | |
| | | | | as kron(ones(s,b.dtype), b) | |||||
* | Kron is now N-dimensional, so remove rank check. | Stefan van der Walt | 2006-10-07 | 1 | -16/+0 | |
| | ||||||
* | Add test for insert. | Stefan van der Walt | 2006-10-07 | 1 | -0/+7 | |
| | ||||||
* | Close ticket #328. | Stefan van der Walt | 2006-10-07 | 1 | -1/+1 | |
| | ||||||
* | Fix kron to be N-dimensional. | Travis Oliphant | 2006-10-07 | 1 | -10/+13 | |
| | ||||||
* | Fix typo in tile. | Stefan van der Walt | 2006-10-07 | 1 | -1/+1 | |
| | ||||||
* | Add tests for tile and fix error. | Travis Oliphant | 2006-10-07 | 2 | -2/+13 | |
| | ||||||
* | Add tile to numpy and move repmat to matlib.py | Travis Oliphant | 2006-10-07 | 1 | -19/+54 | |
| | ||||||
* | Fix ticket #325 | Travis Oliphant | 2006-10-07 | 1 | -9/+14 | |
| | ||||||
* | Add tests for tickets #312, #322, for polynomial roots and for setting | Stefan van der Walt | 2006-10-06 | 1 | -0/+4 | |
| | | | | elements in object arrays. | |||||
* | Fix ticket #323 --- problem with roots all zeros and all zero coefficients. | Travis Oliphant | 2006-10-05 | 1 | -1/+5 | |
| | ||||||
* | Fix up __array_interface__ getting and depth discovery for scalars. | Travis Oliphant | 2006-10-05 | 1 | -2/+1 | |
| | ||||||
* | Change unique1d's argument name from retindx to return_index. | Stefan van der Walt | 2006-09-28 | 1 | -6/+8 | |
| | ||||||
* | Don't copy arrays inside ix_ | Travis Oliphant | 2006-09-28 | 1 | -1/+1 | |
| | ||||||
* | Sort only once in median. | Stefan van der Walt | 2006-09-26 | 1 | -3/+2 | |
| | ||||||
* | Fix back repr of arrays to not have quote unless flexible. | Travis Oliphant | 2006-09-25 | 1 | -8/+8 | |
| | ||||||
* | Fix doctests for new dtype | Travis Oliphant | 2006-09-24 | 1 | -8/+8 | |
| |