summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | DOC: Update einsum docs (#11234)attack682018-06-271-62/+161
|/ /
* | BUG: Ensure comparisons on scalar strings pass without warning.Marten van Kerkwijk2018-06-213-9/+22
|/
* Merge pull request #11282 from mhvk/array-comparison-not-implementeduntagged-65f99747b229ae7de4ccMarten van Kerkwijk2018-06-213-223/+148
|\
| * MAINT: move failure code to its own function.Marten van Kerkwijk2018-06-191-85/+110
| * MAINT: move comparison operator special-handling out of ufunc parsing.Marten van Kerkwijk2018-06-183-223/+123
* | Merge pull request #11340 from eric-wieser/fix-sctypeDict-clongdoubleMarten van Kerkwijk2018-06-212-22/+34
|\ \
| * | BUG: f8 randomly points to double or longdouble depending on non-deterministi...Eric Wieser2018-06-142-20/+30
| * | MAINT: Replace ifs with assertions, since those conditions are never hitEric Wieser2018-06-141-24/+26
* | | Merge pull request #11390 from charris/update-npyconfigRalf Gommers2018-06-211-0/+1
|\ \ \
| * | | REL: Update numpyconfig.h for 1.15.Charles Harris2018-06-201-0/+1
| | |/ | |/|
* | | Merge pull request #11385 from toslunar/enh-scalar-squeezeCharles Harris2018-06-202-12/+18
|\ \ \