summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Fix #955: fix errobj leak in scalarmath floating point error handlingPauli Virtanen2009-02-092-3/+21
* (no commit message)pierregm2009-02-071-4/+4
* MaskedArray.resize : systematically raise a TypeError exception, as a masked ...pierregm2009-02-072-23/+40
* Fix another bug, see last commit.Pearu Peterson2009-02-061-1/+2
* Fix a bug: python system_info.py failed because _pkg_config_info defined sect...Pearu Peterson2009-02-061-2/+3
* Removed an unneccessary return statement in a unit test.Travis Oliphant2009-02-061-1/+0
* Avoid re-creating the sequence when there is only one field in the regular ex...Travis Oliphant2009-02-061-4/+9
* Issue #957:Alan McIntyre2009-02-052-16/+221
* * genfromtxt : Fixed when a dtype involving objects is explicitly given. Rai...pierregm2009-02-054-6/+77
* test_upgrademapper : got rid of the dateutil importpierregm2009-02-041-10/+11
* * test__iotools : prevent test_upgrademapper if dateutil is not installedpierregm2009-02-042-8/+11
* * Make sure that StringConverter.update sets the type to object if it can't d...pierregm2009-02-032-2/+18
* * Added a 'autoconvert' option to stack_arrays.pierregm2009-02-022-6/+47
* New docstrings for byteorder and newbyteorder()Matthew Brett2009-01-301-0/+123
* * prevent MaskedBinaryOperation and DomainedBinaryOperation to shrink the mas...pierregm2009-01-272-5/+69
* * _iotools.StringConverter :pierregm2009-01-263-9/+33
* Fix compilation error on 2.4.David Cournapeau2009-01-241-0/+2
* * fixed a machine-dependent issue on default int ('<i4' on OS X, '<i8' on lin...pierregm2009-01-221-7/+10
* * added recfunctions, a collection of utilities to manipulate structured arrays.pierregm2009-01-222-0/+1501
* * genfromtxt : if names is True, accept a line starting with a comment charac...pierregm2009-01-222-2/+33
* * lib : introduced _iotoolspierregm2009-01-194-7/+1436
* * add intersect1d, intersect1d_nu, setdiff1d, setmember1d, setxor1d, unique1d...pierregm2009-01-192-102/+424
* * replace np.asarray by np.asanyarray in unique1dpierregm2009-01-191-2/+8
* * renamed FlatIter to MaskedIteratorpierregm2009-01-191-4/+7
* Make `trapz` accept 1-D `x` parameter for n-d `y`, even if axis != -1.Pauli Virtanen2009-01-172-3/+49
* * fixed _arraymethod.__call__ for structured arrayspierregm2009-01-171-1/+1
* Fix finfo to work on all instances, not just NumPy scalars.Stefan van der Walt2009-01-142-3/+16
* Fix printing of limits.Stefan van der Walt2009-01-141-12/+23
* Docstring: remove old floating point arithmetic, parallelStefan van der Walt2009-01-141-17/+4
* numpy.ma.core:pierregm2009-01-132-101/+152
* * Add flatten_structured_array to the namespacepierregm2009-01-102-8/+9
* * Added flatten_structured_arrayspierregm2009-01-092-17/+104
* can't use append an int to a stringJarrod Millman2009-01-091-1/+1
* removed unneeded importJarrod Millman2009-01-091-2/+0
* switch the order [lib,lib64] --> [lib64,lib] Jarrod Millman2009-01-091-4/+4
* simplification suggested by stefanJarrod Millman2009-01-091-3/+4
* better default library paths for 64bit archJarrod Millman2009-01-091-7/+44
* should be more reliable way to determine what bit platformJarrod Millman2009-01-091-7/+6
* Tag formatting unit tests as known failures.David Cournapeau2009-01-091-0/+8
* * Remove a debugging print statement.pierregm2009-01-081-4/+0
* * Add __eq__ and __ne__ for support of flexible arrays.pierregm2009-01-082-4/+129
* Revert buggy test fix for locale independecce.David Cournapeau2009-01-081-1/+1
* Fix test_print.py function _test_locale_independance() since str(1.2) does no...chanley2009-01-081-1/+1
* Fix python 2.4 issue.David Cournapeau2009-01-081-8/+9
* Avoid putting things into stderr when errors occurs in f2py wrappers; put all...David Cournapeau2009-01-081-4/+6
* * Renamed `torecords` to `toflex`, keeping `torecords` as an aliaspierregm2009-01-072-11/+88
* * Fixed iadd/isub/imul when the base array has no mask but the other array doespierregm2009-01-072-4/+55
* * Bugfix #961pierregm2009-01-061-29/+32
* Use new-style classes with multiple-inheritance to address bug in IronPython.Stefan van der Walt2009-01-064-9/+9
* *moved the printing templates out of MaskedArray.__repr__pierregm2009-01-051-31/+32