summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation update for the NPY format.Robert Kern2008-02-271-7/+9
* Don't use FAST moves on aligned flexible data-types to avoid bus errors on SP...Travis Oliphant2008-02-271-1/+6
* Make sure that mp is an array before testing for 0-d ness.Travis Oliphant2008-02-261-3/+9
* Allow numpy scalars to be indexed in limited ways, but not be iterable. Fix ...Travis Oliphant2008-02-252-14/+67
* 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
* Small sync-to-flush doc update.chris.burns2008-02-221-2/+2
* Deprecate 'sync' in favour of 'flush'.Stefan van der Walt2008-02-222-5/+22
* Remove type-checking which failed with MaskedArrays. Add documentation and t...chris.burns2008-02-212-3/+154
* Use x.any() instead of any(x)Robert Kern2008-02-201-2/+2
* Restructure and add to documentation.Stefan van der Walt2008-02-201-826/+1049
* cumprod docstring, median input array coercionMatthew Brett2008-02-192-1/+31
* Remove 'Blah, blah' from docstrings.Stefan van der Walt2008-02-191-19/+1
* updated API_CHANGES.txtpierregm2008-02-155-134/+292
|\
| * numpy.ma : docs + API_CHANGES.txt updatespierregm2008-02-144-133/+283
* | For 4D samples, histogramdd returned badly shaped histograms once in a while....dhuard2008-02-151-1/+3
* | Add type specific mergesort for strings and unicode.Charles Harris2008-02-142-90/+155
* | Fixed median axis=None raveling in case of copyMatthew Brett2008-02-141-6/+10
* | Add type specific heapsort for strings and unicode.Charles Harris2008-02-132-6/+57
* | Add type specific heapsort to argsort kind options for strings and unicode. Charles Harris2008-02-132-6/+55
* | Add regression tests for tickets #657 and #658.Stefan van der Walt2008-02-131-0/+10
* | scons build: fail as soon as possible if Python.h is not found. This is parti...David Cournapeau2008-02-131-0/+6
* | Fix ticket #658 which is a segfault on a corner case for copy detection.Travis Oliphant2008-02-131-1/+1
* | Fix swap error for indexing flat attribute. The data-type of the returned ob...Travis Oliphant2008-02-132-4/+3
* | Add type specific quicksort for strings and unicode in sort and argsort methods.Charles Harris2008-02-131-33/+211
* | Fix some indentation.Charles Harris2008-02-131-4/+4
* | Fix missing mean for median calculation, missing dtype from defmatrix mean si...Matthew Brett2008-02-132-3/+3
* | 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
* | Make sure that multivariate_normal() uses the standard_normal() method rather...Robert Kern2008-02-122-1865/+1489
* | Add tests of the sort and argsort methods preparatory to merging newCharles Harris2008-02-121-0/+168
* | Fix type. Sorry about that.Pearu Peterson2008-02-121-3/+3
* | hpux fortran compiler support: patch from an user feedback.Pearu Peterson2008-02-121-2/+5
* | initial port from Moin Moin siteJarrod Millman2008-02-101-0/+241
* | Fix whitespace and compiler warning. _compiled_base.c is full of ugly code andCharles Harris2008-02-101-28/+32
* | Add tests for sorting strings containing zeros.Charles Harris2008-02-101-0/+12
* | Fix STRING_compare function to work correctly with strings containing zeros.Charles Harris2008-02-101-1/+11
* | Add inline string compare functions for strings and UCS4. The indirect mergeCharles Harris2008-02-101-6/+38
* | Add PyArray_CompareString function, but don't add it to the OBJECT_API yet. ACharles Harris2008-02-101-0/+18
* | Add ma for scons buildDavid Cournapeau2008-02-092-0/+19
* | Do not install config.h, since it not needed anymore for numpy APIDavid Cournapeau2008-02-091-1/+0
* | Merge maskedarray branch.Stefan van der Walt2008-02-0926-2298/+9348
|\ \ | |/
| * Merge maskedarray branch up to r4776.Stefan van der Walt2008-02-0951-242/+2018
| |\ | |/ |/|
* | Add numpyconfig.h to the installchris.burns2008-02-081-0/+1
* | ran reindentJarrod Millman2008-02-0824-182/+170
* | merging David Cournapeau's build_with_scons branch, which adds scons support ...Jarrod Millman2008-02-0835-81/+1852
|\ \
| * \ Merge revisions 4721:4771 from the trunkJarrod Millman2008-02-0815-146/+296
| |\ \ | |/ / |/| |
* | | Add regression test for searchsorted on variable-length arrays.Stefan van der Walt2008-02-011-0/+5