| Commit message (Expand) | Author | Age | Files | Lines |
| * | Backport r6827 to fix ticket #1039 | Charles Harris | 2009-03-31 | 1 | -8/+4 |
| * | Remove test that shouldn't have been backported. It didn't fail anyway... | Charles Harris | 2009-03-27 | 1 | -4/+0 |
| * | Backport r6770 fixes. | Charles Harris | 2009-03-27 | 1 | -0/+4 |
| * | 1.3.x backport r6725, Merge from the doc wiki | Pauli Virtanen | 2009-03-25 | 11 | -284/+606 |
| * | 1.3.x: Backport doc + doc infrastructure fixes | Pauli Virtanen | 2009-03-25 | 1 | -4/+0 |
| * | fix remaining tests to reflect new behavior of sign(nan) | Charles Harris | 2009-03-10 | 1 | -2/+2 |
| * | Fix a test failure due to changes in the sign ufunc. | Charles Harris | 2009-03-10 | 1 | -1/+1 |
| * | Fix import issue. | David Cournapeau | 2009-03-09 | 1 | -1/+1 |
| * | Sort index of find_duplicated before testing, because the exact order is unde... | David Cournapeau | 2009-03-09 | 1 | -17/+14 |
| * | Remove dead code. | David Cournapeau | 2009-03-09 | 1 | -1/+0 |
| * | Do not hardcode string for savetxt testing, as the exact representation depen... | David Cournapeau | 2009-03-09 | 1 | -5/+6 |
| * | BUG: Rewrite test_gzip_loadtxt to avoid NamedTemporaryFile which is unusable... | David Cournapeau | 2009-03-09 | 1 | -9/+30 |
| * | Close file handle in loadtxt if we opened the file ourselves. | David Cournapeau | 2009-03-09 | 1 | -45/+51 |
| * | Fix polyint to work correctly with float, complex, and int inputs. | Charles Harris | 2009-03-09 | 2 | -10/+28 |
| * | Fix ticket #944. | Charles Harris | 2009-03-09 | 2 | -5/+10 |
| * | Merge reviewed docstrings from editor. | Stefan van der Walt | 2009-03-08 | 1 | -2/+2 |
| * | For kaiser, allow beta to be specified as an integer. | Stefan van der Walt | 2009-03-06 | 2 | -1/+4 |
| * | Python 3000 fixes for 2to3 [patch by James Watson]. | Stefan van der Walt | 2009-03-02 | 1 | -1/+1 |
| * | Correctly handle gzip filenames in loadtxt. | Stefan van der Walt | 2009-03-02 | 2 | -0/+11 |
| * | Add test for Gzip loader. | Stefan van der Walt | 2009-02-22 | 1 | -0/+14 |
| * | Whitespace cleanup. | Stefan van der Walt | 2009-02-22 | 1 | -4/+3 |
| * | Add GzipFile wrapper to support the "whence" keyword in GzipFile.seek. | Stefan van der Walt | 2009-02-22 | 1 | -1/+36 |
| * | Fix tests using strptime to be Python 2.4 compatible. | Stefan van der Walt | 2009-02-19 | 1 | -6/+13 |
| * | Tag known failure on win32. | David Cournapeau | 2009-02-19 | 2 | -0/+5 |
| * | * genfromtxt : fixed case when using explicit converters and explicit dtype. | pierregm | 2009-02-14 | 3 | -3/+30 |
| * | Move numpy.lib __doc__ back to info.py; was moved to __init__.py by mistake. | Pauli Virtanen | 2009-02-14 | 2 | -254/+134 |
| * | Move (un)packbits docstrings to add_newdocs.py. Fix typos. | Pauli Virtanen | 2009-02-14 | 1 | -31/+2 |
| * | More add_newdocs entries, and make add_newdoc capable of adding docs also to ... | Pauli Virtanen | 2009-02-14 | 3 | -67/+33 |
| * | Removed an unneccessary return statement in a unit test. | Travis Oliphant | 2009-02-06 | 1 | -1/+0 |
| * | Avoid re-creating the sequence when there is only one field in the regular ex... | Travis Oliphant | 2009-02-06 | 1 | -4/+9 |
| * | * genfromtxt : Fixed when a dtype involving objects is explicitly given. Rai... | pierregm | 2009-02-05 | 4 | -6/+77 |
| * | test_upgrademapper : got rid of the dateutil import | pierregm | 2009-02-04 | 1 | -10/+11 |
| * | * test__iotools : prevent test_upgrademapper if dateutil is not installed | pierregm | 2009-02-04 | 1 | -7/+10 |
| * | * Make sure that StringConverter.update sets the type to object if it can't d... | pierregm | 2009-02-03 | 2 | -2/+18 |
| * | * Added a 'autoconvert' option to stack_arrays. | pierregm | 2009-02-02 | 2 | -6/+47 |
| * | * _iotools.StringConverter : | pierregm | 2009-01-26 | 3 | -9/+33 |
| * | * fixed a machine-dependent issue on default int ('<i4' on OS X, '<i8' on lin... | pierregm | 2009-01-22 | 1 | -7/+10 |
| * | * added recfunctions, a collection of utilities to manipulate structured arrays. | pierregm | 2009-01-22 | 2 | -0/+1501 |
| * | * genfromtxt : if names is True, accept a line starting with a comment charac... | pierregm | 2009-01-22 | 2 | -2/+33 |
| * | * lib : introduced _iotools | pierregm | 2009-01-19 | 4 | -7/+1436 |
| * | * replace np.asarray by np.asanyarray in unique1d | pierregm | 2009-01-19 | 1 | -2/+8 |
| * | Make `trapz` accept 1-D `x` parameter for n-d `y`, even if axis != -1. | Pauli Virtanen | 2009-01-17 | 2 | -3/+49 |
| * | Fix finfo to work on all instances, not just NumPy scalars. | Stefan van der Walt | 2009-01-14 | 2 | -3/+16 |
| * | Fix printing of limits. | Stefan van der Walt | 2009-01-14 | 1 | -12/+23 |
| * | Docstring: remove old floating point arithmetic, parallel | Stefan van der Walt | 2009-01-14 | 1 | -17/+4 |
| * | Use new-style classes with multiple-inheritance to address bug in IronPython. | Stefan van der Walt | 2009-01-06 | 1 | -1/+1 |
| * | ran reindent | Jarrod Millman | 2008-12-31 | 2 | -12/+12 |
| * | BUG (#827): close temp file before reopning them on windows, and make sure th... | David Cournapeau | 2008-12-27 | 1 | -1/+15 |
| * | Get lstsq and eigvals from numpy.linalg, not from numpy.dual. Addresses Scipy... | Pauli Virtanen | 2008-12-13 | 1 | -27/+4 |
| * | Add bz2 support to loadtxt [patch by Ryan May]. | Stefan van der Walt | 2008-11-29 | 1 | -2/+5 |