| Commit message (Expand) | Author | Age | Files | Lines |
| * | Undoing changes mistakenly made on tag 1.0b4v1.0b4 | Travis Oliphant | 2006-08-28 | 2 | -12/+11 |
| * | 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 | 2 | -10/+10 |
| * | 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 |
| * | Fix-up issubdtype to be more useful | Travis Oliphant | 2006-08-15 | 1 | -2/+9 |
| * | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 1 | -62/+0 |
| * | Move ctypes-related functions out of top-level | Travis Oliphant | 2006-08-14 | 1 | -108/+1 |
| * | Fix ndpointer and add tests from ticket #245 | Travis Oliphant | 2006-08-14 | 2 | -4/+72 |
| * | datatype --> dtype in ndpointer and fix logic of from_param checks | Travis Oliphant | 2006-08-13 | 1 | -23/+28 |
| * | Allow for type-less ndpointer. | Travis Oliphant | 2006-08-13 | 1 | -5/+8 |
| * | Improve ndpointer to allow shape and flags checking as well. | Travis Oliphant | 2006-08-13 | 1 | -8/+55 |
| * | Remove _as_parameter_ attribute from arrays and add it to the ctypes object. ... | Travis Oliphant | 2006-08-13 | 1 | -2/+28 |
| * | Change default axis argument of average and several masked array functions. M... | Travis Oliphant | 2006-08-13 | 1 | -3/+2 |
| * | More fixes to masked array support of output arrays. | Travis Oliphant | 2006-08-10 | 1 | -1/+1 |
| * | Fix adding docstrings of digitize, bincount, and add_docstring so it doesn't ... | Travis Oliphant | 2006-08-05 | 1 | -32/+41 |
| * | Move source, info, and who to NumPy | Travis Oliphant | 2006-08-05 | 1 | -2/+276 |
| * | Move converting code | Travis Oliphant | 2006-08-05 | 2 | -308/+0 |
| * | Fix convertnumericA.py to fix transition from 'b' to 'B' | Travis Oliphant | 2006-08-05 | 2 | -7/+44 |
| * | Move location of flatnonzero | Travis Oliphant | 2006-08-05 | 1 | -8/+0 |
| * | Fix uses of nonzero and add flatnonzero | Travis Oliphant | 2006-08-05 | 3 | -3/+15 |
| * | Add back dft stub and alter warning. | Travis Oliphant | 2006-08-04 | 1 | -1/+1 |
| * | Add back a compatibility UserArray. | Travis Oliphant | 2006-08-04 | 1 | -0/+3 |
| * | Many name-changes in oldnumeric. This may break some numpy code that was usi... | Travis Oliphant | 2006-08-04 | 4 | -39/+21 |
| * | Change axis=0 to axis=None to be consistent with methods and move axis=0 func... | Travis Oliphant | 2006-08-04 | 2 | -24/+132 |
| * | Convert so that axis arguments are consistent for methods and functions. Pla... | Travis Oliphant | 2006-08-04 | 1 | -2/+2 |
| * | Format docstrings to be consistent with others. | Stefan van der Walt | 2006-08-03 | 1 | -3/+7 |
| * | Add diagflat. Begin to add numarray compatibility | Travis Oliphant | 2006-08-02 | 1 | -2/+21 |
| * | Fix longdouble machar problem (iterations too low) | Travis Oliphant | 2006-07-31 | 1 | -17/+18 |
| * | Fix ticket #216. Also fix uses of DATA_RENEW so that object arrays will rais... | Travis Oliphant | 2006-07-31 | 1 | -0/+2 |
| * | Py_OptimizeFlag is available from Python.h | Travis Oliphant | 2006-07-31 | 1 | -1/+0 |
| * | Don't add docstrings in add_newdoc if run with -OO | Travis Oliphant | 2006-07-31 | 1 | -0/+7 |
| * | numpy.lib.getlimits: replace typecodes with dtypes | cookedm | 2006-07-28 | 1 | -22/+19 |
| * | numpy.lib.machar: replace 'while 1' loops with 'for _ in max_iter' | cookedm | 2006-07-28 | 1 | -8/+25 |
| * | 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 |
| * | Fix-up convertcode and CAPI docs | Travis Oliphant | 2006-07-25 | 1 | -2/+1 |
| * | Fixed a memory-leak in EnsureArray. Added __array_priority__ to array scalar... | Travis Oliphant | 2006-07-20 | 2 | -15/+11 |
| * | Clean up docstrings. | Travis Oliphant | 2006-07-20 | 2 | -13/+37 |
| * | Apply patch for unique from #154 | Travis Oliphant | 2006-07-19 | 2 | -11/+30 |
| * | add some more docstrings | cookedm | 2006-07-18 | 1 | -0/+17 |
| * | Replace ScipyTestCase with NumpyTestCase | cookedm | 2006-07-17 | 7 | -43/+43 |
| * | convertcode: replace ArrayType, NewAxis, and typecode = | cookedm | 2006-07-13 | 1 | -4/+6 |
| * | Remove global symbols from numpy. Remove use of replacetypechars in convertcode. | Travis Oliphant | 2006-07-12 | 1 | -4/+5 |