| Commit message (Expand) | Author | Age | Files | Lines |
| * | TST: mark floating point error tests as unconditional knownfail. See #1755. | Ralf Gommers | 2012-05-19 | 1 | -6/+2 |
| * | TST: Remove tests of complex __format__. | Charles Harris | 2012-05-02 | 1 | -4/+1 |
| * | Fix unicode string length computation in UNICODE_compare and add test. | Thouis (Ray) Jones | 2012-05-02 | 2 | -0/+26 |
| * | BUG: PR #188, PyArray_{Get,Set}Map using low-precision counter | David Warde-Farley | 2012-05-01 | 1 | -2/+2 |
| * | BUG: ticket #2073, fix float16 __array_interface__ bug. | Nicolas Pinto | 2012-04-29 | 2 | -142/+26 |
| * | BUG: ticket #2021. Fix segfault. | Charles Harris | 2012-04-29 | 4 | -19/+64 |
| * | PY3: Fix for python3.2. | Charles Harris | 2012-04-29 | 2 | -2/+2 |
| * | TST: Silence some test warnings. | Charles Harris | 2012-04-29 | 2 | -2/+2 |
| * | BUG: ticket #2045, make attribute/iterator_element deletions not segfault. | Charles Harris | 2012-04-29 | 5 | -33/+67 |
| * | BUG: ticket #2046, deleting array attributes causes segfault. | Charles Harris | 2012-04-29 | 2 | -3/+50 |
| * | BUG: ticket #2033, a**2.0 has incorrect type. | Charles Harris | 2012-04-29 | 2 | -25/+65 |
| * | BUG: ticket #1952, allow floating ddof in std and var. | Charles Harris | 2012-04-29 | 3 | -10/+11 |
| * | BUG: ticket #2017, fix type hash. | David Cournapeau | 2012-04-29 | 3 | -43/+76 |
| * | BUG: array_divmod did not check for Py_NotImplemented. | Charles Harris | 2012-04-26 | 1 | -0/+7 |
| * | BUG: ticket #1948, fix regression for indexing chararrays with empty list. | Ralf Gommers | 2012-04-26 | 2 | -1/+8 |
| * | BUG: ticket #1905, explicitly check for NaNs in allclose(). | Ralf Gommers | 2012-04-26 | 1 | -11/+22 |
| * | BUG: ticket #1776, make complex division by zero to yield inf properly. | Pauli Virtanen | 2012-04-26 | 4 | -9/+64 |
| * | ENH: ticket #1675, Add scalar support for the format() function. | Mark Wiebe | 2012-04-26 | 2 | -0/+106 |
| * | BUG: Ticket #1672 fix allclose to work for scalar inf. | Ralf Gommers | 2012-04-26 | 1 | -1/+1 |
| * | DOC: ticket #1446, correct note about correspondence vstack and | Ralf Gommers | 2012-04-26 | 1 | -2/+2 |
| * | BUG: ticket #1138 | Hrvoje Niksic | 2012-04-26 | 2 | -3/+6 |
| * | BUG: Fix maximum/minimum for object arrays in Python 3. | Charles Harris | 2012-04-26 | 3 | -26/+64 |
| * | BUG: ticket #1149, make argmin work for datetime. | Ben Root | 2012-04-26 | 5 | -19/+341 |
| * | BUG: ticket #2063, make unique return consistent index. | Bryan Van de Ven | 2012-04-26 | 1 | -0/+9 |
| * | BUG: ticket #1578, fix python debug segfault. | Charles Harris | 2012-04-21 | 8 | -123/+117 |
| * | TST: Add a test for ticket #2027 | Mark Wiebe | 2012-04-21 | 1 | -0/+9 |
| * | BUG: einsum: Fix issue #2027, inner loop 3rd data pointer was not being incre... | Mark Wiebe | 2012-04-21 | 1 | -0/+1 |
| * | BLD: fix build error on Windows with MSVC9. Thanks to Christoph Gohlke. | Ralf Gommers | 2012-04-15 | 1 | -1/+1 |
| * | Revert "BUG: ticket #1578, Fix python-debug warning for python >= 2.7." | Charles Harris | 2012-04-14 | 2 | -18/+4 |
| * | BUG: ticket #1578, Fix python-debug warning for python >= 2.7. | Charles Harris | 2012-04-11 | 2 | -4/+18 |
| * | BLD: fix Cygwin build error. Closes #1944. Thanks to Sebastian Sohr. | Ralf Gommers | 2012-02-29 | 1 | -1/+1 |
| * | TST: skip umath complex tests on all platforms except linux. Closes #1926. | Rui Pereira | 2011-09-10 | 1 | -5/+1 |
| * | STY: Rewrite some macros to look better. This code could probably use a | Charles Harris | 2011-08-19 | 1 | -8/+41 |
| * | BUG: Fix import_umath macro to work with python 3. | Arfrever Frehtes Taifersar Arahesis | 2011-08-19 | 1 | -1/+7 |
| * | BUG: nditer: The nditer was reusing the reduce loop inappropriately (#1938) | Mark Wiebe | 2011-08-18 | 2 | -1/+21 |
| * | BUG: iter: writeonly operands weren't always being buffered correctly (Ticket... | Mark Wiebe | 2011-07-11 | 2 | -1/+18 |
| * | BUG:py3k: fix error with recarry. Patch by C. Gohlke. Closes #1843. | Ralf Gommers | 2011-07-01 | 1 | -0/+2 |
| * | BUG: nditer: Error in detecting double reduction loop (Fixes #1885) | Mark Wiebe | 2011-06-28 | 3 | -3/+21 |
| * | BUG: core: Fix corner case of object array assignment (#1870) | Mark Wiebe | 2011-06-22 | 3 | -14/+65 |
| * | BUG: core: PyArray_NewFromDescr needs to update flags when strides != NULL (f... | Mark Wiebe | 2011-06-09 | 2 | -7/+10 |
| * | BUG: Regression of object <-> structured array data copying (ticket #1838) | Mark Wiebe | 2011-05-21 | 3 | -4/+23 |
| * | BUG: Iterator reduction buffering bug when the inner loop is bigger than the ... | Mark Wiebe | 2011-05-21 | 2 | -2/+24 |
| * | BUG: PyArray_FillWithZero didn't work in the general case | Mark Wiebe | 2011-05-18 | 2 | -1/+9 |
| * | BUG: Fix buffered reduction case in nditer (ticket #1834) | Mark Wiebe | 2011-05-18 | 3 | -3/+22 |
| * | TST: Reduced test case for ticket #1834 | Mark Wiebe | 2011-05-18 | 1 | -0/+19 |
| * | BUG: Cleanup in PyUFunc_FromFuncAndDataAndSignature error case. | Michael Droettboom | 2011-05-02 | 1 | -0/+1 |
| * | BUG: Fix a bug where memory was being read after being freed. | Michael Droettboom | 2011-05-02 | 1 | -1/+3 |
| * | BUG: Fix reference counting leaks in C-based multiarray_tests | Michael Droettboom | 2011-05-02 | 1 | -3/+0 |
| * | BUG: Fix memory leak in UMath_Tests_test_signature test | Michael Droettboom | 2011-05-02 | 1 | -0/+1 |
| * | BUG: Fix 1.6rc1 crash in result_type on 32-bit Windows MKL builds | Mark Wiebe | 2011-05-01 | 1 | -11/+4 |