Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add regression test for #628. | David Cournapeau | 2008-03-21 | 1 | -0/+33 | |
| | ||||||
* | added docstring to diagflat. | dhuard | 2008-03-20 | 1 | -0/+16 | |
| | ||||||
* | And add bincount to error message. | Charles Harris | 2008-03-19 | 1 | -1/+1 | |
| | ||||||
* | More typo fixing. | Charles Harris | 2008-03-19 | 1 | -7/+7 | |
| | ||||||
* | Fix histogram references in arr_bincount. | Charles Harris | 2008-03-19 | 1 | -14/+15 | |
| | ||||||
* | Clean up of average function. weights now should have the same shape as a, ↵ | dhuard | 2008-03-19 | 2 | -62/+92 | |
| | | | | 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 | 2 | -67/+92 | |
| | | | | | | 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. | |||||
* | Clean up polyfit documentation. | Charles Harris | 2008-03-15 | 1 | -38/+49 | |
| | | | | Add documentation for polyval. | |||||
* | Fix polyfit for 2D case and add test for same. Fixes ticket 697. | Charles Harris | 2008-03-15 | 2 | -41/+83 | |
| | ||||||
* | Added a test for average. It uncovers a bug related to the shape of the weights. | dhuard | 2008-03-14 | 1 | -0/+14 | |
| | ||||||
* | Added test for 4D histogramdd case. Ticket 690. | dhuard | 2008-03-14 | 1 | -9/+32 | |
| | ||||||
* | Correct condition. | Robert Kern | 2008-02-28 | 1 | -1/+1 | |
| | ||||||
* | Typo. | Robert Kern | 2008-02-28 | 1 | -1/+1 | |
| | ||||||
* | One dtype representation issue got fixed. Documented the remaining one. | Robert Kern | 2008-02-27 | 1 | -6/+7 | |
| | ||||||
* | Handle the no-comment case correctly. | Robert Kern | 2008-02-27 | 1 | -1/+5 | |
| | ||||||
* | Documentation update for the NPY format. | Robert Kern | 2008-02-27 | 1 | -7/+9 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add datasource test file that didn't make it in the move from scipy.io to ↵ | chris.burns | 2008-02-12 | 1 | -0/+248 | |
| | | | | numpy.lib. | |||||
* | Fix whitespace and compiler warning. _compiled_base.c is full of ugly code and | Charles Harris | 2008-02-10 | 1 | -28/+32 | |
| | | | | is in terrific need of reformating. | |||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 7 | -71/+60 | |
| | ||||||
* | Merge revisions 4721:4771 from the trunk | Jarrod Millman | 2008-02-08 | 1 | -0/+1 | |
|\ | ||||||
| * | Fix bug in ticket #592 for non-array sequence bin arguments. | Travis Oliphant | 2008-01-22 | 1 | -0/+1 | |
| | | ||||||
* | | numpy.lib now builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+28 | |
|/ | ||||||
* | Removed dependency on nose.tools. Ripped nose.tools.raise and placed it in ↵ | Travis Oliphant | 2008-01-02 | 1 | -3/+1 | |
| | | | | numpy.testing | |||||
* | Fix deprecate_with_doc and deprecate for builtin functions. | Travis Oliphant | 2007-12-30 | 2 | -8/+16 | |
| | ||||||
* | Merge the lib_for_io branch back into the trunk. | Travis Oliphant | 2007-12-30 | 7 | -7/+2153 | |
|\ | ||||||
| * | Create a branch for io work in NumPy | Travis Oliphant | 2007-12-15 | 27 | -7887/+0 | |
| | | ||||||
* | | Add docstrings with examples for all functions, according to current standard. | Fernando Perez | 2007-12-30 | 1 | -7/+359 | |
| | | | | | | | | | | | | | | | | If you have nose installed, the examples can be used as doctests with: nosetests --with-doctest numpy.lib.scimath | |||||
* | | more janitorial work | Jarrod Millman | 2007-12-29 | 3 | -12/+10 | |
| | | ||||||
* | | Convert some internal classes in index_tricks.py to CamelCase | cookedm | 2007-12-26 | 1 | -16/+18 | |
| | | ||||||
* | | Add test for setdiff1d on character arrays. | Stefan van der Walt | 2007-12-21 | 1 | -0/+4 | |
| | | ||||||
* | | fixed setmember1d for string arrays | Robert Cimrman | 2007-12-20 | 1 | -3/+6 | |
|/ | ||||||
* | replaced apply() with direct function call | Jarrod Millman | 2007-11-26 | 1 | -4/+4 | |
| | ||||||
* | Edited module docstring. | Robert Cimrman | 2007-11-20 | 1 | -3/+5 | |
| | ||||||
* | Expand linspace docstring. | cookedm | 2007-11-03 | 1 | -1/+29 | |
| | ||||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 7 | -17/+16 | |
| | ||||||
* | 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 | |
| |