summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declara...Michael Felt2016-10-212-4/+10
* Merge pull request #8168 from wrwrwr/genfromtxt-spellingCharles Harris2016-10-181-1/+1
|\
| * DOC: Minor spelling fix in genfromtxt() docstring.wrwrwr2016-10-181-1/+1
* | Merge pull request #8160 from skwbc/issue#5692Charles Harris2016-10-182-33/+81
|\ \ | |/ |/|
| * BUG: fix _array2string for strustured array (issue #5692)Shota Kawabuchi2016-10-182-33/+81
* | ENH: add signature argument to vectorize for vectorizing like generalized ufu...Stephan Hoyer2016-10-172-35/+407
* | BUG: Make assert_allclose(..., equal_nan=False) work.Antti Kaihola2016-10-171-9/+13
* | TST: Add tests for assert_allclose(..., equal_nan={True|False})Antti Kaihola2016-10-171-0/+12
|/
* Merge pull request #8156 from mattharrigan/einsum-docCharles Harris2016-10-141-0/+3
|\
| * DOC: added example with empty indices for a scalarMattHarrigan2016-10-141-0/+3
* | Merge pull request #8142 from ahaldane/ma_mean_scalarCharles Harris2016-10-142-3/+25
|\ \ | |/ |/|
| * BUG: np.ma.mean and var should return scalar if no maskAllan Haldane2016-10-132-3/+25
* | 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
* | | Merge pull request #8141 from juliantaylor/build-fixesCharles Harris2016-10-133-7/+16
|\ \ \
| * | | 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
* | | | BUG: import full module path in npy_load_moduleJonathan Helmus2016-10-121-1/+1
| |/ / |/| |
* | | Merge pull request #8121 from wrwrwr/imp-hist2d-exampleRalf Gommers2016-10-121-29/+17
|\ \ \
| * | | DOC: Improve histogram2d() example.wrwrwr2016-10-081-29/+17
* | | | ENH: allow numpy.apply_along_axis() to work with ndarray subclasses (#7918)Ben Rowland2016-10-112-3/+38
| |/ / |/| |
* | | Merge pull request #8103 from mattip/pypy-fixesNathaniel J. Smith2016-10-085-61/+82
|\ \ \ | |/ / |/| |
| * | ENH: remove stray comma that made the msg a tupleMatti Picus2016-10-011-1/+1
| * | ENH: pypy needs a basic tp_as_number at PyType_Ready in order to allow overri...Matti Picus2016-10-011-0/+21
| * | ENH: either TypeError or ValueError can be raisedMatti Picus2016-10-011-3/+3
| * | 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
* | | | Merge pull request #8107 from wrwrwr/fix-precision-zeroCharles Harris2016-10-072-3/+16
|\ \ \ \
| * | | | BUG: Fix array printing with precision=0.wrwrwr2016-10-072-3/+16
* | | | | BUG: Fixed build breakOleksandr Pavlyk2016-10-061-0/+2
* | | | | BUG: Fix broken pickle in MaskedArray when dtype is object (#8122)Raghav RV2016-10-062-18/+20
* | | | | Merge pull request #8110 from rgommers/rpath-commaCharles Harris2016-10-061-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: distutils: fix issue with rpath in fcompiler/gnu.pyRalf Gommers2016-10-021-1/+3
* | | | | BUG: core: add missing error check after PyLong_AsSsize_tPauli Virtanen2016-10-032-0/+9
| |/ / / |/| | |
* | | | DOC: Fix "See also" links in linalg.wrwrwr2016-10-031-2/+2
|/ / /
* | | Fix test code on cpuinfo's main functionGustavo Serra Scalet2016-09-301-4/+4
* | | Merge pull request #5488 from dgasmith/opt_einsumCharles Harris2016-09-286-305/+1574
|\ \ \
| * | | ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-266-305/+1574
* | | | MAINT: fix assert_raises_regex when used as a context managerStephan Hoyer2016-09-262-9/+19
|/ / /
* | | 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-248-36/+125
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: Add deprecation warning to multi-field views/assignmentAllan Haldane2016-09-248-36/+125
| | |/ | |/|
* | | Merge pull request #8087 from hodgka/masterCharles Harris2016-09-231-3/+4
|\ \ \
| * | | BUG: financial.pmt modifies input #8055naveenarun2016-09-232-4/+5