summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10882 from eric-wieser/_array_from_buffer_3118Charles Harris2018-04-242-43/+78
|\
| * TST: Work around memory leak in ctypes to prevent another test failingEric Wieser2018-04-201-4/+12
| * BUG: have _array_from_buffer_3118 correctly handle errorsEric Wieser2018-04-122-43/+70
* | Merge pull request #10824 from mattip/fix-PyArray_DeprecateWritebackIfCopyCharles Harris2018-04-243-8/+54
|\ \
| * | STY: Fix long line.Charles Harris2018-04-241-1/+2
| * | fix from reviewmattip2018-04-212-15/+17
| * | BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and documentmattip2018-04-213-2/+45
* | | Merge pull request #10946 from ahaldane/fix_style_argCharles Harris2018-04-242-0/+5
|\ \ \
| * | | BUG: 'style' arg to array2string broken in legacy modeAllan Haldane2018-04-212-0/+5
* | | | fixes from reviewmattip2018-04-221-20/+16
* | | | BUG: it.close() disallows access to iterator, fixes #10950mattip2018-04-222-17/+28
| |/ / |/| |
* | | Merge pull request #9998 from mattip/nditer-as-context-managerAllan Haldane2018-04-2114-260/+703
|\ \ \ | |/ / |/| |
| * | fixes from reviewmattip2018-04-212-10/+1
| * | ENH: add nditer.close as per reviewmattip2018-04-202-10/+47
| * | ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-2014-265/+680
* | | Merge pull request #10921 from mattip/percentile-graphCharles Harris2018-04-203-83/+88
|\ \ \
| * | | fixes from reviewmattip2018-04-182-8/+8
| * | | DOC: clear up warnings, fix matplotlib plotmattip2018-04-173-83/+88
| |/ /
* | | Merge pull request #10775 from mdboom/return-errors-from-initEric Wieser2018-04-192-20/+25
|\ \ \
| * | | Return NULL from PyInit_* when exception is raisedMichael Droettboom2018-03-302-20/+25
* | | | Fixes #663: fixed dtype alignment for array of structs in case of converting ...Ihor Melnyk2018-04-182-4/+22
| |/ / |/| |
* | | Merge pull request #10878 from mattip/devdocsRalf Gommers2018-04-161-1/+1
|\ \ \
| * | | formatting fixesmattip2018-04-111-1/+1
* | | | Merge pull request #10867 from Carreau/link-fullStefan van der Walt2018-04-141-19/+15
|\ \ \ \
| * | | | 'remove indirect relationships'Matthias Bussonnier2018-04-091-15/+0
| * | | | Cross Link full/full_like in a few see-also.Matthias Bussonnier2018-04-091-17/+28
* | | | | Merge pull request #10665 from pv/accumulate-same-nocopyCharles Harris2018-04-121-3/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ENH: umath: don't make temporary copies for in-place accumulationPauli Virtanen2018-04-091-3/+9
* | | | | Merge pull request #10745 from eric-wieser/comparison-object-loopMarten van Kerkwijk2018-04-115-21/+61
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ENH: Add object loops to the comparison ufuncsEric Wieser2018-04-085-21/+61
* | | | | Merge pull request #10860 from pv/pypyfix-npy-title-keyCharles Harris2018-04-092-2/+39
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: core: fix NPY_TITLE_KEY macro on pypyPauli Virtanen2018-04-082-2/+39
| |/ / /
* | | | Merge pull request #10796 from juliantaylor/inplace-overlapCharles Harris2018-04-091-4/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: fix wrong inplace vectorization on overlapping argumentsJulian Taylor2018-03-251-4/+16
* | | | Merge pull request #10859 from charris/remove-yield-testsCharles Harris2018-04-091-64/+70
|\ \ \ \
| * | | | TST: Remove yield tests from core/tests/test_umath_complex.py.Charles Harris2018-04-081-64/+70
| | |/ / | |/| |
* | | | Merge pull request #10850 from charris/deprecate-some-importsCharles Harris2018-04-091-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | DEP: Issue deprecation warnings for some imports.Charles Harris2018-04-061-0/+15
* | | | MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-0637-236/+87
|/ / /
* | | Merge pull request #10842 from charris/switch-to-pytestCharles Harris2018-04-0622-130/+169
|\ \ \
| * | | TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-4/+4
| * | | TST: Switch to using pytest markersCharles Harris2018-04-0421-126/+165
* | | | Merge pull request #10670 from eric-wieser/deprecate-sum-generatorCharles Harris2018-04-062-0/+12
|\ \ \ \
| * | | | DEP: Deprecate np.sum(generator)Eric Wieser2018-02-262-0/+12
* | | | | Merge pull request #10826 from tylerjereddy/issue_10779_squeezeCharles Harris2018-04-062-6/+64
|\ \ \ \ \
| * | | | | BUG: np.squeeze() now respects older API axis expectationTyler Reddy2018-03-302-6/+64
* | | | | | Merge pull request #10763 from ahaldane/fix_float_repr_tp_print_overrideCharles Harris2018-04-052-0/+54
|\ \ \ \ \ \
| * | | | | | BUG: floating types should override tp_printAllan Haldane2018-03-192-0/+54
* | | | | | | Merge pull request #10800 from eric-wieser/unify-ufunc-docsCharles Harris2018-04-051-110/+168
|\ \ \ \ \ \ \
| * | | | | | | DOC: Add remarks about array vs scalar output to every ufuncEric Wieser2018-03-251-110/+168
| | |_|_|_|/ / | |/| | | | |