summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3466 from juliantaylor/vectorize-boolCharles Harris2013-06-232-7/+60
|\
| * ENH: vectorize boolean reductionsJulian Taylor2013-06-232-0/+54
| * MAINT: make binary_scalar2 static and put __m128i into a templateJulian Taylor2013-06-231-7/+6
* | Merge pull request #3429 from juliantaylor/copy-unrollCharles Harris2013-06-231-1/+13
|\ \ | |/ |/|
| * ENH: tell gcc to unroll strided copy loopsJulian Taylor2013-06-131-1/+13
* | Merge pull request #3455 from Hoops/copy_and_swap_stride_dstCharles Harris2013-06-191-7/+6
|\ \
| * | Call to byte_swap_vector should use dst, not d1, because this isAndrew Horton2013-06-161-7/+6
* | | BUG: fix uninitialized-use on invalid sort kindJulian Taylor2013-06-191-3/+2
* | | BUG: Fix failing python long behaviour and possible heisen bugSebastian Berg2013-06-172-28/+30
* | | Merge pull request #3436 from juliantaylor/vectorize-boolCharles Harris2013-06-162-3/+172
|\ \ \ | |/ / |/| |
| * | ENH: vectorize boolean logical &&, ||, abs and notJulian Taylor2013-06-142-3/+172
| |/
* | BUG: Revert "ENH: enable unaligned loads on x86"Julian Taylor2013-06-161-2/+7
|/
* Merge pull request #3410 from m-d-w/enh_np_array0.1njsmith2013-06-124-64/+126
|\
| * ENH: Optimize array creation by avoiding errorsm-d-w2013-06-104-64/+126
* | Merge pull request #3421 from juliantaylor/complex-copyCharles Harris2013-06-113-24/+9
|\ \
| * | BUG: fix non-swapping strided copies in GetStridedCopySwapJulian Taylor2013-06-111-3/+3
| * | ENH: enable unaligned loads on x86Julian Taylor2013-06-101-4/+2
| * | ENH: properly fix unaligned load of complex typesJulian Taylor2013-06-102-17/+4
* | | Merge pull request #3419 from juliantaylor/vectorize-restCharles Harris2013-06-112-21/+316
|\ \ \
| * | | MAINT: fix an uninitialized use in the no fenv fallbackJulian Taylor2013-06-111-1/+1
| * | | MAINT: guard prototypes with HAVE_EMMINTRIN_HJulian Taylor2013-06-111-2/+2
| * | | ENH: vectorize base math with SSE2Julian Taylor2013-06-092-0/+203
| * | | ENH: Vectorize float min/max operation with sse2Julian Taylor2013-06-092-21/+113
| |/ /
* | | BUG: Decref subspace when subspace is 0-d in fancy indexingSebastian Berg2013-06-091-0/+1
|/ /
* | Merge pull request #3243 from seberg/deprecate-non-integer-arguments-newCharles Harris2013-06-096-302/+189
|\ \
| * | MAINT: Disallow np.bool_ being used as integerSebastian Berg2013-06-091-1/+10
| * | MAINT: Minor style fix and integer conversion optimizationsSebastian Berg2013-06-091-12/+12
| * | STY: Style fixes for integer deprecation changesSebastian Berg2013-06-091-10/+12
| * | MAINT: Create new function PyArray_IntpFromIndexSequenceSebastian Berg2013-05-312-7/+26
| * | STY: style and small doc fixes for integer deprecationsSebastian Berg2013-05-312-4/+7
| * | MAINT: Remove non-integer deprecations which are now in PyIntAsIntpSebastian Berg2013-05-313-108/+8
| * | API: Deprecate __index__ for ndim > 0Sebastian Berg2013-05-311-0/+6
| * | API: Deprecating the use of non-integers for indices argumentsSebastian Berg2013-05-311-185/+133
* | | BUG: copy.(deep)copy should preserve F-contiguityDavid Warde-Farley2013-06-081-3/+13
* | | MAINT: move simd functions to new file simd.inc.srcJulian Taylor2013-06-082-121/+195
* | | MAINT: remove duplicate vtype templateJulian Taylor2013-06-081-1/+0
* | | MAINT: use @vpre@ for simd sqrt intrinsic prefixJulian Taylor2013-06-081-4/+4
* | | MAINT: make the simd function signature more specificJulian Taylor2013-06-081-29/+28
* | | ENH: Vectorize float absolute operation with sse2Julian Taylor2013-06-081-5/+50
* | | MAINT: move vectorized sqrt to own static functionJulian Taylor2013-06-081-19/+34
| |/ |/|
* | BUG: fix typo on npy_config.h include guardJulian Taylor2013-06-031-1/+0
* | BUG: fix memory leak and double execution in dotJulian Taylor2013-05-311-1/+3
* | MAINT: use npy_is_aligned in a few more placesJulian Taylor2013-05-292-4/+5
* | BUG: check alignment before loading the dataJulian Taylor2013-05-291-26/+30
* | MAINT: move byteswap macros to inlines in headerJulian Taylor2013-05-293-32/+82
* | MAINT: remove duplicated array extent calculationJulian Taylor2013-05-282-30/+12
* | ENH: implement may_share_memory in CJulian Taylor2013-05-281-0/+29
* | BUG: fix leak and possible null dereferenceJulian Taylor2013-05-271-1/+1
* | Merge pull request #3341 from juliantaylor/sse2-sqrtCharles Harris2013-05-256-178/+326
|\ \
| * | MAINT: use sse header macros for einsum sse activationJulian Taylor2013-05-251-2/+3