| Commit message (Expand) | Author | Age | Files | Lines |
| * | Undoing changes mistakenly made on tag 1.0b4v1.0b4 | Travis Oliphant | 2006-08-28 | 1 | -8/+7 |
| * | Update tensordot. | Travis Oliphant | 2006-08-28 | 1 | -9/+1 |
| * | Add tensordot placeholder. | Travis Oliphant | 2006-08-27 | 1 | -2/+11 |
| * | Fix up names. insert ==> place, deletefrom ==> delete, insertinto ==> insert... | Travis Oliphant | 2006-08-27 | 1 | -6/+6 |
| * | Fixes to the deletefrom, insertinto, functions... | Travis Oliphant | 2006-08-26 | 1 | -29/+27 |
| * | Fix how deletefrom and insertinto handle objects with __array_wrap__ defined. | Travis Oliphant | 2006-08-26 | 1 | -11/+45 |
| * | Fix broadcast-copy on fancy set-item. | Travis Oliphant | 2006-08-26 | 1 | -17/+36 |
| * | Add deletefrom, insertinto, and appendonto | Travis Oliphant | 2006-08-26 | 1 | -20/+135 |
| * | Added a delete function | Travis Oliphant | 2006-08-25 | 1 | -1/+42 |
| * | Re-factor fix to linspace | Travis Oliphant | 2006-08-21 | 1 | -3/+3 |
| * | Remove usage of FatalError and fix linspace to end at stop if endpoint is True | Travis Oliphant | 2006-08-21 | 1 | -0/+2 |
| * | Change default axis argument of average and several masked array functions. M... | Travis Oliphant | 2006-08-13 | 1 | -3/+2 |
| * | Fix adding docstrings of digitize, bincount, and add_docstring so it doesn't ... | Travis Oliphant | 2006-08-05 | 1 | -32/+41 |
| * | Move location of flatnonzero | Travis Oliphant | 2006-08-05 | 1 | -8/+0 |
| * | Fix uses of nonzero and add flatnonzero | Travis Oliphant | 2006-08-05 | 1 | -2/+11 |
| * | Format docstrings to be consistent with others. | Stefan van der Walt | 2006-08-03 | 1 | -3/+7 |
| * | Back to 0.9.9 version | Travis Oliphant | 2006-07-26 | 1 | -1/+0 |
| * | Make version number 0.9.9 until 1.0 comes out | Travis Oliphant | 2006-07-26 | 1 | -0/+2 |
| * | Clean up docstrings. | Travis Oliphant | 2006-07-20 | 1 | -11/+31 |
| * | Apply patch for unique from #154 | Travis Oliphant | 2006-07-19 | 1 | -10/+21 |
| * | add some more docstrings | cookedm | 2006-07-18 | 1 | -0/+17 |
| * | Fix .choose docstring and allow more functions to be 'vectorized' | Travis Oliphant | 2006-07-11 | 1 | -6/+11 |
| * | Add docstring for bincount. | Stefan van der Walt | 2006-07-07 | 1 | -1/+14 |
| * | In meshgrid, use views on the input parameters to avoid changing their | Stefan van der Walt | 2006-07-05 | 1 | -2/+2 |
| * | Adjust histogram2d a bit. Fix doc for logspace. | Travis Oliphant | 2006-07-01 | 1 | -5/+4 |
| * | Add docstring and tests for digitize. | Stefan van der Walt | 2006-06-30 | 1 | -2/+13 |
| * | Add code to descend through a field and increment (or decrement) any object r... | Travis Oliphant | 2006-06-23 | 1 | -2/+4 |
| * | Add meshgrid to NumPy | Travis Oliphant | 2006-06-19 | 1 | -1/+36 |
| * | Remove print statement. | Travis Oliphant | 2006-06-14 | 1 | -1/+0 |
| * | Preserve matrices. Fix #142 | Travis Oliphant | 2006-06-13 | 1 | -4/+4 |
| * | Check-in name-space changes so that numpy.oldnumeric is the compatibility mod... | Travis Oliphant | 2006-06-12 | 1 | -3/+3 |
| * | Apply patch #137 | Travis Oliphant | 2006-06-12 | 1 | -3/+3 |
| * | Fix for linspace (#118) was incomplete; good now. | cookedm | 2006-05-17 | 1 | -1/+1 |
| * | #118: linspace should always return floats | cookedm | 2006-05-16 | 1 | -1/+1 |
| * | Add math module to numpy namespace so numpy.math works same as Numeric.math. ... | Travis Oliphant | 2006-05-02 | 1 | -1/+1 |
| * | Fix indentation error. | Travis Oliphant | 2006-04-27 | 1 | -1/+1 |
| * | Add improved checking for number of arguments to support more functions | Travis Oliphant | 2006-04-27 | 1 | -10/+34 |
| * | Add new C-API function in middle. Bump C-API version number. | Travis Oliphant | 2006-04-26 | 1 | -2/+2 |
| * | Slightly different fix to vectorize. | Travis Oliphant | 2006-04-26 | 1 | -13/+3 |
| * | Fix vectorize to handle scalar return values. | Travis Oliphant | 2006-04-26 | 1 | -2/+13 |
| * | Fix-up usage of asarray. | Travis Oliphant | 2006-03-29 | 1 | -2/+2 |
| * | remove unused imports | Tim Leslie | 2006-03-25 | 1 | -3/+1 |
| * | trivial whitespace changes, more explicit imports | Tim Leslie | 2006-03-23 | 1 | -10/+10 |
| * | Add extra arguments to corrcoef. | Travis Oliphant | 2006-03-16 | 1 | -2/+2 |
| * | Fix scalar case for corrcoef | Travis Oliphant | 2006-03-16 | 1 | -1/+4 |
| * | Third time's the charm. | Travis Oliphant | 2006-03-16 | 1 | -2/+3 |
| * | Fix cov and corrcoef in numpy | Travis Oliphant | 2006-03-16 | 1 | -1/+1 |
| * | Fix cov and corrcoef in numpy | Travis Oliphant | 2006-03-16 | 1 | -26/+32 |
| * | remove unused imports | Tim Leslie | 2006-03-13 | 1 | -4/+4 |
| * | Run reindent.py (script distributed with Python) over the source to remove ex... | cookedm | 2006-03-10 | 1 | -13/+13 |