Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Fix up __array_interface__ getting and depth discovery for scalars. | Travis Oliphant | 2006-10-05 | 1 | -2/+1 | |
| | ||||||
* | Sort only once in median. | Stefan van der Walt | 2006-09-26 | 1 | -3/+2 | |
| | ||||||
* | Fix docstring for delete. | Stefan van der Walt | 2006-09-22 | 1 | -2/+2 | |
| | ||||||
* | Add ediff1d support for empty arrays. | Stefan van der Walt | 2006-09-18 | 1 | -1/+1 | |
| | | | | | Fix ediff1d for to_begin or to_end = 0. Allow insert to operate on empty arrays. | |||||
* | Rename to histogramdd as original author said. | Travis Oliphant | 2006-09-15 | 1 | -6/+6 | |
| | ||||||
* | Fix up r_ so you can specify the minimum number of dimensions to force ↵ | Travis Oliphant | 2006-09-14 | 1 | -1/+1 | |
| | | | | arrays to and allow alteration of the concatenation axis and whether or not to transpose 1d arrays | |||||
* | Add histogramnd and fix histogram2d | Travis Oliphant | 2006-09-14 | 1 | -10/+133 | |
| | ||||||
* | Small fix to the insert document string. | Charles Harris | 2006-09-03 | 1 | -27/+26 | |
| | | | | Cleanup whitespace. | |||||
* | Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product | Travis Oliphant | 2006-08-29 | 1 | -2/+2 | |
| | ||||||
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 1 | -6/+5 | |
| | ||||||
* | Fix sundry errors. | Travis Oliphant | 2006-08-28 | 1 | -1/+1 | |
| | ||||||
* | Merge changes mistakenly added to 1.0b4 tag to the main trunk | Travis Oliphant | 2006-08-28 | 1 | -7/+8 | |
| | ||||||
* | Fixes to the deletefrom, insertinto, functions... | Travis Oliphant | 2006-08-26 | 1 | -29/+27 | |
| | ||||||
* | Fix how deletefrom and insertinto handle objects with __array_wrap__ defined. | Travis Oliphant | 2006-08-26 | 1 | -11/+45 | |
| | ||||||
* | Fix broadcast-copy on fancy set-item. | Travis Oliphant | 2006-08-26 | 1 | -17/+36 | |
| | ||||||
* | Add deletefrom, insertinto, and appendonto | Travis Oliphant | 2006-08-26 | 1 | -20/+135 | |
| | ||||||
* | Added a delete function | Travis Oliphant | 2006-08-25 | 1 | -1/+42 | |
| | ||||||
* | Re-factor fix to linspace | Travis Oliphant | 2006-08-21 | 1 | -3/+3 | |
| | ||||||
* | Remove usage of FatalError and fix linspace to end at stop if endpoint is True | Travis Oliphant | 2006-08-21 | 1 | -0/+2 | |
| | ||||||
* | Change default axis argument of average and several masked array functions. ↵ | Travis Oliphant | 2006-08-13 | 1 | -3/+2 | |
| | | | | Move old behaviors to compatibility layer. | |||||
* | Fix adding docstrings of digitize, bincount, and add_docstring so it doesn't ↵ | Travis Oliphant | 2006-08-05 | 1 | -32/+41 | |
| | | | | happen twice. |