Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make histogramdd documentation a bit clearer. | Charles Harris | 2009-04-10 | 1 | -2/+3 | |
| | ||||||
* | Fix ticket #928 | Charles Harris | 2009-04-10 | 1 | -1/+3 | |
| | ||||||
* | Fix nanmin, -max etc. to handle axis argument correctly. | Stefan van der Walt | 2009-03-26 | 1 | -6/+16 | |
| | ||||||
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -58/+149 | |
| | ||||||
* | Merge reviewed docstrings from editor. | Stefan van der Walt | 2009-03-08 | 1 | -2/+2 | |
| | ||||||
* | For kaiser, allow beta to be specified as an integer. | Stefan van der Walt | 2009-03-06 | 1 | -1/+1 | |
| | ||||||
* | Python 3000 fixes for 2to3 [patch by James Watson]. | Stefan van der Walt | 2009-03-02 | 1 | -1/+1 | |
| | ||||||
* | More add_newdocs entries, and make add_newdoc capable of adding docs also to ↵ | Pauli Virtanen | 2009-02-14 | 1 | -47/+0 | |
| | | | | normal Python objects. | |||||
* | Make `trapz` accept 1-D `x` parameter for n-d `y`, even if axis != -1. | Pauli Virtanen | 2009-01-17 | 1 | -3/+11 | |
| | | | | Additional tests included. | |||||
* | ran reindent | Jarrod Millman | 2008-12-31 | 1 | -8/+8 | |
| | ||||||
* | removed the `new` argument in the histogram docstring example | dhuard | 2008-11-12 | 1 | -1/+1 | |
| | ||||||
* | Follow up on changes to histogram: new=False now raises a ↵ | dhuard | 2008-11-12 | 1 | -32/+14 | |
| | | | | DeprecationWarning, new=True warns users that `new` will disappear in 1.4. | |||||
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵ | Pauli Virtanen | 2008-10-28 | 1 | -95/+337 | |
| | | | | they are still an improvement) | |||||
* | Import documentation from doc wiki (part 1) | Pauli Virtanen | 2008-10-27 | 1 | -0/+11 | |
| | ||||||
* | More consistent nan-operations. | Stefan van der Walt | 2008-08-12 | 1 | -20/+37 | |
| | ||||||
* | breaking API for median | Jarrod Millman | 2008-08-08 | 1 | -12/+9 | |
| | ||||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -25/+25 | |
| | ||||||
* | added comment in histogram warning. | dhuard | 2008-08-05 | 1 | -0/+2 | |
| | ||||||
* | Follow-up on changes to histogram semantics. | dhuard | 2008-08-05 | 1 | -29/+49 | |
| | | | | `new` is now set to None by default, which triggers the new behaviour and prints a warning. | |||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -293/+1386 | |
| | ||||||
* | Removed unused private function _asarray1d. | Alan McIntyre | 2008-07-21 | 1 | -8/+0 | |
| | ||||||
* | Piecewise should not expose raw memory. Closes #798. | Stefan van der Walt | 2008-07-08 | 1 | -7/+12 | |
| | ||||||
* | Use the implicit "import numpy as np" made available to all doctests instead | Alan McIntyre | 2008-07-05 | 1 | -17/+16 | |
| | | | | | of explicit imports or dependency on the local scope where the doctest is defined.. | |||||
* | Use the implicit "import numpy as np" made available to all doctests instead ↵ | Alan McIntyre | 2008-07-03 | 1 | -33/+29 | |
| | | | | | | | of an explicit import. Remove ">>>" from bartlett plotting example since it currently requires matplotlib. | |||||
* | Fix piecewise to handle 0-d inputs. | Travis Oliphant | 2008-06-17 | 1 | -1/+20 | |
| | ||||||
* | Fix math markup in docstrings. | Stefan van der Walt | 2008-05-19 | 1 | -2/+5 | |
| | ||||||
* | Fix math in Bartlett docstring. | Stefan van der Walt | 2008-05-19 | 1 | -1/+1 | |
| | ||||||
* | Merge documentation changes from wiki. | Stefan van der Walt | 2008-05-19 | 1 | -4/+94 | |
| | ||||||
* | Fix ReST markup in docstrings. | Stefan van der Walt | 2008-05-16 | 1 | -133/+143 | |
| | ||||||
* | 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 | |
| |