| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed binary_repr to make sure that evaluation at 0 returns a string of lengt... | dhuard | 2007-12-13 | 1 | -1/+1 |
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -10/+10 |
* | Fix allclose and add tests (based on a patch by Matthew Brett). | Stefan van der Walt | 2007-08-20 | 1 | -13/+8 |
* | Fix scalar inf comparison in allclose. | Travis Oliphant | 2007-05-22 | 1 | -7/+8 |
* | Fix ticekt #511 and start to handle allclose problems. | Travis Oliphant | 2007-05-17 | 1 | -7/+11 |
* | Fix some bugs with isposinf and isneginf as well as with how allclose dealt w... | Travis Oliphant | 2007-05-17 | 1 | -2/+9 |
* | Add loadtxt and savetxt adapted from matplotlib. | Travis Oliphant | 2007-04-22 | 1 | -1/+172 |
* | binary_repr handles negative numbers now, and takes an optional width argument. | cookedm | 2007-04-02 | 1 | -13/+28 |
* | Speed up indicies significantly (about 10x). | Travis Oliphant | 2007-03-31 | 1 | -10/+18 |
* | Fix doctests. | Stefan van der Walt | 2007-02-18 | 1 | -4/+6 |
* | Do not attempt to convolve empty arrays. | Stefan van der Walt | 2007-02-09 | 1 | -0/+3 |
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -16/+16 |
* | Fix warnings found by Intel compiler due to unused variables that were set. ... | Travis Oliphant | 2006-12-02 | 1 | -4/+18 |
* | Docstring improvements. | Robert Kern | 2006-11-30 | 1 | -34/+44 |
* | Add docstring to correlate. | Travis Oliphant | 2006-11-17 | 1 | -0/+4 |
* | Fix usage of 'as' as a variable | Travis Oliphant | 2006-10-28 | 1 | -4/+4 |
* | Fix some typos and allow use of F_CONTIGUOUS and C_CONTIGUOUS in requires. | Travis Oliphant | 2006-10-24 | 1 | -4/+8 |
* | Added tests for errstate(call=x). Made minor change to errstate so that an ex... | Tim Hochberg | 2006-10-19 | 1 | -3/+7 |
* | Eliminate more warnings in testing. | Travis Oliphant | 2006-10-19 | 1 | -6/+5 |
* | Fix longfloat test on platforms where they are the same as doubles. Add abil... | Travis Oliphant | 2006-10-19 | 1 | -0/+6 |
* | Add print and log facilities to error handling and change the default error m... | Travis Oliphant | 2006-10-19 | 1 | -6/+10 |
* | Increase the C-API and allow ufuncs to be given keyword arguments. Re-compil... | Travis Oliphant | 2006-10-17 | 1 | -9/+4 |
* | Add roll function from ticket #293 | Travis Oliphant | 2006-10-13 | 1 | -1/+20 |
* | Fix-up tensor solve and tensor inv and rename to match tensordot. | Travis Oliphant | 2006-10-13 | 1 | -3/+12 |
* | Add solvetensor and invtensor | Travis Oliphant | 2006-10-13 | 1 | -1/+1 |
* | Added docstring and tests to errstate. Also added 'all' option for seterr so ... | Tim Hochberg | 2006-10-12 | 1 | -6/+41 |
* | Fix | Travis Oliphant | 2006-10-12 | 1 | -1/+2 |
* | Add errstate object to be created in new 'with' statement | Travis Oliphant | 2006-10-11 | 1 | -1/+9 |
* | 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 |