summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 #11533 from aifer4/fixed-cheb-examplesCharles Harris2018-07-081-2/+2
|\ \ \
| * | | DOC: Fixed example code for cheb2poly and poly2cheb (see #11519)Max Aifer2018-07-081-2/+2
* | | | Merge pull request #11464 from eric-wieser/monotonicityCharles Harris2018-07-086-186/+156
|\ \ \ \
| * | | | BUG: Don't convert inputs to `np.float64` in digitizeEric Wieser2018-07-066-186/+156
| | |_|/ | |/| |
* | | | Merge pull request #11531 from eric-wieser/histogramdd-density-no-deprecationCharles Harris2018-07-084-20/+42
|\ \ \ \
| * | | | MAINT: Rename histogramdd's normed argument to density, to match histogramEric Wieser2018-07-084-20/+42
* | | | | Merge pull request #11515 from mattip/field-title-refcnt-fixCharles Harris2018-07-082-2/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix from reviewmattip2018-07-061-1/+0
| * | | | BUG: decref of field title caused segfaultmattip2018-07-052-1/+12
| | |/ / | |/| |
* | | | Comment erroneously describing method as Box-Muller.Rohit Pandey2018-07-071-1/+1
|/ / /
* | | 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