summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* STY: Giant whitespace cleanup.Charles Harris2013-08-1814-42/+41
* Merge pull request #3616 from seberg/buffer-pybuf_simpleCharles Harris2013-08-182-8/+118
|\
| * BUG: Fix PyBUF_SIMPLE flag to GetBuffer.Sebastian Berg2013-08-182-8/+118
* | BUG: Fix reference leak in PyArray_IntpFromIndexSequence.Charles Harris2013-08-171-1/+2
* | MAINT - update comments related to searchsorted to be consistent with code.Bago Amirbekian2013-08-171-8/+8
* | RF - have searchsorted copy haystack when the needle is bigger than the haystackBago Amirbekian2013-08-171-12/+14
* | BF - cast psorter pointer to intpBago Amirbekian2013-08-171-3/+3
* | RF - allow ndarray.searchsorted to avoid making a copy for non-contiguous arraysBago Amirbekian2013-08-171-18/+26
* | Merge pull request #3628 from seberg/issue-3589Charles Harris2013-08-171-18/+14
|\ \
| * | BUG: MapIter leaked itself and arr and index objectsSebastian Berg2013-08-161-18/+14
* | | Reverse commit 6ec51b3Jay Bourque2013-08-161-10/+0
* | | Replace calls to New/Bind/Reset with MapIterArrayJay Bourque2013-08-161-5/+1
* | | Fix for crash when PyArray_MapIterSwapAxes is calledJay Bourque2013-08-161-0/+10
* | | Fix build issueJay Bourque2013-08-161-1/+1
* | | Fix issue with 'at' method when indices are all slice objectsJay Bourque2013-08-161-2/+8
* | | Proof-of-concept for ufunc fancy indexingJay Bourque2013-08-161-0/+4
* | | ENH: use PyDataMem_NEW_ZEROED for PyArray_ZerosJulian Taylor2013-08-161-11/+34
* | | ENH: add PyDataMem_NEW_ZEROED which allocates memory with callocJulian Taylor2013-08-161-0/+20
* | | Merge pull request #3608 from charris/remove-1.8-diagonal-refsCharles Harris2013-08-151-1/+1
|\ \ \ | |_|/ |/| |
| * | DOC: Remove references to diagonal changes in 1.8.Charles Harris2013-08-121-1/+1
* | | BUG: Fix to allow x.fill(tuple) where x is a struct arrayMark Wiebe2013-08-121-1/+8
|/ /
* | Merge pull request #3360 from juliantaylor/selection-algoCharles Harris2013-08-123-20/+574
|\ \
| * | ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-123-20/+574
* | | BUG: Fix variable declaration after statement.Charles Harris2013-08-111-4/+4
|/ /
* | Merge pull request #3594 from juliantaylor/is_aligned_maintCharles Harris2013-08-112-7/+27
|\ \
| * | ENH: add NPY_LIKELY and NPY_UNLIKELY macros for branching hintsJulian Taylor2013-08-091-3/+9
| * | MAINT: move npy_is_aligned to common.hJulian Taylor2013-08-092-7/+21
| |/
* | TST: Add regression test to check numpy.int_ inheritance on Py2/Py3Yury V. Zaytsev2013-08-101-0/+29
* | BUG: Fix PyType_FastSubclass() check for numpy.int_Yury V. Zaytsev2013-08-101-9/+24
|/
* BUG: Boolean assignment allowed writing to 0-sized arraySebastian Berg2013-08-051-2/+2
* Merge pull request #3516 from charris/remove-outdated-version-checksnjsmith2013-07-1119-243/+16
|\
| * MAINT: Remove outdated version checks.Charles Harris2013-07-1119-243/+16
* | Merge pull request #3509 from arinkverma/gsoc_performanceCharles Harris2013-07-102-1/+13
|\ \ | |/ |/|
| * ENH: check for the same object in can_cast_scalar_to from convert_datatype.cArink Verma2013-07-101-1/+5
| * ENH: added check for scalar array in PyArray_FromArray from ctors.cArink Verma2013-07-101-1/+2
| * ENH: added check for scalar array in PyArray_FromArray from ctors.cArink Verma2013-07-081-4/+3
| * ENH: added check for scalar array in PyArray_FromArray from ctors.cArink Verma2013-07-081-0/+8
* | Merge pull request #3501 from inducer/masterCharles Harris2013-07-091-0/+20
|\ \
| * | BUG: Check earlier for higher priority in binary operators, add testAndreas Kloeckner2013-07-081-0/+20
| |/
* | Merge pull request #3491 from ContinuumIO/astype_fix2Charles Harris2013-07-082-20/+61
|\ \
| * | STY: Formatting changesJay Bourque2013-07-082-6/+7
| * | BUG: Fix creation of string arrays from object typesJay Bourque2013-07-082-17/+57
| |/
* | BUG: Fix exceptions being swallowed by fromiter.Fernando Perez2013-07-031-10/+17
|/
* 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
|/ /