summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Restore previous behavior on subclassesEric Wieser2018-07-081-2/+2
* MAINT: Speed up normalize_axis_tuple by about 30%Marten van Kerkwijk2018-07-061-5/+8
* Merge pull request #11479 from wdirons/fix_define_for_ppc64_and_ppc64leCharles Harris2018-07-051-4/+6
|\
| * BUG: Fix #define for ppc64 and ppc64leWilliam D. Irons2018-07-021-4/+6
* | Merge pull request #11487 from mattip/sanity-check-2Charles Harris2018-07-041-1/+3
|\ \
| * | DOC: extend sanity check messagemattip2018-07-041-1/+3
* | | Merge pull request #11016 from stuartarchibald/wip/armv7_aarch32Matti Picus2018-07-043-27/+46
|\ \ \ | |/ / |/| |
| * | Adjust endianness header file to accommodate AARCHXX changes.Stuart Archibald2018-06-261-20/+23
| * | ENH: Add AARCH32 support.Stuart Archibald2018-06-262-7/+23
* | | BUG/ENH: Einsum optimization path updates and bug fixes. (#11345)Daniel Smith2018-07-032-92/+265
* | | Merge pull request #11468 from seberg/fancy-assignment-no-fastpathCharles Harris2018-07-033-20/+36
|\ \ \
| * | | BUG: Advanced indexing assignment incorrectly took 1-D fastpathSebastian Berg2018-07-023-20/+36
* | | | Merge pull request #11474 from eric-wieser/move-add-new-docsCharles Harris2018-07-025-39/+43
|\ \ \ \
| * | | | MAINT: Move add_newdocs into core, since it only adds docs to those piecesEric Wieser2018-07-025-39/+43
* | | | | Merge pull request #11473 from eric-wieser/move-pytesttesterMarten van Kerkwijk2018-07-0213-13/+16
|\ \ \ \ \ | |/ / / /
| * | | | MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-0213-13/+16
* | | | | Merge pull request #11351 from mhvk/ufunc-parsing-speedup-alternativeEric Wieser2018-07-023-251/+349
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MAINT: Improve speed of ufunc kwargs parsing.Marten van Kerkwijk2018-06-293-251/+349
* | | | | Merge pull request #11444 from silenc3r/patch-1Matti Picus2018-07-011-1/+1
|\ \ \ \ \
| * | | | | Fix documentation for fromfunctionsilenc3r2018-06-281-1/+1
* | | | | | Merge pull request #11471 from eric-wieser/move-add-new-docsCharles Harris2018-07-012-119/+92
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | MAINT: Remove python-side docstrings from add_newdocs.Eric Wieser2018-07-012-119/+92
* | | | | Merge pull request #11432 from mattip/refactor-new_array_for_sumMarten van Kerkwijk2018-06-304-196/+120
|\ \ \ \ \
| * | | | | MAINT: refactor duplicate code into 'common.c'mattip2018-06-294-196/+120
* | | | | | Merge pull request #11396 from pimdh/masterEric Wieser2018-06-291-0/+15
|\ \ \ \ \ \
| * | | | | | TST: Added regression test for #11395Pim de Haan2018-06-211-0/+15
* | | | | | | Merge pull request #11440 from jackvreeken/fix-interp-for-nan-infEric Wieser2018-06-292-0/+22
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | BUG: fix interpolation with inf and NaN presentJack Vreeken2018-06-292-0/+22
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #11449 from charris/revert-10229Charles Harris2018-06-291-13/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | BUG: Revert #10229 to fix DLL loads on Windows.Charles Harris2018-06-291-13/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #11406 from mattip/einsum-out-is-resCharles Harris2018-06-292-18/+15
|\ \ \ \ \
| * | | | | MAINT: cleanup ret assignmentmattip2018-06-271-20/+7
| * | | | | check for unlikely error in Assign_Zeromattip2018-06-241-1/+3
| * | | | | BUG: ensure ret is out in einsummattip2018-06-212-1/+9
* | | | | | Merge pull request #11425 from eric-wieser/where-nonzero-docsMarten van Kerkwijk2018-06-294-59/+72
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y)Eric Wieser2018-06-294-59/+72
| | |_|_|/ | |/| | |
* | | | | MAINT: Split off getting overrides and checking for them.Marten van Kerkwijk2018-06-283-76/+144
* | | | | MAINT: Ensure __array_ufunc__ on given class is only called once.Marten van Kerkwijk2018-06-282-9/+69
| |_|_|/ |/| | |
* | | | Merge pull request #11347 from mattip/less-sphinx-warningsRalf Gommers2018-06-272-10/+12
|\ \ \ \
| * | | | fixes from reviewmattip2018-06-241-8/+8
| * | | | DOC: typos, small fixesmattip2018-06-152-3/+5
* | | | | DOC: Update einsum docs (#11234)attack682018-06-272-180/+358
* | | | | Merge pull request #11424 from eric-wieser/empty-svdseberg2018-06-273-17/+25
|\ \ \ \ \
| * | | | | ENH: Allow use of svd on empty arraysEric Wieser2018-06-273-17/+25
| | |/ / / | |/| | |
* | | | | Merge pull request #11428 from eric-wieser/deprecate-normed-1.15.0Charles Harris2018-06-272-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Fix incorrect deprecation logic for histogram(normed=...)Eric Wieser2018-06-262-1/+5
* | | | | Merge pull request #11335 from pvanmulbregt/stride123Matti Picus2018-06-251-9/+5
|\ \ \ \ \
| * | | | | DOC: Change array lengths/entries in an example to reduce confusion.Paul van Mulbregt2018-06-141-9/+5
* | | | | | Merge pull request #11383 from mattip/recreate-8717Eric Wieser2018-06-243-15/+24
|\ \ \ \ \ \
| * | | | | | fixes from reviewmattip2018-06-212-5/+6