Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add __neg__ and __pos__ methods to poly1d | cookedm | 2007-06-01 | 1 | -0/+6 | |
| | ||||||
* | Add __iter__ method to poly1d so that list() on a poly1d doesn't go into an ↵ | cookedm | 2007-05-31 | 1 | -0/+3 | |
| | | | | infinite loop | |||||
* | Clean up select docstring. | Stefan van der Walt | 2007-05-28 | 2 | -25/+29 | |
| | ||||||
* | Select should not modify output arguments. Add test for basic select ↵ | Stefan van der Walt | 2007-05-28 | 2 | -5/+17 | |
| | | | | functionality. | |||||
* | Change scipy -> numpy in who() docstring | edschofield | 2007-05-24 | 1 | -1/+1 | |
| | ||||||
* | Fix docstring typo for vstack() | edschofield | 2007-05-24 | 1 | -1/+1 | |
| | ||||||
* | Fix tab/space. | Travis Oliphant | 2007-05-23 | 1 | -1/+1 | |
| | ||||||
* | Fix up getlimits to work with Python2.3 | Travis Oliphant | 2007-05-23 | 1 | -5/+19 | |
| | ||||||
* | Expose numpy.iinfo and re-implement so it supports big-endian as well. | Travis Oliphant | 2007-05-23 | 1 | -25/+15 | |
| | ||||||
* | Fix some bugs with isposinf and isneginf as well as with how allclose dealt ↵ | Travis Oliphant | 2007-05-17 | 1 | -0/+2 | |
| | | | | with infinities. See ticket #519 | |||||
* | Add patch from dhuard to histogramdd. Fixes ticket #509. | Charles Harris | 2007-05-13 | 2 | -61/+99 | |
| | | | | | | Restructure restructured comments; avoid consolidated lists, they are too ugly to contemplate and move around where they aren't wanted. They can be fixed later if epydoc fixes things up. | |||||
* | Add iinfo based on a patch by Albert Strasheim (ticket #250). | Stefan van der Walt | 2007-05-13 | 2 | -2/+72 | |
| | ||||||
* | Fix nan functions to allow sub-class. | Travis Oliphant | 2007-05-11 | 1 | -5/+5 | |
| | ||||||
* | Clean up setup() calls. | Pearu Peterson | 2007-05-11 | 1 | -1/+1 | |
| | ||||||
* | added simple test for weighted average | Eric Jones | 2007-04-11 | 1 | -0/+7 | |
| | ||||||
* | fixed a typecode Float->float issue in average. | Eric Jones | 2007-04-11 | 1 | -1/+1 | |
| | | | | | | | This is not pretty code it seems overly complicated, and it has an "eval" statement in it where it builds a string and evaluates it. I can't imagine this is the best approach to this -- but I also am not going to spend the time to examine it right now. | |||||
* | Add interp to numpy.lib adapted from arrayfns. Add an unfinished arrayfns ↵ | Travis Oliphant | 2007-04-02 | 2 | -4/+148 | |
| | | | | compatibility module to old_numeric. | |||||
* | Add patch in Ticket #189 for histogramdd. Fixes bug reported by Ben Granett | Travis Oliphant | 2007-04-02 | 4 | -143/+123 | |
| | ||||||
* | Make numpy.get_include() and numpy.get_numarray_include() not pull in ↵ | cookedm | 2007-04-01 | 1 | -7/+12 | |
| | | | | numpy.distutils. | |||||
* | Fix mgrid inconsistency ticket #467 | Travis Oliphant | 2007-03-29 | 1 | -1/+2 | |
| | ||||||
* | Fix ticket #459 | Travis Oliphant | 2007-03-26 | 1 | -1/+4 | |
| | ||||||
* | Replace tabs with spaces. | Stefan van der Walt | 2007-03-23 | 1 | -9/+9 | |
| | ||||||
* | Replace tabs with spaces (see ticket #470). | Stefan van der Walt | 2007-03-22 | 2 | -11/+9 | |
| | ||||||
* | Remove invalid part of r_ docstring. | Stefan van der Walt | 2007-03-16 | 1 | -2/+0 | |
| | ||||||
* | Fix doctests. | Stefan van der Walt | 2007-02-18 | 5 | -44/+54 | |
| | ||||||
* | Fix docstrings for loading with DocFileSuite. | Stefan van der Walt | 2007-02-18 | 4 | -56/+71 | |
| | ||||||
* | Fix polymul bug. | Stefan van der Walt | 2007-02-09 | 1 | -0/+1 | |
| | ||||||
* | Fix nan_to_num on complex arrays. Fixes ticket #443 | Travis Oliphant | 2007-02-06 | 1 | -1/+1 | |
| | ||||||
* | Flesh out the docstring for histogram() to address the concerns of #445. | Robert Kern | 2007-02-05 | 1 | -15/+25 | |
| | ||||||
* | Fix docstring and rename to byte_bounds. | Travis Oliphant | 2007-02-02 | 1 | -4/+7 | |
| | ||||||
* | Fix a comment string. | Travis Oliphant | 2007-02-02 | 1 | -3/+0 | |
| | ||||||
* | Add memory_bounds and may_share_memory functions to numpy. | Travis Oliphant | 2007-02-02 | 1 | -1/+52 | |
| | ||||||
* | Allow matrices to pass through more functions. | Travis Oliphant | 2007-02-01 | 2 | -14/+16 | |
| | ||||||
* | Fix ticket #439 --- poly1d objects can now be pickled because an ↵ | Travis Oliphant | 2007-01-30 | 1 | -1/+4 | |
| | | | | AttributeError is raised instead of the old KeyError when __getstate__ is accessed. | |||||
* | 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 | |
| |