summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge pull request #8148 from jjhelmus/npy_load_fixCharles Harris2016-10-131-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | 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-122-30/+21
|\ \ \
| * | | DOC: Improve histogram2d() example.wrwrwr2016-10-081-29/+17
| * | | DOC: Add matplotlib inventory for intersphinx.wrwrwr2016-10-081-1/+4
* | | | 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
* | | | | Merge pull request #8124 from oleksandr-pavlyk/bugfix/import-sysinfoCharles Harris2016-10-061-0/+2
|\ \ \ \ \
| * | | | | 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
* | | | | Merge pull request #8114 from pv/bugfixseberg2016-10-042-0/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: core: add missing error check after PyLong_AsSsize_tPauli Virtanen2016-10-032-0/+9
|/ / / /
* | | | Merge pull request #8112 from wrwrwr/fix-tensor-linksRalf Gommers2016-10-041-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Fix "See also" links in linalg.wrwrwr2016-10-031-2/+2
|/ / /
* | | Merge pull request #8027 from rainwoodman/patch-2Charles Harris2016-10-011-4/+9
|\ \ \
| * | | Add a comment to avoid accidental removal.Yu Feng2016-09-071-0/+1
| * | | add platform indepedent lib dir to PYTHONPATHYu Feng2016-09-061-4/+8
* | | | Merge pull request #8096 from charris/add-tempita-to-toolsCharles Harris2016-10-016-16/+1561
|\ \ \ \
| * | | | ENH: Vendorize tempita.Charles Harris2016-09-306-16/+1561
* | | | | Merge pull request #8104 from gut/fix-test-codeStephan Hoyer2016-09-301-4/+4
|\ \ \ \ \
| * | | | | Fix test code on cpuinfo's main functionGustavo Serra Scalet2016-09-301-4/+4
|/ / / / /
* | | | | Merge pull request #5488 from dgasmith/opt_einsumCharles Harris2016-09-287-305/+1586
|\ \ \ \ \
| * | | | | ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-267-305/+1586
| |/ / / /
* | | | | Merge pull request #8093 from shoyer/assert-raises-regexCharles Harris2016-09-262-9/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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-256-60/+148
|\ \ \ \
| * | | | DOC: add release note entry for AVX2 integer loopsJulian Taylor2016-09-241-0/+4
| * | | | 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-249-36/+152
|\ \ \ \ \ | |_|_|_|/ |/| | | |