summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* TST: mark floating point error tests as unconditional knownfail. See #1755.Ralf Gommers2012-05-191-6/+2
* TST: Remove tests of complex __format__.Charles Harris2012-05-021-4/+1
* Fix unicode string length computation in UNICODE_compare and add test.Thouis (Ray) Jones2012-05-022-0/+26
* BUG: PR #188, PyArray_{Get,Set}Map using low-precision counterDavid Warde-Farley2012-05-011-2/+2
* BUG: ticket #2073, fix float16 __array_interface__ bug.Nicolas Pinto2012-04-292-142/+26
* BUG: ticket #2021. Fix segfault.Charles Harris2012-04-294-19/+64
* PY3: Fix for python3.2.Charles Harris2012-04-292-2/+2
* TST: Silence some test warnings.Charles Harris2012-04-292-2/+2
* BUG: ticket #2045, make attribute/iterator_element deletions not segfault.Charles Harris2012-04-295-33/+67
* BUG: ticket #2046, deleting array attributes causes segfault.Charles Harris2012-04-292-3/+50
* BUG: ticket #2033, a**2.0 has incorrect type.Charles Harris2012-04-292-25/+65
* BUG: ticket #1952, allow floating ddof in std and var.Charles Harris2012-04-293-10/+11
* BUG: ticket #2017, fix type hash.David Cournapeau2012-04-293-43/+76
* BUG: array_divmod did not check for Py_NotImplemented.Charles Harris2012-04-261-0/+7
* BUG: ticket #1948, fix regression for indexing chararrays with empty list.Ralf Gommers2012-04-262-1/+8
* BUG: ticket #1905, explicitly check for NaNs in allclose().Ralf Gommers2012-04-261-11/+22
* BUG: ticket #1776, make complex division by zero to yield inf properly.Pauli Virtanen2012-04-264-9/+64
* ENH: ticket #1675, Add scalar support for the format() function.Mark Wiebe2012-04-262-0/+106
* BUG: Ticket #1672 fix allclose to work for scalar inf.Ralf Gommers2012-04-261-1/+1
* DOC: ticket #1446, correct note about correspondence vstack andRalf Gommers2012-04-261-2/+2
* BUG: ticket #1138Hrvoje Niksic2012-04-262-3/+6
* BUG: Fix maximum/minimum for object arrays in Python 3.Charles Harris2012-04-263-26/+64
* BUG: ticket #1149, make argmin work for datetime.Ben Root2012-04-265-19/+341
* BUG: ticket #2063, make unique return consistent index.Bryan Van de Ven2012-04-261-0/+9
* BUG: ticket #1578, fix python debug segfault.Charles Harris2012-04-218-123/+117
* TST: Add a test for ticket #2027Mark Wiebe2012-04-211-0/+9
* BUG: einsum: Fix issue #2027, inner loop 3rd data pointer was not being incre...Mark Wiebe2012-04-211-0/+1
* BLD: fix build error on Windows with MSVC9. Thanks to Christoph Gohlke.Ralf Gommers2012-04-151-1/+1
* Revert "BUG: ticket #1578, Fix python-debug warning for python >= 2.7."Charles Harris2012-04-142-18/+4
* BUG: ticket #1578, Fix python-debug warning for python >= 2.7.Charles Harris2012-04-112-4/+18
* BLD: fix Cygwin build error. Closes #1944. Thanks to Sebastian Sohr.Ralf Gommers2012-02-291-1/+1
* TST: skip umath complex tests on all platforms except linux. Closes #1926.Rui Pereira2011-09-101-5/+1
* STY: Rewrite some macros to look better. This code could probably use aCharles Harris2011-08-191-8/+41
* BUG: Fix import_umath macro to work with python 3.Arfrever Frehtes Taifersar Arahesis2011-08-191-1/+7
* BUG: nditer: The nditer was reusing the reduce loop inappropriately (#1938)Mark Wiebe2011-08-182-1/+21
* BUG: iter: writeonly operands weren't always being buffered correctly (Ticket...Mark Wiebe2011-07-112-1/+18
* BUG:py3k: fix error with recarry. Patch by C. Gohlke. Closes #1843.Ralf Gommers2011-07-011-0/+2
* BUG: nditer: Error in detecting double reduction loop (Fixes #1885)Mark Wiebe2011-06-283-3/+21
* BUG: core: Fix corner case of object array assignment (#1870)Mark Wiebe2011-06-223-14/+65
* BUG: core: PyArray_NewFromDescr needs to update flags when strides != NULL (f...Mark Wiebe2011-06-092-7/+10
* BUG: Regression of object <-> structured array data copying (ticket #1838)Mark Wiebe2011-05-213-4/+23
* BUG: Iterator reduction buffering bug when the inner loop is bigger than the ...Mark Wiebe2011-05-212-2/+24
* BUG: PyArray_FillWithZero didn't work in the general caseMark Wiebe2011-05-182-1/+9
* BUG: Fix buffered reduction case in nditer (ticket #1834)Mark Wiebe2011-05-183-3/+22
* TST: Reduced test case for ticket #1834Mark Wiebe2011-05-181-0/+19
* BUG: Cleanup in PyUFunc_FromFuncAndDataAndSignature error case.Michael Droettboom2011-05-021-0/+1
* BUG: Fix a bug where memory was being read after being freed.Michael Droettboom2011-05-021-1/+3
* BUG: Fix reference counting leaks in C-based multiarray_testsMichael Droettboom2011-05-021-3/+0
* BUG: Fix memory leak in UMath_Tests_test_signature testMichael Droettboom2011-05-021-0/+1
* BUG: Fix 1.6rc1 crash in result_type on 32-bit Windows MKL buildsMark Wiebe2011-05-011-11/+4