summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Added test for 4D histogramdd case. Ticket 690.dhuard2008-03-141-9/+32
* Correct condition.Robert Kern2008-02-281-1/+1
* Typo.Robert Kern2008-02-281-1/+1
* One dtype representation issue got fixed. Documented the remaining one.Robert Kern2008-02-271-6/+7
* 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 non-nd...Matthew Brett2008-02-241-2/+2
* 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 while....dhuard2008-02-151-1/+3
* 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 si...Matthew Brett2008-02-131-1/+1
* 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 num...chris.burns2008-02-121-0/+248
* Fix whitespace and compiler warning. _compiled_base.c is full of ugly code andCharles Harris2008-02-101-28/+32
* 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 n...Travis Oliphant2008-01-021-3/+1
* 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
* | 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 libraries....Travis Oliphant2007-10-181-2/+6
* Fix Ticket #588: problem with negative striding and fast blas implementation ...Travis Oliphant2007-10-091-1/+1
* 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
* 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