summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11601 from eric-wieser/list-ctorCharles Harris2018-07-222-32/+64
|\
| * TST: Add a test of jagged array constructionEric Wieser2018-07-221-0/+18
| * BUG: Make np.array([[1], 2]) and np.array([1, [2]]) behave in the same wayEric Wieser2018-07-222-19/+34
| * MAINT: Eliminate intermediate variable for consistencyEric Wieser2018-07-221-15/+12
| * MAINT: Improve variable names and scope in discover_dimensionsEric Wieser2018-07-221-6/+8
* | BLD: Modify cpu detection and function to get build working on aarch64 (#11568)Kyle Sunden2018-07-152-19/+49
* | DOC: Updated array2string description (#11571)logeaux2018-07-141-0/+2
* | Merge pull request #11382 from mattip/remove-typeNARalf Gommers2018-07-133-6/+27
|\ \
| * | DEP: deprecate undocumented, unused dtype type dictsmattip2018-07-133-6/+27
* | | DOC: Update examples with new MaskedArray.__repr__Eric Wieser2018-07-091-9/+9
* | | DOC: Add missing reference to blockEric Wieser2018-07-091-0/+1
| |/ |/|
* | Merge pull request #11518 from mhvk/normalize-axis-tuple-speedupMarten van Kerkwijk2018-07-091-5/+8
|\ \
| * | 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 #11482 from Anner-deJong/patch-1Charles Harris2018-07-081-0/+10
|\ \
| * | removed spaces. improved right side outliningAnner2018-07-061-4/+4
| * | Update resize notes according to mattip's commentsAnner2018-07-051-4/+4
| * | include warning in np.resize() docsAnner2018-07-031-1/+11
* | | Merge pull request #11464 from eric-wieser/monotonicityCharles Harris2018-07-084-185/+33
|\ \ \
| * | | BUG: Don't convert inputs to `np.float64` in digitizeEric Wieser2018-07-064-185/+33
| | |/ | |/|
* | | fix from reviewmattip2018-07-061-1/+0
* | | BUG: decref of field title caused segfaultmattip2018-07-052-1/+12
|/ /
* | 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 #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-023-0/+8184
|\ \ \ \
| * | | | MAINT: Move add_newdocs into core, since it only adds docs to those piecesEric Wieser2018-07-023-0/+8184
* | | | | Merge pull request #11473 from eric-wieser/move-pytesttesterMarten van Kerkwijk2018-07-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* | | | | 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 #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 #11440 from jackvreeken/fix-interp-for-nan-infEric Wieser2018-06-291-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: fix interpolation with inf and NaN presentJack Vreeken2018-06-291-0/+8
| |/ / /
* | | | 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-291-7/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y)Eric Wieser2018-06-291-7/+14
| | |_|/ | |/| |
* | | | 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
| |_|/ |/| |