| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | TST: Add tests for scalar*array type promotion | Mark Wiebe | 2011-04-22 | 2 | -37/+26 |
* | BUG: fix random.test_noncentral_f issue under win64 + MSVC9. Closes #1801. | Ralf Gommers | 2011-04-22 | 1 | -2/+2 |
* | BUG: numpy doesn't compile anymore with ifort using -O3, changing to -O1. | Ralf Gommers | 2011-04-22 | 1 | -2/+2 |
* | TST: fix regression on 64-bit Windows. | Ralf Gommers | 2011-04-18 | 1 | -1/+2 |
* | TST: test for different line endings in genfromtxt input file. Note | Matthew Brett | 2011-04-06 | 1 | -25/+27 |
* | STY: Replace assert by assert_ in tests. There remain 124 uses of | Charles Harris | 2011-04-05 | 35 | -576/+579 |
* | BUG: Fix Python version comparison in last patch | Mark Wiebe | 2011-04-05 | 1 | -1/+1 |
* | BUG: Work around the fact that Python 2.6 doesn't support %lld in PyString_Fo... | Mark Wiebe | 2011-04-05 | 1 | -3/+18 |
* | STY: Fix up some remaining old-style exceptions. | Charles Harris | 2011-04-05 | 13 | -42/+43 |
* | STY: Fix up some two line old-style exceptions. | Charles Harris | 2011-04-05 | 8 | -26/+25 |
* | STY: Update exception styles, trickier ones. | Charles Harris | 2011-04-05 | 14 | -34/+34 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 33 | -193/+193 |
* | BUG: Fix INTP printf formatting string on 64-bit windows | Mark Wiebe | 2011-04-05 | 1 | -7/+3 |
* | STY: Change one more old-style class to a new-style class. | Charles Harris | 2011-04-05 | 1 | -1/+1 |
* | STY: Replace remaining old style classes with classes subclassing object. | Charles Harris | 2011-04-05 | 11 | -18/+18 |
* | STY: Replace old style classes in tests with classes subclassing object. | Charles Harris | 2011-04-05 | 10 | -20/+20 |
* | BUG: Workaround for the fact the Python 2.4 doesn't accept 'Ub' as a file | Charles Harris | 2011-04-05 | 1 | -1/+1 |
* | BUG: Python 2.4 doesn't accept the construction class foo(): | Charles Harris | 2011-04-05 | 5 | -9/+9 |
* | moved import statement in npyio.py for ease of reading | Paul Anton Letnes | 2011-04-04 | 1 | -1/+1 |
* | BUG: ticket #1071, fix loadtxt to handle tab delimited data with missing | Derek Homeir | 2011-04-04 | 2 | -11/+18 |
* | ENH: Let genfromtxt accept generators as text sources. Add test | Charles Harris | 2011-04-03 | 2 | -20/+36 |
* | BUG: Fix strings for Python 3k. | Charles Harris | 2011-04-03 | 1 | -1/+1 |
* | BUG: Fix integer division for python 3k. | Charles Harris | 2011-04-03 | 1 | -1/+1 |
* | BUG: fix fromstring segfault with dtype=bool. Closes #1689. Thanks to Justin ... | Ralf Gommers | 2011-04-03 | 2 | -1/+15 |
* | ENH: ticket #1616, let loadtxt accept generators in additions to | Charles Harris | 2011-04-03 | 2 | -37/+41 |
* | BUG: fix tests in test_linalg.py. Do not subclass from TestCase. | Ralf Gommers | 2011-04-03 | 1 | -6/+6 |
* | BUG: fix test issues in test_twodim_base.py. Simplify and make tests run. | Ralf Gommers | 2011-04-03 | 1 | -64/+60 |
* | BUG: fix test_scalarmath.py, don't use TestCase subclass for geenrator test. | Ralf Gommers | 2011-04-03 | 1 | -2/+2 |
* | BUG: do not subclass TestCase for generator tests. Runs ~80 more tests now. | Ralf Gommers | 2011-04-03 | 1 | -8/+7 |
* | BUG: fix allclose to work for scalar inf. Also actually runs tests. | Ralf Gommers | 2011-04-03 | 2 | -53/+55 |
* | TST: silence some harmless test warnings introduced by 65b77ee9. | Ralf Gommers | 2011-04-03 | 2 | -2/+2 |
* | ENH: add ndmin keyword to loadtxt. Closes #1562. | Ralf Gommers | 2011-04-03 | 2 | -2/+36 |
* | ENH: return empty array from loadtxt for an empty file. Closes #1752. | Ralf Gommers | 2011-04-03 | 2 | -3/+11 |
* | TST: add test for ticket #1458. | Charles Harris | 2011-04-02 | 1 | -1/+12 |
* | ENH: ticket #1458, make loadtxt(..., unpack=True) unpack structured array | Derek Homier | 2011-04-02 | 1 | -2/+7 |
* | TST: Add test for ticket #1559. | Charles Harris | 2011-04-02 | 1 | -0/+10 |
* | BUG: Fix atleast_1d and atleast_2d to work with masked arrays. | weathergod | 2011-04-02 | 1 | -2/+14 |
* | STY: core/buffer: handle also cases where descr->subarray->shape is not a tuple | Pauli Virtanen | 2011-04-03 | 1 | -3/+14 |
* | BUG: core/pickle: use only non-interned strings as buffer in unpickled arrays... | Pauli Virtanen | 2011-04-02 | 2 | -0/+20 |
* | STY: core/pickle: fix minor refcount issues in array_setstate | Pauli Virtanen | 2011-04-02 | 1 | -7/+11 |
* | BUG: ticket #1428, allow int64 and uint64 integer types to be specified in | Charles Harris | 2011-04-02 | 2 | -2/+24 |
* | BUG: ticket #1565, fix conversion of int64 and uint64 types by loadtxt. | Christoph Gohlke | 2011-04-02 | 2 | -0/+20 |
* | WHT: Cleanup trailing whitespace. | Charles Harris | 2011-04-02 | 5 | -11/+7 |
* | ENH: Changes (and tests) to allow exporting half-floats through the buffer in... | Eli Stevens | 2011-04-02 | 3 | -6/+32 |
* | BUG: core: make complex division by zero to yield inf properly (#1776) | Pauli Virtanen | 2011-04-02 | 4 | -9/+64 |
* | DOC: improve clarity of window function docs. | Ralf Gommers | 2011-04-02 | 1 | -55/+33 |
* | BUG: handle empty inputs in cov and corrcoef. Closes #1773. | Ralf Gommers | 2011-04-02 | 2 | -1/+21 |
* | BUG: core/buffer: fix another offset counting bug in pep-3118 format string g... | Pauli Virtanen | 2011-04-02 | 2 | -1/+17 |
* | BUG: Move the default errstate test over to the right place. Fix the seterr t... | Robert Kern | 2011-04-01 | 2 | -12/+12 |
* | BUG: Add test for the default error state. | Robert Kern | 2011-04-01 | 1 | -0/+9 |