summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | STY: Remove a micro-optimization to make code more clearMark Wiebe2011-03-101-1/+1
| * | DOC: Add some missing documentation, hyper-link the iterator documentationMark Wiebe2011-03-102-164/+348
| * | 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-1010-30/+30
| * | 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-105-224/+227
| * | 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
| * | | REL: update release scripts for Python 3.2.rgommers2011-03-082-1/+6
| * | | 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
| * | | DOC: add a few more wiki edits, and move umath docs to correct place.rgommers2011-03-074-255/+266
| |/ /
| * | TST: add test for random distributions. Closes #1512.rgommers2011-03-061-1/+357
| * | DOC: Copy iterator API documentation from the NEPMark Wiebe2011-03-052-0/+1102
| * | ENH: Increase test coverage a bit to test all the fast paths.Charles Harris2011-03-051-2/+2
| * | BUG: Fix zero-padded copy when truncating (ticket #1756)Mark Wiebe2011-03-052-42/+37
| * | BUG: Fix string in test for python 3k.Charles Harris2011-03-051-1/+1
| * | ENH: Add test for ticket #1756.Charles Harris2011-03-051-0/+9
| * | BUG: Fix error in _strided_to_contig. Fixes ticket #1756.Charles Harris2011-03-052-5/+7
| * | TYP: Fix typo.zed2011-03-041-2/+2
| * | BUG: Fix CastToType to handle string->string casts (ticket #1748)Mark Wiebe2011-03-042-26/+38
| * | BUG: fix up setup.py and pavement.py so the binary builds work again.rgommers2011-03-043-20/+44
| |/
| * BUG: add polypow, chebpow, legpow to __all__ and module documentation.Charles Harris2011-03-033-14/+17
| * DOC: merge wiki edit for einsum docstring.rgommers2011-03-031-46/+47
| * DOC: commit some more fixes from the doc wiki.rgommers2011-03-035-23/+73