summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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-1568-2259/+7435
| |\
| * | 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-2216-588/+1122
| |\ \
| * | | Use npy_endian.h to detect endianness of CPU.David Cournapeau2008-11-251-1/+3
| * | | Add a (public) header to set cpu endianness when numpy headers are included i...David Cournapeau2008-11-251-0/+32
| * | | Document the possible values for NPY_TARGET_CPU macro.David Cournapeau2008-11-251-1/+7
| * | | Add a (public) header to detect common CPU archs.David Cournapeau2008-11-251-0/+32
* | | | Add documentation for amin/amax.David Cournapeau2009-03-061-0/+21
* | | | For kaiser, allow beta to be specified as an integer.Stefan van der Walt2009-03-062-1/+4
* | | | Coding style cleanup. Remove trailing whitespace.Charles Harris2009-03-051-3/+5
* | | | Minor changes to DEV_README + fix to a 64-bit issue.Travis Oliphant2009-03-041-6/+6
* | | | Re-enable generalized ufunc test module + related unit tests.David Cournapeau2009-03-042-194/+210
* | | | cmath.asinh is still broken in Python 2.5.4: don't compare against it unless ...Pauli Virtanen2009-03-031-1/+1
* | | | Revert r6528 (crashes on windows). I think the bug is only hidden for now, an...David Cournapeau2009-03-031-1/+1
* | | | Fix wrong typedef for UInt64.David Cournapeau2009-03-031-1/+1
* | | | Mark unused fptr as unused to avoid spurious warnings flags.David Cournapeau2009-03-031-2/+2
* | | | Add missing npy_modf declaration.David Cournapeau2009-03-031-0/+2
* | | | Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-025-13/+27
* | | | Correctly handle gzip filenames in loadtxt.Stefan van der Walt2009-03-022-0/+11
* | | | Some missing spots when using npymath lib instead of raw math C libm in umath.David Cournapeau2009-03-021-6/+6