summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle the no-comment case correctly.Robert Kern2008-02-271-1/+5
|
* Documentation update for the NPY format.Robert Kern2008-02-271-7/+9
|
* Return to condition where overwrite_output for median raises error for ↵Matthew Brett2008-02-241-2/+2
| | | | non-ndarray input
* Add Anne Archibald's fix to average to remove eval.Travis Oliphant2008-02-231-3/+3
|
* Fix bug reported by Debian package maintainer.Travis Oliphant2008-02-231-1/+1
|
* Use x.any() instead of any(x)Robert Kern2008-02-201-2/+2
|
* cumprod docstring, median input array coercionMatthew Brett2008-02-191-1/+4
|
* For 4D samples, histogramdd returned badly shaped histograms once in a ↵dhuard2008-02-151-1/+3
| | | | while. This should be fixed now.
* Fixed median axis=None raveling in case of copyMatthew Brett2008-02-141-6/+10
|
* Fix missing mean for median calculation, missing dtype from defmatrix mean ↵Matthew Brett2008-02-131-1/+1
| | | | signature
* Fix, uncomment import in median doctestMatthew Brett2008-02-131-1/+1
|
* New implementation of median allowing axis, out keywordsMatthew Brett2008-02-131-7/+89
|
* Add datasource test file that didn't make it in the move from scipy.io to ↵chris.burns2008-02-121-0/+248
| | | | numpy.lib.
* Fix whitespace and compiler warning. _compiled_base.c is full of ugly code andCharles Harris2008-02-101-28/+32
| | | | is in terrific need of reformating.
* ran reindentJarrod Millman2008-02-087-71/+60
|
* Merge revisions 4721:4771 from the trunkJarrod Millman2008-02-081-0/+1
|\
| * Fix bug in ticket #592 for non-array sequence bin arguments.Travis Oliphant2008-01-221-0/+1
| |
* | numpy.lib now builds with sconsDavid Cournapeau2008-01-072-0/+28
|/
* Removed dependency on nose.tools. Ripped nose.tools.raise and placed it in ↵Travis Oliphant2008-01-021-3/+1
| | | | numpy.testing
* Fix deprecate_with_doc and deprecate for builtin functions.Travis Oliphant2007-12-302-8/+16
|
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-307-7/+2153
|\
| * Create a branch for io work in NumPyTravis Oliphant2007-12-1527-7887/+0
| |
* | Add docstrings with examples for all functions, according to current standard.Fernando Perez2007-12-301-7/+359
| | | | | | | | | | | | | | | | If you have nose installed, the examples can be used as doctests with: nosetests --with-doctest numpy.lib.scimath
* | more janitorial workJarrod Millman2007-12-293-12/+10
| |
* | Convert some internal classes in index_tricks.py to CamelCasecookedm2007-12-261-16/+18
| |
* | Add test for setdiff1d on character arrays.Stefan van der Walt2007-12-211-0/+4
| |
* | fixed setmember1d for string arraysRobert Cimrman2007-12-201-3/+6
|/
* replaced apply() with direct function callJarrod Millman2007-11-261-4/+4
|
* Edited module docstring.Robert Cimrman2007-11-201-3/+5
|
* Expand linspace docstring.cookedm2007-11-031-1/+29
|
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-297-17/+16
|
* Avoid extra copy if otype is object on output.Travis Oliphant2007-10-191-3/+3
|
* Fix so that vectorize passes sub-classes through.Travis Oliphant2007-10-191-2/+3
|
* raise error if histogram is called with a decending range to bin into (see #586)Jarrod Millman2007-10-191-0/+9
|
* Allow subclasses through vectorize.Travis Oliphant2007-10-181-1/+1
|
* Fix vectorize to work with strings. Fix where 64-bit looks for X11 ↵Travis Oliphant2007-10-181-2/+6
| | | | libraries. Fix comment.
* Fix Ticket #588: problem with negative striding and fast blas implementation ↵Travis Oliphant2007-10-091-1/+1
| | | | of dot
* Rename test classes to CapWords.Stefan van der Walt2007-10-029-74/+74
|
* Fix tri when dtype is bool (closes ticket #574).Stefan van der Walt2007-09-302-5/+12
|
* Add test -- dimensions for rot90.Stefan van der Walt2007-09-201-0/+3
|
* Fix so that rot90 only works on first two axes.Travis Oliphant2007-09-201-2/+2
|
* Fix ticket #572: memory leak in _insert for 0-d input.Travis Oliphant2007-09-201-0/+1
|
* Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2007-08-211-205/+205
|
* Fix string conversion of polynomial when leading coefficients areStefan van der Walt2007-08-062-5/+21
| | | | zero. Closes ticket #564.
* Fix asfarray to return an array instead of a matrix.Stefan van der Walt2007-08-012-1/+7
|
* Add regression test for eye.Stefan van der Walt2007-07-251-0/+2
|
* Make sure we always return a value from eye(). It wasn't returning a value ↵Robert Kern2007-07-251-1/+2
| | | | when dtype==bool.
* Fix polygon division. Closes ticket #553.Stefan van der Walt2007-07-241-1/+1
|
* Fix polynomial comparison. Closes ticket #554.Stefan van der Walt2007-07-241-2/+2
|
* Tile empty arrays.Stefan van der Walt2007-07-102-2/+7
|