summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Applied Anand's patch fixing Ticket #986 regarding the domain of the Von Mise...dhuard2009-03-092-3/+22
* BUG: when a new type is required, and the fast clip function is updated, make...David Cournapeau2009-03-091-0/+3
* Fix import issue.David Cournapeau2009-03-091-1/+1
* Re-enable long double repr tests, as long double formatting has been fixed on...David Cournapeau2009-03-091-2/+0
* Sort index of find_duplicated before testing, because the exact order is unde...David Cournapeau2009-03-091-17/+14
* Remove dead code.David Cournapeau2009-03-091-1/+0
* Re-enable generalized ufunc tests on win32, since the corresponding module no...David Cournapeau2009-03-091-11/+0
* Do not hardcode string for savetxt testing, as the exact representation depen...David Cournapeau2009-03-091-5/+6
* BUG: Rewrite test_gzip_loadtxt to avoid NamedTemporaryFile which is unusable...David Cournapeau2009-03-091-9/+30
* Close file handle in loadtxt if we opened the file ourselves.David Cournapeau2009-03-091-45/+51
* Make the type cast clearer + comment.David Cournapeau2009-03-091-1/+5
* More signed/unsigned comp fixes.David Cournapeau2009-03-092-7/+7
* More unsigned comparison warning fixes.David Cournapeau2009-03-093-2/+9
* More signed/unsigned fixes.David Cournapeau2009-03-091-2/+2
* Fix signed/unsigned warnings by doing explicit cast (as done by the compiler ...David Cournapeau2009-03-091-10/+10
* Fix polyint to work correctly with float, complex, and int inputs.Charles Harris2009-03-092-10/+28
* Fix ticket #944.Charles Harris2009-03-092-5/+10
* Add assert_ as a release safe version of assert for running tests.Charles Harris2009-03-091-1/+8
* Add test for array priorities involving scalars.Charles Harris2009-03-081-0/+11
* Fix type in test_wrap_with_iterable.Charles Harris2009-03-081-1/+1
* Cleanup the _find_array_wrap code a bit.Charles Harris2009-03-081-3/+2
* Add test for wrap with iterable. Thanks to Darren Dale for the patch.Charles Harris2009-03-081-0/+13
* Apply patch in ticket #826 to fix problem with subtypes.Charles Harris2009-03-081-7/+11
* Apply patch from Darren Dale to fix __array_wrap__ problem.Charles Harris2009-03-081-4/+5
* Apply patch from ticket #1040 fixing some 64 bit issues. Thanks toCharles Harris2009-03-081-49/+40
* Make printout of precision test fail more informative.Charles Harris2009-03-081-4/+4
* Merge reviewed docstrings from editor.Stefan van der Walt2009-03-084-64/+30
* doc: make the endorsement of PEP 3118 over the old array interface more stron...Pauli Virtanen2009-03-081-6/+13
* Test commit 2Pauli Virtanen2009-03-081-1/+0
* Test commitPauli Virtanen2009-03-081-0/+1
* Use NPY_PI instead of C math lib one, which is not always available.David Cournapeau2009-03-081-1/+1
* Cleanup PyArray_GetEndianness.Charles Harris2009-03-081-24/+16
* Coding style cleanups. Finishes numpyos.c.Charles Harris2009-03-081-98/+161
* Add complex log2,exp2 to generated ufuncs.Charles Harris2009-03-082-8/+13
* Fix use of " ' " character in npy_endian.hCharles Harris2009-03-083-34/+50
* doc/Makefile: fix bug in PYTHONPATH specificationPauli Virtanen2009-03-071-1/+1
* doc/Makefile: make dist target to build current version of numpyPauli Virtanen2009-03-071-7/+53
* Fix CPU macros for MS compilers.David Cournapeau2009-03-071-3/+4
* Fix x86 and amd64 arch setup with Sun compilers on opensolaris.David Cournapeau2009-03-061-5/+11
* Fix endianess detection: multibyte int constant is not portable (fails with S...David Cournapeau2009-03-061-1/+3
* Enable umath_test on all platforms.David Cournapeau2009-03-061-4/+1
* Do not use cblas anymore when building umath_test.David Cournapeau2009-03-061-8/+2
* Remove CBLAS-dependent code in umath tests - use plain C imp instead.David Cournapeau2009-03-061-124/+2
* Add NPY_PPC64 support.David Cournapeau2009-03-061-1/+4
* Merge branch 'runtime_endian'David Cournapeau2009-03-067-15/+133
|\
| * Merged revisions 6191-6221,6235-6238,6240-6241,6244,6250-6251,6253,6256,6258,...David Cournapeau2009-02-1581-2296/+8317
| |\
| * | Fix cpuarch.h macros.David Cournapeau2008-12-232-17/+10
| * | Do not use WORDS_BIGENDIAN anymore in numpy, use NPY_BIG_ENDIAN instead.David Cournapeau2008-12-231-2/+2
| * | Merged revisions 6108,6110,6112-6127,6129-6134,6136-6138,6140-6149,6174-6175,...David Cournapeau2008-12-2246-646/+5417
| |\ \
| * | | Use npy_endian.h to detect endianness of CPU.David Cournapeau2008-11-251-1/+3