| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation update for the NPY format. | Robert Kern | 2008-02-27 | 1 | -7/+9 |
* | Don't use FAST moves on aligned flexible data-types to avoid bus errors on SP... | Travis Oliphant | 2008-02-27 | 1 | -1/+6 |
* | Make sure that mp is an array before testing for 0-d ness. | Travis Oliphant | 2008-02-26 | 1 | -3/+9 |
* | Allow numpy scalars to be indexed in limited ways, but not be iterable. Fix ... | Travis Oliphant | 2008-02-25 | 2 | -14/+67 |
* | Return to condition where overwrite_output for median raises error for non-nd... | Matthew Brett | 2008-02-24 | 1 | -2/+2 |
* | 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 |
* | Small sync-to-flush doc update. | chris.burns | 2008-02-22 | 1 | -2/+2 |
* | Deprecate 'sync' in favour of 'flush'. | Stefan van der Walt | 2008-02-22 | 2 | -5/+22 |
* | Remove type-checking which failed with MaskedArrays. Add documentation and t... | chris.burns | 2008-02-21 | 2 | -3/+154 |
* | Use x.any() instead of any(x) | Robert Kern | 2008-02-20 | 1 | -2/+2 |
* | Restructure and add to documentation. | Stefan van der Walt | 2008-02-20 | 1 | -826/+1049 |
* | cumprod docstring, median input array coercion | Matthew Brett | 2008-02-19 | 2 | -1/+31 |
* | Remove 'Blah, blah' from docstrings. | Stefan van der Walt | 2008-02-19 | 1 | -19/+1 |
* | updated API_CHANGES.txt | pierregm | 2008-02-15 | 5 | -134/+292 |
|\ |
|
| * | numpy.ma : docs + API_CHANGES.txt updates | pierregm | 2008-02-14 | 4 | -133/+283 |
* | | For 4D samples, histogramdd returned badly shaped histograms once in a while.... | dhuard | 2008-02-15 | 1 | -1/+3 |
* | | Add type specific mergesort for strings and unicode. | Charles Harris | 2008-02-14 | 2 | -90/+155 |
* | | Fixed median axis=None raveling in case of copy | Matthew Brett | 2008-02-14 | 1 | -6/+10 |
* | | Add type specific heapsort for strings and unicode. | Charles Harris | 2008-02-13 | 2 | -6/+57 |
* | | Add type specific heapsort to argsort kind options for strings and unicode. | Charles Harris | 2008-02-13 | 2 | -6/+55 |
* | | Add regression tests for tickets #657 and #658. | Stefan van der Walt | 2008-02-13 | 1 | -0/+10 |
* | | scons build: fail as soon as possible if Python.h is not found. This is parti... | David Cournapeau | 2008-02-13 | 1 | -0/+6 |
* | | Fix ticket #658 which is a segfault on a corner case for copy detection. | Travis Oliphant | 2008-02-13 | 1 | -1/+1 |
* | | Fix swap error for indexing flat attribute. The data-type of the returned ob... | Travis Oliphant | 2008-02-13 | 2 | -4/+3 |
* | | Add type specific quicksort for strings and unicode in sort and argsort methods. | Charles Harris | 2008-02-13 | 1 | -33/+211 |
* | | Fix some indentation. | Charles Harris | 2008-02-13 | 1 | -4/+4 |
* | | Fix missing mean for median calculation, missing dtype from defmatrix mean si... | Matthew Brett | 2008-02-13 | 2 | -3/+3 |
* | | 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 num... | chris.burns | 2008-02-12 | 1 | -0/+248 |
* | | Make sure that multivariate_normal() uses the standard_normal() method rather... | Robert Kern | 2008-02-12 | 2 | -1865/+1489 |
* | | Add tests of the sort and argsort methods preparatory to merging new | Charles Harris | 2008-02-12 | 1 | -0/+168 |
* | | Fix type. Sorry about that. | Pearu Peterson | 2008-02-12 | 1 | -3/+3 |
* | | hpux fortran compiler support: patch from an user feedback. | Pearu Peterson | 2008-02-12 | 1 | -2/+5 |
* | | initial port from Moin Moin site | Jarrod Millman | 2008-02-10 | 1 | -0/+241 |
* | | Fix whitespace and compiler warning. _compiled_base.c is full of ugly code and | Charles Harris | 2008-02-10 | 1 | -28/+32 |
* | | Add tests for sorting strings containing zeros. | Charles Harris | 2008-02-10 | 1 | -0/+12 |
* | | Fix STRING_compare function to work correctly with strings containing zeros. | Charles Harris | 2008-02-10 | 1 | -1/+11 |
* | | Add inline string compare functions for strings and UCS4. The indirect merge | Charles Harris | 2008-02-10 | 1 | -6/+38 |
* | | Add PyArray_CompareString function, but don't add it to the OBJECT_API yet. A | Charles Harris | 2008-02-10 | 1 | -0/+18 |
* | | Add ma for scons build | David Cournapeau | 2008-02-09 | 2 | -0/+19 |
* | | Do not install config.h, since it not needed anymore for numpy API | David Cournapeau | 2008-02-09 | 1 | -1/+0 |
* | | Merge maskedarray branch. | Stefan van der Walt | 2008-02-09 | 26 | -2298/+9348 |
|\ \
| |/ |
|
| * | Merge maskedarray branch up to r4776. | Stefan van der Walt | 2008-02-09 | 51 | -242/+2018 |
| |\
| |/
|/| |
|
* | | Add numpyconfig.h to the install | chris.burns | 2008-02-08 | 1 | -0/+1 |
* | | ran reindent | Jarrod Millman | 2008-02-08 | 24 | -182/+170 |
* | | merging David Cournapeau's build_with_scons branch, which adds scons support ... | Jarrod Millman | 2008-02-08 | 35 | -81/+1852 |
|\ \ |
|
| * \ | Merge revisions 4721:4771 from the trunk | Jarrod Millman | 2008-02-08 | 15 | -146/+296 |
| |\ \
| |/ /
|/| | |
|
* | | | Add regression test for searchsorted on variable-length arrays. | Stefan van der Walt | 2008-02-01 | 1 | -0/+5 |