| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #955: fix errobj leak in scalarmath floating point error handling | Pauli Virtanen | 2009-02-09 | 2 | -3/+21 |
* | (no commit message) | pierregm | 2009-02-07 | 1 | -4/+4 |
* | MaskedArray.resize : systematically raise a TypeError exception, as a masked ... | pierregm | 2009-02-07 | 2 | -23/+40 |
* | Fix another bug, see last commit. | Pearu Peterson | 2009-02-06 | 1 | -1/+2 |
* | Fix a bug: python system_info.py failed because _pkg_config_info defined sect... | Pearu Peterson | 2009-02-06 | 1 | -2/+3 |
* | 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 |
* | Issue #957: | Alan McIntyre | 2009-02-05 | 2 | -16/+221 |
* | * 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 | 2 | -8/+11 |
* | * 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 |
* | New docstrings for byteorder and newbyteorder() | Matthew Brett | 2009-01-30 | 1 | -0/+123 |
* | * prevent MaskedBinaryOperation and DomainedBinaryOperation to shrink the mas... | pierregm | 2009-01-27 | 2 | -5/+69 |
* | * _iotools.StringConverter : | pierregm | 2009-01-26 | 3 | -9/+33 |
* | Fix compilation error on 2.4. | David Cournapeau | 2009-01-24 | 1 | -0/+2 |
* | * 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 |
* | * add intersect1d, intersect1d_nu, setdiff1d, setmember1d, setxor1d, unique1d... | pierregm | 2009-01-19 | 2 | -102/+424 |
* | * replace np.asarray by np.asanyarray in unique1d | pierregm | 2009-01-19 | 1 | -2/+8 |
* | * renamed FlatIter to MaskedIterator | pierregm | 2009-01-19 | 1 | -4/+7 |
* | Make `trapz` accept 1-D `x` parameter for n-d `y`, even if axis != -1. | Pauli Virtanen | 2009-01-17 | 2 | -3/+49 |
* | * fixed _arraymethod.__call__ for structured arrays | pierregm | 2009-01-17 | 1 | -1/+1 |
* | 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 |
* | numpy.ma.core: | pierregm | 2009-01-13 | 2 | -101/+152 |
* | * Add flatten_structured_array to the namespace | pierregm | 2009-01-10 | 2 | -8/+9 |
* | * Added flatten_structured_arrays | pierregm | 2009-01-09 | 2 | -17/+104 |
* | can't use append an int to a string | Jarrod Millman | 2009-01-09 | 1 | -1/+1 |
* | removed unneeded import | Jarrod Millman | 2009-01-09 | 1 | -2/+0 |
* | switch the order [lib,lib64] --> [lib64,lib] | Jarrod Millman | 2009-01-09 | 1 | -4/+4 |
* | simplification suggested by stefan | Jarrod Millman | 2009-01-09 | 1 | -3/+4 |
* | better default library paths for 64bit arch | Jarrod Millman | 2009-01-09 | 1 | -7/+44 |
* | should be more reliable way to determine what bit platform | Jarrod Millman | 2009-01-09 | 1 | -7/+6 |
* | Tag formatting unit tests as known failures. | David Cournapeau | 2009-01-09 | 1 | -0/+8 |
* | * Remove a debugging print statement. | pierregm | 2009-01-08 | 1 | -4/+0 |
* | * Add __eq__ and __ne__ for support of flexible arrays. | pierregm | 2009-01-08 | 2 | -4/+129 |
* | Revert buggy test fix for locale independecce. | David Cournapeau | 2009-01-08 | 1 | -1/+1 |
* | Fix test_print.py function _test_locale_independance() since str(1.2) does no... | chanley | 2009-01-08 | 1 | -1/+1 |
* | Fix python 2.4 issue. | David Cournapeau | 2009-01-08 | 1 | -8/+9 |
* | Avoid putting things into stderr when errors occurs in f2py wrappers; put all... | David Cournapeau | 2009-01-08 | 1 | -4/+6 |
* | * Renamed `torecords` to `toflex`, keeping `torecords` as an alias | pierregm | 2009-01-07 | 2 | -11/+88 |
* | * Fixed iadd/isub/imul when the base array has no mask but the other array does | pierregm | 2009-01-07 | 2 | -4/+55 |
* | * Bugfix #961 | pierregm | 2009-01-06 | 1 | -29/+32 |
* | Use new-style classes with multiple-inheritance to address bug in IronPython. | Stefan van der Walt | 2009-01-06 | 4 | -9/+9 |
* | *moved the printing templates out of MaskedArray.__repr__ | pierregm | 2009-01-05 | 1 | -31/+32 |