summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declara...Michael Felt2016-10-211-3/+6
* BUG: fix _array2string for strustured array (issue #5692)Shota Kawabuchi2016-10-182-33/+81
* DOC: added example with empty indices for a scalarMattHarrigan2016-10-141-0/+3
* Merge pull request #8153 from ahaldane/scalar_baseCharles Harris2016-10-132-0/+22
|\
| * MAINT: Expose void-scalar "base" attribute in pythonAllan Haldane2016-10-132-0/+22
* | MAINT: make sure __builtin_cpu_supports is not optimized awayJulian Taylor2016-10-111-1/+3
* | MAINT: check that linker can handle AVXJulian Taylor2016-10-113-6/+13
|/
* Merge pull request #8103 from mattip/pypy-fixesNathaniel J. Smith2016-10-083-57/+78
|\
| * ENH: pypy needs a basic tp_as_number at PyType_Ready in order to allow overri...Matti Picus2016-10-011-0/+21
| * STY: add spaces and endif documentationMatti Picus2016-10-012-57/+57
* | Merge pull request #8125 from charris/deepcopy_objectCharles Harris2016-10-072-16/+63
|\ \
| * | STY: Make some C style fixups to methods.c.Charles Harris2016-10-071-11/+7
| * | BUG: Fixed deepcopy of F-order object arrays.pelson2016-10-072-15/+66
* | | BUG: Fix array printing with precision=0.wrwrwr2016-10-072-3/+16
* | | BUG: core: add missing error check after PyLong_AsSsize_tPauli Virtanen2016-10-032-0/+9
|/ /
* | ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-265-300/+1565
* | Merge pull request #7980 from juliantaylor/avx-runtimeJulian Taylor2016-09-255-60/+144
|\ \
| * | MAINT: add runtime check for AVX macrosJulian Taylor2016-09-242-0/+13
| * | ENH: add some AVX2 optimized integer ufunc loopsJulian Taylor2016-08-273-57/+90
| * | MAINT: add support for runtime selected ufunc SIMD loopsJulian Taylor2016-08-271-3/+21
| * | MAINT: add avx __builtin_cpu_supports and target attribute checksJulian Taylor2016-08-272-0/+20
* | | Merge pull request #6054 from ahaldane/warnviewCharles Harris2016-09-247-34/+121
|\ \ \
| * | | MAINT: Add deprecation warning to multi-field views/assignmentAllan Haldane2016-09-247-34/+121
| | |/ | |/|
* | | BUG: non-integers can end up in dtype offsetsAllan Haldane2016-09-223-3/+30
|/ /
* | Merge pull request #8051 from pslacerda/clear_snanJulian Taylor2016-09-193-2/+9
|\ \
| * | BUG: Clear signaling NaN exceptionsPedro Lacerda2016-09-153-2/+9
* | | Merge pull request #8050 from mattip/pypy-fixesseberg2016-09-196-12/+48
|\ \ \ | |/ / |/| |
| * | ENH: a.resize(.., refcheck=True) is almost unusable on PyPyMatti Picus2016-09-176-12/+48
* | | Merge pull request #8038 from gfyoung/rollaxis-err-msgStephan Hoyer2016-09-111-4/+4
|\ \ \ | |/ / |/| |
| * | DOC, MAINT: Update error message in rollaxis.gfyoung2016-09-111-4/+4
* | | BUG: core: fix bug in NpyIter buffering with discontinuous arraysPauli Virtanen2016-09-113-1/+38
|/ /
* | DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-072-2/+2
* | DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-072-4/+4
* | DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-0618-44/+44
* | MAINT: Remove leftover imp module imports.Charles Harris2016-09-031-1/+0
* | ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-026-10/+13
* | Merge pull request #7099 from seberg/suppressed_warningsCharles Harris2016-09-0212-119/+130
|\ \
| * | TST: Silence warnings otherwise shown in release modeSebastian Berg2016-09-021-1/+2
| * | TST: Use new warnings context manager in all testsSebastian Berg2016-09-029-85/+80
| * | MAINT: Add missing teardown in deprecation test caseSebastian Berg2016-09-021-0/+2
| * | BUG: Suppress common NaT warningsSebastian Berg2016-09-022-34/+47
* | | TST: fix inplace case of alignment data generatorJulian Taylor2016-09-012-7/+8
* | | ENH: add inplace cases to fast ufunc loop macrosJulian Taylor2016-09-012-33/+50
|/ /
* | Merge pull request #7823 from madphysicist/ma-bugsJulian Taylor2016-08-271-1/+1
|\ \ | |/ |/|
| * BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*dJoseph Fox-Rabinovitz2016-08-241-1/+1
* | Merge pull request #7943 from theultimatecrouton/doc_fixCharles Harris2016-08-251-5/+2
|\ \ | |/ |/|
| * DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5 [ci skip]Tom Bird2016-08-171-0/+2
| * DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5Tom Bird2016-08-171-5/+0
* | BUG: cannot assign to tuple after usemattip2016-08-241-8/+6
|/
* Merge pull request #7937 from charris/fix-quicksort-for-bogus-comparisonJulian Taylor2016-08-172-4/+19
|\