| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Applied Anand's patch fixing Ticket #986 regarding the domain of the Von Mise... | dhuard | 2009-03-09 | 2 | -3/+22 |
| * | BUG: when a new type is required, and the fast clip function is updated, make... | David Cournapeau | 2009-03-09 | 1 | -0/+3 |
| * | Fix import issue. | David Cournapeau | 2009-03-09 | 1 | -1/+1 |
| * | Re-enable long double repr tests, as long double formatting has been fixed on... | David Cournapeau | 2009-03-09 | 1 | -2/+0 |
| * | Sort index of find_duplicated before testing, because the exact order is unde... | David Cournapeau | 2009-03-09 | 1 | -17/+14 |
| * | Remove dead code. | David Cournapeau | 2009-03-09 | 1 | -1/+0 |
| * | Re-enable generalized ufunc tests on win32, since the corresponding module no... | David Cournapeau | 2009-03-09 | 1 | -11/+0 |
| * | Do not hardcode string for savetxt testing, as the exact representation depen... | David Cournapeau | 2009-03-09 | 1 | -5/+6 |
| * | BUG: Rewrite test_gzip_loadtxt to avoid NamedTemporaryFile which is unusable... | David Cournapeau | 2009-03-09 | 1 | -9/+30 |
| * | Close file handle in loadtxt if we opened the file ourselves. | David Cournapeau | 2009-03-09 | 1 | -45/+51 |
| * | Make the type cast clearer + comment. | David Cournapeau | 2009-03-09 | 1 | -1/+5 |
| * | 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 |
| * | doc: make the endorsement of PEP 3118 over the old array interface more stron... | Pauli Virtanen | 2009-03-08 | 1 | -6/+13 |
| * | Test commit 2 | Pauli Virtanen | 2009-03-08 | 1 | -1/+0 |
| * | Test commit | Pauli Virtanen | 2009-03-08 | 1 | -0/+1 |
| * | 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 |
| * | doc/Makefile: fix bug in PYTHONPATH specification | Pauli Virtanen | 2009-03-07 | 1 | -1/+1 |
| * | doc/Makefile: make dist target to build current version of numpy | Pauli Virtanen | 2009-03-07 | 1 | -7/+53 |
| * | 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 | 81 | -2296/+8317 |
| | |\ |
|
| | * | | 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 | 46 | -646/+5417 |
| | |\ \ |
|
| | * | | | Use npy_endian.h to detect endianness of CPU. | David Cournapeau | 2008-11-25 | 1 | -1/+3 |