| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ordering assumption in regression test. | Charles Harris | 2008-05-21 | 1 | -2/+4 |
* | Fix one small error in test(all=1). | Charles Harris | 2008-05-21 | 1 | -0/+1 |
* | Try again to fix the endianness tests. | Robert Kern | 2008-05-21 | 1 | -3/+4 |
* | Fix unit test capturing under Python 2.6. | Stefan van der Walt | 2008-05-20 | 1 | -0/+2 |
* | Use pyrexc to compile mtrand.pyx for 1.1. | Stefan van der Walt | 2008-05-19 | 1 | -10941/+4594 |
* | f2py: Allow expressions that contain max/min calls, be used as dimension spec... | Pearu Peterson | 2008-05-19 | 2 | -2/+14 |
* | Fix math markup in docstrings. | Stefan van der Walt | 2008-05-19 | 4 | -5494/+11572 |
* | Use endian-specific dtypes in tests which construct cross-type views. | Robert Kern | 2008-05-19 | 1 | -2/+4 |
* | Fix accidentally replaced (r5190, r5193) alltrue code. Diff shows that fromnu... | Pauli Virtanen | 2008-05-19 | 1 | -4/+4 |
* | Fix math in Bartlett docstring. | Stefan van der Walt | 2008-05-19 | 1 | -1/+1 |
* | Remove duplicate `alltrue`. | Stefan van der Walt | 2008-05-19 | 1 | -27/+0 |
* | Indexing tag was correct. Revert. | Stefan van der Walt | 2008-05-19 | 1 | -2/+2 |
* | Fix typo in indexing tag. | Stefan van der Walt | 2008-05-19 | 1 | -2/+2 |
* | Merge documentation changes from wiki. | Stefan van der Walt | 2008-05-19 | 6 | -189/+388 |
* | Add --package-list to scons command, to speed-up no-op when working on scipy. | David Cournapeau | 2008-05-18 | 1 | -4/+47 |
* | Minor update to example docstring. | Stefan van der Walt | 2008-05-16 | 1 | -13/+8 |
* | Update documentation format and example. | Stefan van der Walt | 2008-05-16 | 2 | -18/+43 |
* | mrecords : fixed fromarrays when importing only one record | pierregm | 2008-05-16 | 3 | -55/+48 |
* | Update example. Fix reference. | Stefan van der Walt | 2008-05-16 | 2 | -26/+32 |
* | Update documentation standard. | Stefan van der Walt | 2008-05-16 | 2 | -143/+303 |
* | Fix ReST markup in docstrings. | Stefan van der Walt | 2008-05-16 | 1 | -133/+143 |
* | get_build_architecture is not available in python 2.4 and older, so use numpy... | Pearu Peterson | 2008-05-16 | 1 | -1/+1 |
* | f2py: disallow matching module procedure-s as module-s. | Pearu Peterson | 2008-05-15 | 1 | -1/+1 |
* | Merge `choose` docstring fix from wiki. | Stefan van der Walt | 2008-05-15 | 1 | -3/+2 |
* | Add test for #788 [patch by Eric Firing]. | Stefan van der Walt | 2008-05-15 | 5 | -3/+18 |
* | Changed an idiom of appending strings to a buffer. Fixes numpy ticket 792. | Pearu Peterson | 2008-05-15 | 1 | -12/+39 |
* | Fix the unit tests and eliminate the dimensionality reduction assumption for ... | Travis Oliphant | 2008-05-15 | 2 | -2/+30 |
* | Don't assemble numpy module docstring from several parts; removes duplication | Pauli Virtanen | 2008-05-14 | 1 | -40/+0 |
* | Minor reST cleanup in docstrings. | Stefan van der Walt | 2008-05-14 | 1 | -14/+14 |
* | Merge docstrings from wiki. | Stefan van der Walt | 2008-05-14 | 1 | -7/+7 |
* | extras : dropped the m prefix in mediff1d, mvander, mpolyfit | pierregm | 2008-05-14 | 5 | -23/+37 |
* | Restore change to docstring overwritten by wiki merge. | Stefan van der Walt | 2008-05-14 | 1 | -2/+2 |
* | Merge docstrings from wiki. | Stefan van der Walt | 2008-05-14 | 3 | -25/+85 |
* | the trunk is still cooking 1.1 | Jarrod Millman | 2008-05-14 | 1 | -1/+1 |
* | extras: introduced mvander and mpolyfit | pierregm | 2008-05-13 | 2 | -85/+190 |
* | Back-out matrix changes from trunk. This breaks some test which need to be f... | Travis Oliphant | 2008-05-13 | 1 | -2/+5 |
* | Fix ticket #791. | Travis Oliphant | 2008-05-13 | 4 | -7/+24 |
* | Fix reST markup. | Stefan van der Walt | 2008-05-12 | 1 | -3/+9 |
* | power : fixed a bug when a scalar is the first argument | pierregm | 2008-05-12 | 2 | -7/+35 |
* | core : power : use the quick-and-dirty approach: compute everything and mask ... | pierregm | 2008-05-12 | 2 | -15/+42 |
* | Use EquivTypes instead of equality testing for data-type comparison. | Travis Oliphant | 2008-05-11 | 1 | -1/+1 |
* | Break long line. | Charles Harris | 2008-05-10 | 1 | -288/+303 |
* | Add the out= argument to the clip() function to bring it in line with the .cl... | Robert Kern | 2008-05-10 | 2 | -6/+34 |
* | core : power : mask all negative values when the exponent (b) doesn't satisfy... | pierregm | 2008-05-09 | 2 | -3/+7 |
* | core : power : mask all negative values when the exponent (b) doesn't satisfy... | pierregm | 2008-05-09 | 2 | -6/+7 |
* | Moved docstrings to add_newdoc.py; added docstring for the class as a whole w... | aarchiba | 2008-05-09 | 2 | -170/+216 |
* | Docstrings for ufunc methods add, reduce, outer, and the arcane reduceat. | aarchiba | 2008-05-09 | 1 | -4/+166 |
* | Test for ticket #551 part of r5140 | Pauli Virtanen | 2008-05-08 | 1 | -0/+8 |
* | Additional tests of matrix indexing. | aarchiba | 2008-05-08 | 1 | -3/+31 |
* | Add some tests for scalar indexing, tolist(), and fancy indexing. | Charles Harris | 2008-05-08 | 1 | -0/+29 |