Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | histogram: an error is raised for varying bin widths only if normed=True. | dhuard | 2008-04-25 | 1 | -3/+13 |
| | |||||
* | Fix to histogram with respect to block updating.a | dhuard | 2008-04-25 | 1 | -6/+6 |
| | |||||
* | Modified histogram according to the discussion on the numpy ML. | dhuard | 2008-04-25 | 1 | -63/+159 |
| | | | | This transitions from the old behavior to the new behavior using the new keyword. | ||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -26/+26 |
| | |||||
* | Added patch from ticket #610 to allow floats in interp. | Travis Oliphant | 2008-03-27 | 1 | -18/+18 |
| | |||||
* | Clean up of average function. weights now should have the same shape as a, ↵ | dhuard | 2008-03-19 | 1 | -52/+44 |
| | | | | or be 1D with length equal to the shape of a along axis. A number of tests are added. | ||||
* | Change ValueError to TypeError in average | Charles Harris | 2008-03-16 | 1 | -2/+2 |
| | |||||
* | Fix average to preserve matrices. | Charles Harris | 2008-03-16 | 1 | -35/+31 |
| | | | | Fix average documentation. | ||||
* | Rewrite average and document it. | Charles Harris | 2008-03-16 | 1 | -54/+80 |
| | | | | | | Remove inappropriate test of average. This should close ticket 700, but someone else should check the documentation to see if the new function does what it is supposed to, whatever the heck that was. | ||||
* | Return to condition where overwrite_output for median raises error for ↵ | Matthew Brett | 2008-02-24 | 1 | -2/+2 |
| | | | | non-ndarray input | ||||
* | Add Anne Archibald's fix to average to remove eval. | Travis Oliphant | 2008-02-23 | 1 | -3/+3 |
| | |||||
* | Fix bug reported by Debian package maintainer. | Travis Oliphant | 2008-02-23 | 1 | -1/+1 |
| | |||||
* | Use x.any() instead of any(x) | Robert Kern | 2008-02-20 | 1 | -2/+2 |
| | |||||
* | cumprod docstring, median input array coercion | Matthew Brett | 2008-02-19 | 1 | -1/+4 |
| | |||||
* | For 4D samples, histogramdd returned badly shaped histograms once in a ↵ | dhuard | 2008-02-15 | 1 | -1/+3 |
| | | | | while. This should be fixed now. | ||||
* | Fixed median axis=None raveling in case of copy | Matthew Brett | 2008-02-14 | 1 | -6/+10 |
| | |||||
* | Fix missing mean for median calculation, missing dtype from defmatrix mean ↵ | Matthew Brett | 2008-02-13 | 1 | -1/+1 |
| | | | | signature | ||||
* | Fix, uncomment import in median doctest | Matthew Brett | 2008-02-13 | 1 | -1/+1 |
| | |||||
* | New implementation of median allowing axis, out keywords | Matthew Brett | 2008-02-13 | 1 | -7/+89 |
| | |||||
* | Fix bug in ticket #592 for non-array sequence bin arguments. | Travis Oliphant | 2008-01-22 | 1 | -0/+1 |
| | |||||
* | Expand linspace docstring. | cookedm | 2007-11-03 | 1 | -1/+29 |
| | |||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -1/+1 |
| | |||||
* | Avoid extra copy if otype is object on output. | Travis Oliphant | 2007-10-19 | 1 | -3/+3 |
| | |||||
* | Fix so that vectorize passes sub-classes through. | Travis Oliphant | 2007-10-19 | 1 | -2/+3 |
| | |||||
* | raise error if histogram is called with a decending range to bin into (see #586) | Jarrod Millman | 2007-10-19 | 1 | -0/+9 |
| | |||||
* | 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 | ||||
* | Clean up select docstring. | Stefan van der Walt | 2007-05-28 | 1 | -24/+22 |
| | |||||
* | Select should not modify output arguments. Add test for basic select ↵ | Stefan van der Walt | 2007-05-28 | 1 | -4/+2 |
| | | | | functionality. | ||||
* | Add patch from dhuard to histogramdd. Fixes ticket #509. | Charles Harris | 2007-05-13 | 1 | -57/+91 |
| | | | | | | 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. | ||||
* | Fix nan functions to allow sub-class. | Travis Oliphant | 2007-05-11 | 1 | -5/+5 |
| | |||||
* | 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 | 1 | -2/+22 |
| | | | | compatibility module to old_numeric. | ||||
* | Add patch in Ticket #189 for histogramdd. Fixes bug reported by Ben Granett | Travis Oliphant | 2007-04-02 | 1 | -50/+58 |
| | |||||
* | Fix ticket #459 | Travis Oliphant | 2007-03-26 | 1 | -1/+4 |
| | |||||
* | Replace tabs with spaces (see ticket #470). | Stefan van der Walt | 2007-03-22 | 1 | -7/+7 |
| | |||||
* | Fix doctests. | Stefan van der Walt | 2007-02-18 | 1 | -21/+21 |
| | |||||
* | Fix docstrings for loading with DocFileSuite. | Stefan van der Walt | 2007-02-18 | 1 | -26/+37 |
| | |||||
* | Flesh out the docstring for histogram() to address the concerns of #445. | Robert Kern | 2007-02-05 | 1 | -15/+25 |
| | |||||
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -29/+29 |
| | |||||
* | Fix typo in oldnumeric and add Rick White's improvement to histogram for ↵ | Travis Oliphant | 2006-12-14 | 1 | -1/+5 |
| | | | | large arrays. | ||||
* | 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 |
| | |||||
* | Fix vectorize bug ignoring otypes. | Travis Oliphant | 2006-10-25 | 1 | -9/+18 |
| | |||||
* | 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 |
| | |||||
* | Close ticket #328. | Stefan van der Walt | 2006-10-07 | 1 | -1/+1 |
| | |||||
* | Fix ticket #325 | Travis Oliphant | 2006-10-07 | 1 | -9/+14 |
| |