summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: f2py: support Fortran size function with two arguments (ticket #1765).Pearu Peterson2011-03-133-1/+53
* BUG: fix assert_almost_equal and co. to work with infs.rgommers2011-03-122-17/+35
* BUG: For compatibility with 1.5, revert to permitting limited broadcasting of...Mark Wiebe2011-03-112-1/+31
* BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-1110-227/+229
* TST: make the knownfail for TestClog unconditional on Windows.rgommers2011-03-111-6/+6
* TST: Py3K: fix bytes/string test failure in numpy.random.bytes() test.rgommers2011-03-111-2/+3
* TST: fix ResourceWarning under Python 3.2rgommers2011-03-111-0/+1
* Merge remote branch 'upstream/master' into f2py-assumed-shapePearu Peterson2011-03-11135-12254/+37369
|\
| * DEP: remove deprecated np.lib.ufunclike.log2 function.rgommers2011-03-112-54/+1
| * DEP: remove deprecated items from ma/core.pyrgommers2011-03-112-113/+68
| * DEP: remove deprecated get_numpy_include.rgommers2011-03-112-5/+2
| * DEP: remove unique1d, setmember1d and intersect1d_nu.rgommers2011-03-114-188/+10
| * DEP: remove deprecated names in fftpack.rgommers2011-03-111-11/+1
| * DEP: remove deprecated methods sync() and close() from memmap.rgommers2011-03-112-16/+2
| * DEP: Update deprecation messages in genloadtxt with a version number.rgommers2011-03-111-12/+14
| * BLD: update C API version again after Mark's renaming of functions.rgommers2011-03-111-1/+1
| * STY: Remove a micro-optimization to make code more clearMark Wiebe2011-03-101-1/+1
| * API: Remove PyArray_FillWithZero from public APIMark Wiebe2011-03-104-7/+10
| * API: Rename the iterator function pointer types to be more consistent with Nu...Mark Wiebe2011-03-109-22/+22
| * STY: Work around lack of variadic macros in debug tracingMark Wiebe2011-03-103-118/+136
| * API: Change iterator API parameters ndim and niter from npy_intp to intMark Wiebe2011-03-104-206/+209
| * ENH: add Intel 64-bit C compiler. Closes #960.rgommers2011-03-112-0/+23
| * TST: fix two divide-by-zero test warnings.rgommers2011-03-112-4/+12
| * BUG: Broadcast shape was backwards in error message (Ticket #1762)Mark Wiebe2011-03-102-1/+18
| * BUG: Replace inline with NPY_INLINE.Charles Harris2011-03-101-2/+2
| * Merge branch 'poisson-fix'Charles Harris2011-03-103-5901/+6535
| |\
| | * CYT: Regenerate mtrand.c file.Charles Harris2011-03-101-5900/+6516
| | * TST: Add test for poisson exceptions.Charles Harris2011-03-101-1/+10
| | * ENH: Add check for maximum average allowed in poisson rng. OriginalCharles Harris2011-03-101-0/+9
| * | BLD: Increase C API version. Necessary because new C API functions were added.rgommers2011-03-102-1/+4
| |/
| * Merge branch 'pandas-fix'Charles Harris2011-03-092-9/+72
| |\
| | * ENH: Make discover_dimensions pass thru all errors in list/mappingCharles Harris2011-03-082-25/+39
| | * STY: Remove uneeded stdio.h include.Charles Harris2011-03-081-1/+0
| | * DOC: Make clear that class in test breaks the sequence protocol.Charles Harris2011-03-081-3/+9
| | * BUG: Fix cut and paste error.Charles Harris2011-03-081-10/+14
| | * DOC: Improve the content of a comment.Charles Harris2011-03-081-5/+7
| | * TST: Add test for robustness with non-sequence detected as sequence.Charles Harris2011-03-081-0/+14
| | * ENH: Make comment more informative.Charles Harris2011-03-071-2/+8
| | * Make a failed sequence access error set the object creation flag.Charles Harris2011-03-071-0/+2
| | * BUG: Preliminary fix for ticket #1757.Charles Harris2011-03-071-2/+18
| * | BUG: fix 64-bit Intel Fortran compiler detection. Closes #1448.rgommers2011-03-092-4/+38
| * | BUG: did not intend to change default tolerances in assert_allclose. Revert.rgommers2011-03-091-1/+1
| * | DOC: Update the docs for numpy.testing - prefer allclose and nulp funcs. Clos...rgommers2011-03-091-78/+106
| * | BUG: fix compilation with MSVC 2008. Thanks to Christoph Gohlke.rgommers2011-03-096-10/+19
| * | ENH: Use fmax.reduce and fmin.reduce to implement nanmax and nanmin.Charles Harris2011-03-071-6/+12
| * | BUG: Use isnan to test for nan, avoids problems with signed nans.Charles Harris2011-03-071-40/+41
| * | ENH: Add tests for reduce method of maximum, minimum, fmax and fmin.Charles Harris2011-03-071-0/+84
| * | ENH: Speed up reduce for maximum/minimum type ufuncs.Charles Harris2011-03-071-12/+48
| * | BUG: Field's subarray access of scalar was incorrectly Fortran (Ticket #1760)Mark Wiebe2011-03-073-6/+12
| * | DOC: Revert part of previous commit, moving umath docs did not work.rgommers2011-03-072-240/+247