summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fixed minor typos in temp_elide.cMortada Mehyar2017-02-271-10/+10
* Merge pull request #8704 from charris/fix-zerosize-deep-copyseberg2017-02-272-28/+36
|\
| * BUG: Fix deepcopy regression for empty arrays.Charles Harris2017-02-272-28/+36
* | Merge pull request #8663 from eric-wieser/subclass-reprMarten van Kerkwijk2017-02-262-10/+32
|\ \ | |/ |/|
| * ENH: Fix alignment of repr for array subclassesEric Wieser2017-02-252-10/+32
* | BUG: missing comma disabled some header checksJulian Taylor2017-02-252-1/+2
|/
* Merge pull request #8685 from eric-wieser/shape-to-ndimJulian Taylor2017-02-258-14/+53
|\
| * ENH: add a .ndim property to dype objectsEric Wieser2017-02-252-0/+39
| * MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-246-14/+14
* | Merge pull request #8672 from eric-wieser/patch-8584Julian Taylor2017-02-251-4/+4
|\ \
| * | BUG: Use int for axes, not intpEric Wieser2017-02-231-4/+4
* | | Merge pull request #7997 from juliantaylor/temporary-elideCharles Harris2017-02-246-5/+536
|\ \ \
| * | | ENH: avoid temporary arrays in expressionsJulian Taylor2017-02-246-5/+536
| | |/ | |/|
* | | MAINT: Fix use of Python 2.6 deprecated escape sequences.Charles Harris2017-02-241-1/+1
|/ /
* | BUG: Remove extra digit in binary_repr at limitgfyoung2017-02-232-2/+20
* | Merge pull request #8656 from matthew-brett/skip-repr-testEric Wieser2017-02-221-16/+20
|\ \
| * | BUG: re-enable test with duplicate nameMatthew Brett2017-02-221-1/+1
| * | BUG: allow for precision > 20 in longdouble reprMatthew Brett2017-02-221-15/+19
* | | TST: add tests of nextafter around 0Matthew Brett2017-02-211-0/+6
* | | BUG: fix denormal linspace test for longdoubleMatthew Brett2017-02-211-5/+5
| |/ |/|
* | Merge pull request #8584 from eric-wieser/resolve_axisMarten van Kerkwijk2017-02-2114-109/+105
|\ \
| * | MAINT: Be specific about where AxisError is raisedEric Wieser2017-02-205-26/+26
| * | ENH: For compatibility, use an exception type that subclasses both original t...Eric Wieser2017-02-203-3/+20
| * | MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-205-32/+26
| * | ENH: Expose np.core.multiarray.normalize_axis_index(axis, ndim)Eric Wieser2017-02-201-0/+20
| * | MAINT: Use the same error message for most C code handling negative axesEric Wieser2017-02-207-71/+36
| |/
* | TST: Check .flags.writeable on a read-only mmapRonan Lamy2017-02-211-0/+1
|/
* Merge pull request #8638 from juliantaylor/packbits-fixCharles Harris2017-02-191-1/+1
|\
| * BUG: fix wrong odd determination in packbitsJulian Taylor2017-02-191-1/+1
* | Merge pull request #8618 from eric-wieser/fix-8507Marten van Kerkwijk2017-02-192-3/+14
|\ \
| * | BUG: Fixed undefined behavior when __array_wrap__ returns NoneEric Wieser2017-02-192-3/+14
* | | Merge pull request #8629 from eric-wieser/speedup-indicesMarten van Kerkwijk2017-02-191-7/+4
|\ \ \ | |_|/ |/| |
| * | ENH: Improve the efficiency of indicesEric Wieser2017-02-181-7/+4
| |/
* | Merge pull request #8043 from pv/ufunc-copy-overlapCharles Harris2017-02-1615-126/+1028
|\ \ | |/ |/|
| * DOC: core: remove old comment saying public API may changePauli Virtanen2017-02-101-5/+1
| * STY: core: fix up code style and add clearer commentsPauli Virtanen2017-02-104-18/+38
| * BUG: core: fix refcount errors on error handlingPauli Virtanen2017-02-063-1/+2
| * BUG: multiarray: fix refcount error in error handling in PyArray_MapIterArray...Pauli Virtanen2017-01-241-1/+0
| * DOC: core/umath: make a comment in the test be less misleadingPauli Virtanen2017-01-221-1/+3
| * BUG: core/umath: handle __array_prepare__ correctly in ufunc iterator_loopPauli Virtanen2017-01-212-17/+53
| * BUG: core/umath: fix cornercase for overlapping operands with internal overlapPauli Virtanen2017-01-213-21/+56
| * ENH: core: rename NPY_ITER_OVERLAP_ALLOW_SAME to NPY_ITER_OVERLAP_ASSUME_ELEM...Pauli Virtanen2017-01-215-15/+15
| * TST: core: streamline and extend test_mem_overlap.TestUFunc testsPauli Virtanen2017-01-201-60/+54
| * BUG: core: fix bug with zero strides in PyArray_EQUIVALENTLY_ITERABLE_OVERLAP_OKPauli Virtanen2017-01-201-4/+7
| * MAINT: core: fix compiler warningsPauli Virtanen2017-01-202-3/+1
| * DOC: fix typo in commentPauli Virtanen2017-01-191-1/+1
| * STY: break long linePauli Virtanen2017-01-191-2/+2
| * BUG: umath: correct treatment of __array_prepare__Pauli Virtanen2017-01-191-3/+11
| * MAINT: drop NPY_INLINEPauli Virtanen2017-01-191-1/+1
| * MAINT: bump API versionPauli Virtanen2017-01-193-2/+6