| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bugs: uncaught error, way record data-types print, asbuffer function fixed. | Travis Oliphant | 2006-10-02 | 1 | -1/+4 |
| * | Fix the fromfunction routine to use float as default. Update oldnumeric and ... | Travis Oliphant | 2006-09-28 | 1 | -10/+14 |
| * | Fix back repr of arrays to not have quote unless flexible. | Travis Oliphant | 2006-09-25 | 1 | -2/+2 |
| * | Fix ticket #289 plus improve the way array data-types print and arrays repres... | Travis Oliphant | 2006-09-23 | 1 | -1/+1 |
| * | Switch order of .put arguments to match the function call. Eliminate .putmas... | Travis Oliphant | 2006-09-22 | 1 | -2/+2 |
| * | Add rollaxis command and fix cross function | Travis Oliphant | 2006-09-15 | 1 | -8/+30 |
| * | Fix problem with randn in matlib. Acutally add min, max, round, abs to the n... | Travis Oliphant | 2006-08-29 | 1 | -2/+0 |
| * | Add float, int, etc. to numpy name-space. Flesh out tensordot. Fix-up getch... | Travis Oliphant | 2006-08-29 | 1 | -13/+44 |
| * | Fix sundry errors. | Travis Oliphant | 2006-08-28 | 1 | -2/+2 |
| * | Merge changes mistakenly added to 1.0b4 tag to the main trunk | Travis Oliphant | 2006-08-28 | 1 | -1/+42 |
| * | Add rudimentary interrupt handliNG. Add max, min, round, abs to the numpy sp... | Travis Oliphant | 2006-08-24 | 1 | -0/+2 |
| * | Fix mismatch between tp_name and pickle name so that pickles of scalar types ... | Travis Oliphant | 2006-08-17 | 1 | -1/+1 |
| * | Strip characters from chararrays during comparision | Travis Oliphant | 2006-08-14 | 1 | -1/+2 |
| * | Update C-API to add features needed for numarray compatibility. Output argum... | Travis Oliphant | 2006-08-10 | 1 | -2/+30 |
| * | Add bitwise_not to numpy | Travis Oliphant | 2006-08-08 | 1 | -1/+3 |
| * | Move location of flatnonzero | Travis Oliphant | 2006-08-05 | 1 | -1/+8 |
| * | Convert so that axis arguments are consistent for methods and functions. Pla... | Travis Oliphant | 2006-08-04 | 1 | -3/+3 |
| * | A few corrections to scalar-type tests | Travis Oliphant | 2006-08-03 | 1 | -1/+1 |
| * | Clean up scalar-types functions a bit. | Travis Oliphant | 2006-08-03 | 1 | -1/+1 |
| * | Use dtype in numeric.indices. | Stefan van der Walt | 2006-07-10 | 1 | -2/+2 |
| * | Fix numeric.indices on 64-bit platforms. | Stefan van der Walt | 2006-07-07 | 1 | -1/+1 |
| * | Check for error and asthetic spacing change. | Travis Oliphant | 2006-07-03 | 1 | -2/+4 |
| * | Add a require function, a issubdtype, and a load_ctypes_function to NumPy | Travis Oliphant | 2006-07-03 | 1 | -1/+34 |
| * | Make the default array type float. | Travis Oliphant | 2006-06-30 | 1 | -5/+5 |
| * | Fix binary_repr for large numbers and add test. | Stefan van der Walt | 2006-06-21 | 1 | -0/+6 |
| * | Use hexadecimal lookup table for binary_repr. | Stefan van der Walt | 2006-06-20 | 1 | -15/+27 |
| * | Fix bug in _myunincmp. | Travis Oliphant | 2006-06-14 | 1 | -1/+0 |
| * | Check-in name-space changes so that numpy.oldnumeric is the compatibility mod... | Travis Oliphant | 2006-06-12 | 1 | -3/+3 |
| * | Replace Python version of fromiter with one coded in C. | Tim Hochberg | 2006-06-10 | 1 | -5/+1 |
| * | Add docstrings to numeric.py, especially for seterr and geterr. | cookedm | 2006-06-06 | 1 | -7/+59 |
| * | Fix-up handling of registering of data-types. Now it is done using a PyArray... | Travis Oliphant | 2006-06-02 | 1 | -2/+1 |
| * | Fix up comments and checks in buffer setting and error-function setting. | Travis Oliphant | 2006-06-01 | 1 | -3/+5 |
| * | Fix-up test_scalarmath to compare against ufuncs. | Travis Oliphant | 2006-06-01 | 1 | -0/+5 |
| * | Simplify argwhere (maybe prematurely added), and fix memory leak in #125 | Travis Oliphant | 2006-05-19 | 1 | -9/+1 |
| * | Rename fromflat to unravel_index. Add argwhere function. Change where docst... | Travis Oliphant | 2006-05-17 | 1 | -2/+17 |
| * | Fix so USE_USE_DEFAULTS code works in multi-threaded case. Speed up 1-d arra... | Travis Oliphant | 2006-04-24 | 1 | -11/+4 |
| * | Tweaks to Travis's recent addition of thread local semantics to setting of er... | Tim Hochberg | 2006-04-20 | 1 | -9/+14 |
| * | Implement a reset-on-delete object for save error modes. | Travis Oliphant | 2006-04-18 | 1 | -4/+12 |
| * | Change ...errlist to ...errobj | Travis Oliphant | 2006-04-18 | 1 | -10/+10 |
| * | Changed error look-up to use per-thread global variable. | Travis Oliphant | 2006-04-18 | 1 | -55/+22 |
| * | Updates to array creation: improve docstring, allow fast exit for subok=1, re... | Travis Oliphant | 2006-03-28 | 1 | -7/+7 |
| * | Changed fortran= keywords to order= keywords | Travis Oliphant | 2006-03-24 | 1 | -9/+9 |
| * | Simplify interfaces. Fix UCHAR bug. | Travis Oliphant | 2006-03-24 | 1 | -4/+4 |
| * | Added ascontiguous and asfortran functions. | Travis Oliphant | 2006-03-23 | 1 | -1/+8 |
| * | Fix reshape to always interpret as C-contiguous unless fortran=True is given ... | Travis Oliphant | 2006-03-21 | 1 | -3/+3 |
| * | Changed the C-API by making the a.flags object a builtin object for speed. A... | Travis Oliphant | 2006-03-15 | 1 | -22/+42 |
| * | Fix up oldnumeric.py functions to return intput class where possible. Allow ... | Travis Oliphant | 2006-03-13 | 1 | -1/+1 |
| * | Run reindent.py (script distributed with Python) over the source to remove ex... | cookedm | 2006-03-10 | 1 | -2/+2 |
| * | Apply Tim's code-checker tests except for white-space-only changes. | Travis Oliphant | 2006-03-06 | 1 | -2/+2 |
| * | Remove bigndarray because Python SVN has support for 64-bit indexing. | Travis Oliphant | 2006-03-01 | 1 | -2/+1 |