Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow subclasses through vectorize. | Travis Oliphant | 2007-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fix vectorize to work with strings. Fix where 64-bit looks for X11 ↵ | Travis Oliphant | 2007-10-18 | 1 | -2/+6 | |
| | | | | libraries. Fix comment. | |||||
* | Fix Ticket #588: problem with negative striding and fast blas implementation ↵ | Travis Oliphant | 2007-10-09 | 1 | -1/+1 | |
| | | | | of dot | |||||
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 9 | -74/+74 | |
| | ||||||
* | Fix tri when dtype is bool (closes ticket #574). | Stefan van der Walt | 2007-09-30 | 2 | -5/+12 | |
| | ||||||
* | Add test -- dimensions for rot90. | Stefan van der Walt | 2007-09-20 | 1 | -0/+3 | |
| | ||||||
* | Fix so that rot90 only works on first two axes. | Travis Oliphant | 2007-09-20 | 1 | -2/+2 | |
| | ||||||
* | Fix ticket #572: memory leak in _insert for 0-d input. | Travis Oliphant | 2007-09-20 | 1 | -0/+1 | |
| | ||||||
* | Fix whitespace to conform to Python 3000 convention. | Stefan van der Walt | 2007-08-21 | 1 | -205/+205 | |
| | ||||||
* | Fix string conversion of polynomial when leading coefficients are | Stefan van der Walt | 2007-08-06 | 2 | -5/+21 | |
| | | | | zero. Closes ticket #564. | |||||
* | Fix asfarray to return an array instead of a matrix. | Stefan van der Walt | 2007-08-01 | 2 | -1/+7 | |
| | ||||||
* | Add regression test for eye. | Stefan van der Walt | 2007-07-25 | 1 | -0/+2 | |
| | ||||||
* | Make sure we always return a value from eye(). It wasn't returning a value ↵ | Robert Kern | 2007-07-25 | 1 | -1/+2 | |
| | | | | when dtype==bool. | |||||
* | Fix polygon division. Closes ticket #553. | Stefan van der Walt | 2007-07-24 | 1 | -1/+1 | |
| | ||||||
* | Fix polynomial comparison. Closes ticket #554. | Stefan van der Walt | 2007-07-24 | 1 | -2/+2 | |
| | ||||||
* | Tile empty arrays. | Stefan van der Walt | 2007-07-10 | 2 | -2/+7 | |
| | ||||||
* | 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. |