summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* TST: Add tests for scalar*array type promotionMark Wiebe2011-04-222-37/+26
* BUG: fix random.test_noncentral_f issue under win64 + MSVC9. Closes #1801.Ralf Gommers2011-04-221-2/+2
* BUG: numpy doesn't compile anymore with ifort using -O3, changing to -O1.Ralf Gommers2011-04-221-2/+2
* TST: fix regression on 64-bit Windows.Ralf Gommers2011-04-181-1/+2
* TST: test for different line endings in genfromtxt input file. NoteMatthew Brett2011-04-061-25/+27
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-0535-576/+579
* BUG: Fix Python version comparison in last patchMark Wiebe2011-04-051-1/+1
* BUG: Work around the fact that Python 2.6 doesn't support %lld in PyString_Fo...Mark Wiebe2011-04-051-3/+18
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-0513-42/+43
* STY: Fix up some two line old-style exceptions.Charles Harris2011-04-058-26/+25
* STY: Update exception styles, trickier ones.Charles Harris2011-04-0514-34/+34
* STY: Update exception style, easy ones.Charles Harris2011-04-0533-193/+193
* BUG: Fix INTP printf formatting string on 64-bit windowsMark Wiebe2011-04-051-7/+3
* STY: Change one more old-style class to a new-style class.Charles Harris2011-04-051-1/+1
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-0511-18/+18
* STY: Replace old style classes in tests with classes subclassing object.Charles Harris2011-04-0510-20/+20
* BUG: Workaround for the fact the Python 2.4 doesn't accept 'Ub' as a fileCharles Harris2011-04-051-1/+1
* BUG: Python 2.4 doesn't accept the construction class foo():Charles Harris2011-04-055-9/+9
* moved import statement in npyio.py for ease of readingPaul Anton Letnes2011-04-041-1/+1
* BUG: ticket #1071, fix loadtxt to handle tab delimited data with missingDerek Homeir2011-04-042-11/+18
* ENH: Let genfromtxt accept generators as text sources. Add testCharles Harris2011-04-032-20/+36
* BUG: Fix strings for Python 3k.Charles Harris2011-04-031-1/+1
* BUG: Fix integer division for python 3k.Charles Harris2011-04-031-1/+1
* BUG: fix fromstring segfault with dtype=bool. Closes #1689. Thanks to Justin ...Ralf Gommers2011-04-032-1/+15
* ENH: ticket #1616, let loadtxt accept generators in additions toCharles Harris2011-04-032-37/+41
* BUG: fix tests in test_linalg.py. Do not subclass from TestCase.Ralf Gommers2011-04-031-6/+6
* BUG: fix test issues in test_twodim_base.py. Simplify and make tests run.Ralf Gommers2011-04-031-64/+60
* BUG: fix test_scalarmath.py, don't use TestCase subclass for geenrator test.Ralf Gommers2011-04-031-2/+2
* BUG: do not subclass TestCase for generator tests. Runs ~80 more tests now.Ralf Gommers2011-04-031-8/+7
* BUG: fix allclose to work for scalar inf. Also actually runs tests.Ralf Gommers2011-04-032-53/+55
* TST: silence some harmless test warnings introduced by 65b77ee9.Ralf Gommers2011-04-032-2/+2
* ENH: add ndmin keyword to loadtxt. Closes #1562.Ralf Gommers2011-04-032-2/+36
* ENH: return empty array from loadtxt for an empty file. Closes #1752.Ralf Gommers2011-04-032-3/+11
* TST: add test for ticket #1458.Charles Harris2011-04-021-1/+12
* ENH: ticket #1458, make loadtxt(..., unpack=True) unpack structured arrayDerek Homier2011-04-021-2/+7
* TST: Add test for ticket #1559.Charles Harris2011-04-021-0/+10
* BUG: Fix atleast_1d and atleast_2d to work with masked arrays.weathergod2011-04-021-2/+14
* STY: core/buffer: handle also cases where descr->subarray->shape is not a tuplePauli Virtanen2011-04-031-3/+14
* BUG: core/pickle: use only non-interned strings as buffer in unpickled arrays...Pauli Virtanen2011-04-022-0/+20
* STY: core/pickle: fix minor refcount issues in array_setstatePauli Virtanen2011-04-021-7/+11
* BUG: ticket #1428, allow int64 and uint64 integer types to be specified inCharles Harris2011-04-022-2/+24
* BUG: ticket #1565, fix conversion of int64 and uint64 types by loadtxt.Christoph Gohlke2011-04-022-0/+20
* WHT: Cleanup trailing whitespace.Charles Harris2011-04-025-11/+7
* ENH: Changes (and tests) to allow exporting half-floats through the buffer in...Eli Stevens2011-04-023-6/+32
* BUG: core: make complex division by zero to yield inf properly (#1776)Pauli Virtanen2011-04-024-9/+64
* DOC: improve clarity of window function docs.Ralf Gommers2011-04-021-55/+33
* BUG: handle empty inputs in cov and corrcoef. Closes #1773.Ralf Gommers2011-04-022-1/+21
* BUG: core/buffer: fix another offset counting bug in pep-3118 format string g...Pauli Virtanen2011-04-022-1/+17
* BUG: Move the default errstate test over to the right place. Fix the seterr t...Robert Kern2011-04-012-12/+12
* BUG: Add test for the default error state.Robert Kern2011-04-011-0/+9