summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Backport r6827 to fix ticket #1039Charles Harris2009-03-311-8/+4
* Remove test that shouldn't have been backported. It didn't fail anyway...Charles Harris2009-03-271-4/+0
* Backport r6770 fixes.Charles Harris2009-03-271-0/+4
* 1.3.x backport r6725, Merge from the doc wikiPauli Virtanen2009-03-2511-284/+606
* 1.3.x: Backport doc + doc infrastructure fixesPauli Virtanen2009-03-251-4/+0
* fix remaining tests to reflect new behavior of sign(nan)Charles Harris2009-03-101-2/+2
* Fix a test failure due to changes in the sign ufunc.Charles Harris2009-03-101-1/+1
* Fix import issue.David Cournapeau2009-03-091-1/+1
* Sort index of find_duplicated before testing, because the exact order is unde...David Cournapeau2009-03-091-17/+14
* Remove dead code.David Cournapeau2009-03-091-1/+0
* Do not hardcode string for savetxt testing, as the exact representation depen...David Cournapeau2009-03-091-5/+6
* BUG: Rewrite test_gzip_loadtxt to avoid NamedTemporaryFile which is unusable...David Cournapeau2009-03-091-9/+30
* Close file handle in loadtxt if we opened the file ourselves.David Cournapeau2009-03-091-45/+51
* Fix polyint to work correctly with float, complex, and int inputs.Charles Harris2009-03-092-10/+28
* Fix ticket #944.Charles Harris2009-03-092-5/+10
* Merge reviewed docstrings from editor.Stefan van der Walt2009-03-081-2/+2
* For kaiser, allow beta to be specified as an integer.Stefan van der Walt2009-03-062-1/+4
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-1/+1
* Correctly handle gzip filenames in loadtxt.Stefan van der Walt2009-03-022-0/+11
* Add test for Gzip loader.Stefan van der Walt2009-02-221-0/+14
* Whitespace cleanup.Stefan van der Walt2009-02-221-4/+3
* Add GzipFile wrapper to support the "whence" keyword in GzipFile.seek.Stefan van der Walt2009-02-221-1/+36
* Fix tests using strptime to be Python 2.4 compatible.Stefan van der Walt2009-02-191-6/+13
* Tag known failure on win32.David Cournapeau2009-02-192-0/+5
* * genfromtxt : fixed case when using explicit converters and explicit dtype.pierregm2009-02-143-3/+30
* Move numpy.lib __doc__ back to info.py; was moved to __init__.py by mistake.Pauli Virtanen2009-02-142-254/+134
* Move (un)packbits docstrings to add_newdocs.py. Fix typos.Pauli Virtanen2009-02-141-31/+2
* More add_newdocs entries, and make add_newdoc capable of adding docs also to ...Pauli Virtanen2009-02-143-67/+33
* 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
* * 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-041-7/+10
* * 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
* * _iotools.StringConverter :pierregm2009-01-263-9/+33
* * 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
* * replace np.asarray by np.asanyarray in unique1dpierregm2009-01-191-2/+8
* Make `trapz` accept 1-D `x` parameter for n-d `y`, even if axis != -1.Pauli Virtanen2009-01-172-3/+49
* 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
* Use new-style classes with multiple-inheritance to address bug in IronPython.Stefan van der Walt2009-01-061-1/+1
* ran reindentJarrod Millman2008-12-312-12/+12
* BUG (#827): close temp file before reopning them on windows, and make sure th...David Cournapeau2008-12-271-1/+15
* Get lstsq and eigvals from numpy.linalg, not from numpy.dual. Addresses Scipy...Pauli Virtanen2008-12-131-27/+4
* Add bz2 support to loadtxt [patch by Ryan May].Stefan van der Walt2008-11-291-2/+5