| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | More signed/unsigned comp fixes. | David Cournapeau | 2009-03-09 | 2 | -7/+7 |
| * | More unsigned comparison warning fixes. | David Cournapeau | 2009-03-09 | 3 | -2/+9 |
| * | More signed/unsigned fixes. | David Cournapeau | 2009-03-09 | 1 | -2/+2 |
| * | Fix signed/unsigned warnings by doing explicit cast (as done by the compiler ... | David Cournapeau | 2009-03-09 | 1 | -10/+10 |
| * | Fix polyint to work correctly with float, complex, and int inputs. | Charles Harris | 2009-03-09 | 2 | -10/+28 |
| * | Fix ticket #944. | Charles Harris | 2009-03-09 | 2 | -5/+10 |
| * | Add assert_ as a release safe version of assert for running tests. | Charles Harris | 2009-03-09 | 1 | -1/+8 |
| * | Add test for array priorities involving scalars. | Charles Harris | 2009-03-08 | 1 | -0/+11 |
| * | Fix type in test_wrap_with_iterable. | Charles Harris | 2009-03-08 | 1 | -1/+1 |
| * | Cleanup the _find_array_wrap code a bit. | Charles Harris | 2009-03-08 | 1 | -3/+2 |
| * | Add test for wrap with iterable. Thanks to Darren Dale for the patch. | Charles Harris | 2009-03-08 | 1 | -0/+13 |
| * | Apply patch in ticket #826 to fix problem with subtypes. | Charles Harris | 2009-03-08 | 1 | -7/+11 |
| * | Apply patch from Darren Dale to fix __array_wrap__ problem. | Charles Harris | 2009-03-08 | 1 | -4/+5 |
| * | Apply patch from ticket #1040 fixing some 64 bit issues. Thanks to | Charles Harris | 2009-03-08 | 1 | -49/+40 |
| * | Make printout of precision test fail more informative. | Charles Harris | 2009-03-08 | 1 | -4/+4 |
| * | Merge reviewed docstrings from editor. | Stefan van der Walt | 2009-03-08 | 4 | -64/+30 |
| * | Use NPY_PI instead of C math lib one, which is not always available. | David Cournapeau | 2009-03-08 | 1 | -1/+1 |
| * | Cleanup PyArray_GetEndianness. | Charles Harris | 2009-03-08 | 1 | -24/+16 |
| * | Coding style cleanups. Finishes numpyos.c. | Charles Harris | 2009-03-08 | 1 | -98/+161 |
| * | Add complex log2,exp2 to generated ufuncs. | Charles Harris | 2009-03-08 | 2 | -8/+13 |
| * | Fix use of " ' " character in npy_endian.h | Charles Harris | 2009-03-08 | 3 | -34/+50 |
| * | Fix CPU macros for MS compilers. | David Cournapeau | 2009-03-07 | 1 | -3/+4 |
| * | Fix x86 and amd64 arch setup with Sun compilers on opensolaris. | David Cournapeau | 2009-03-06 | 1 | -5/+11 |
| * | Fix endianess detection: multibyte int constant is not portable (fails with S... | David Cournapeau | 2009-03-06 | 1 | -1/+3 |
| * | Enable umath_test on all platforms. | David Cournapeau | 2009-03-06 | 1 | -4/+1 |
| * | Do not use cblas anymore when building umath_test. | David Cournapeau | 2009-03-06 | 1 | -8/+2 |
| * | Remove CBLAS-dependent code in umath tests - use plain C imp instead. | David Cournapeau | 2009-03-06 | 1 | -124/+2 |
| * | Add NPY_PPC64 support. | David Cournapeau | 2009-03-06 | 1 | -1/+4 |
| * | Merge branch 'runtime_endian' | David Cournapeau | 2009-03-06 | 7 | -15/+133 |
| |\ |
|
| | * | Merged revisions 6191-6221,6235-6238,6240-6241,6244,6250-6251,6253,6256,6258,... | David Cournapeau | 2009-02-15 | 68 | -2259/+7435 |
| | |\ |
|
| | * | | Fix cpuarch.h macros. | David Cournapeau | 2008-12-23 | 2 | -17/+10 |
| | * | | Do not use WORDS_BIGENDIAN anymore in numpy, use NPY_BIG_ENDIAN instead. | David Cournapeau | 2008-12-23 | 1 | -2/+2 |
| | * | | Merged revisions 6108,6110,6112-6127,6129-6134,6136-6138,6140-6149,6174-6175,... | David Cournapeau | 2008-12-22 | 16 | -588/+1122 |
| | |\ \ |
|
| | * | | | Use npy_endian.h to detect endianness of CPU. | David Cournapeau | 2008-11-25 | 1 | -1/+3 |
| | * | | | Add a (public) header to set cpu endianness when numpy headers are included i... | David Cournapeau | 2008-11-25 | 1 | -0/+32 |
| | * | | | Document the possible values for NPY_TARGET_CPU macro. | David Cournapeau | 2008-11-25 | 1 | -1/+7 |
| | * | | | Add a (public) header to detect common CPU archs. | David Cournapeau | 2008-11-25 | 1 | -0/+32 |
| * | | | | Add documentation for amin/amax. | David Cournapeau | 2009-03-06 | 1 | -0/+21 |
| * | | | | For kaiser, allow beta to be specified as an integer. | Stefan van der Walt | 2009-03-06 | 2 | -1/+4 |
| * | | | | Coding style cleanup. Remove trailing whitespace. | Charles Harris | 2009-03-05 | 1 | -3/+5 |
| * | | | | Minor changes to DEV_README + fix to a 64-bit issue. | Travis Oliphant | 2009-03-04 | 1 | -6/+6 |
| * | | | | Re-enable generalized ufunc test module + related unit tests. | David Cournapeau | 2009-03-04 | 2 | -194/+210 |
| * | | | | cmath.asinh is still broken in Python 2.5.4: don't compare against it unless ... | Pauli Virtanen | 2009-03-03 | 1 | -1/+1 |
| * | | | | Revert r6528 (crashes on windows). I think the bug is only hidden for now, an... | David Cournapeau | 2009-03-03 | 1 | -1/+1 |
| * | | | | Fix wrong typedef for UInt64. | David Cournapeau | 2009-03-03 | 1 | -1/+1 |
| * | | | | Mark unused fptr as unused to avoid spurious warnings flags. | David Cournapeau | 2009-03-03 | 1 | -2/+2 |
| * | | | | Add missing npy_modf declaration. | David Cournapeau | 2009-03-03 | 1 | -0/+2 |
| * | | | | Python 3000 fixes for 2to3 [patch by James Watson]. | Stefan van der Walt | 2009-03-02 | 5 | -13/+27 |
| * | | | | Correctly handle gzip filenames in loadtxt. | Stefan van der Walt | 2009-03-02 | 2 | -0/+11 |
| * | | | | Some missing spots when using npymath lib instead of raw math C libm in umath. | David Cournapeau | 2009-03-02 | 1 | -6/+6 |