summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.26.0 to 5.28.0dependabot/pip/hypothesis-5.28.0dependabot-preview[bot]2020-08-241-1/+1
* Merge pull request #17133 from karan-dhir/chainexceptions-timer_comparisonCharles Harris2020-08-231-2/+2
|\
| * MAINT: changed ValueError line 103 in file timer_comparisonkaran-dhir2020-08-211-2/+2
* | Merge pull request #17143 from WarrenWeckesser/finfuncs-warnCharles Harris2020-08-232-13/+19
|\ \
| * | Use a better name for the collection of expired functions.Warren Weckesser2020-08-231-2/+2
| * | MAINT: lib: Change handling of the expired financial functions.Warren Weckesser2020-08-222-11/+17
* | | MAINT: Chain some exceptions in arraysetops. (#17132)Raghav Khanna2020-08-231-3/+3
* | | Merge pull request #17142 from WarrenWeckesser/copy-edit-nep-42Matti Picus2020-08-231-4/+4
|\ \ \
| * | | DOC: NEP-42: Fix a few typos.Warren Weckesser2020-08-221-4/+4
| |/ /
* | | Merge pull request #17141 from charris/cleanup-strfuncsMatti Picus2020-08-232-147/+42
|\ \ \ | |/ / |/| |
| * | MAINT: Make arrayprint str and repr the ndarray defaults.Charles Harris2020-08-222-147/+42
| |/
* | Merge pull request #17121 from pv/fix-ilp64-strideMatti Picus2020-08-223-38/+49
|\ \ | |/ |/|
| * MAINT: npy_cblas.h: redefine NPY_CBLAS_CHUNK in terms of CBLAS_INT_MAXPauli Virtanen2020-08-212-18/+14
| * BUG: core: fix ilp64 blas dot/vdot/... for strides > int32 maxPauli Virtanen2020-08-213-25/+40
|/
* Merge pull request #17109 from eric-wieser/split-einsumSebastian Berg2020-08-215-1893/+1942
|\
| * MAINT: Split einsum into multiple filesEric Wieser2020-08-205-1893/+1942
* | Merge pull request #17119 from person142/nep-41-spacingSebastian Berg2020-08-201-26/+26
|\ \
| * | DOC: make spacing consistent in NEP 41 bullet pointsJosh Wilson2020-08-201-26/+26
| |/
* | Merge pull request #17115 from bashtage/vectorize-docSebastian Berg2020-08-201-2/+2
|\ \
| * | DOC: Fix spacing in vectorize docKevin Sheppard2020-08-201-2/+2
| |/
* | Merge pull request #17116 from eric-wieser/expire-ctypes_load_librarySebastian Berg2020-08-203-7/+4
|\ \
| * | API: Remove `np.ctypeslib.ctypes_load_library`Eric Wieser2020-08-203-7/+4
| |/
* | Merge pull request #17068 from charris/cleanup-pystring_fromstring-usageMatti Picus2020-08-2011-48/+41
|\ \ | |/ |/|
| * TST: Add tests for bugs fixed in gh-17068.Charles Harris2020-08-191-0/+13
| * MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-1910-48/+28
* | Merge pull request #17002 from felixdivo/patch-2Matti Picus2020-08-191-9/+4
|\ \
| * | DOC: simplify documentation of clip()Felix Divo2020-08-181-8/+4
| * | Update fromnumeric.pyFelix Divo2020-08-171-2/+1
| * | DOC: improve documentation of numpy.clip() after discussionFelix Divo2020-08-041-3/+3
| * | DOC: Update docs of clip() to allow for scalar arguments tooFelix Divo2020-08-041-1/+1
* | | Merge pull request #17058 from BvB93/trim_zeros2Matti Picus2020-08-194-14/+40
|\ \ \
| * | | TST: Added / updated object array-related testsBas van Beek2020-08-131-1/+18
| * | | MAINT: Issue the DeprecationWarning after creating the to-be returned arrayBas van Beek2020-08-131-4/+5
| * | | MAINT: Catching warnings is expensive; remove itBas van Beek2020-08-111-5/+6
| * | | ENH: Use elementwise comparisons with 0 rather than boolean castingBas van Beek2020-08-114-9/+16
* | | | BUG: fix typo in polydiv that prevented promotion to poly1d (#17053)jakobjakobson132020-08-172-1/+10
* | | | Merge pull request #17029 from seberg/cast-error-returnMatti Picus2020-08-1718-334/+767
|\ \ \ \
| * | | | Update doc/release/upcoming_changes/17029.compatibility.rstSebastian Berg2020-08-121-13/+4
| * | | | DOC: Add release note for casting error changesSebastian Berg2020-08-111-0/+23
| * | | | TST: Add tests for correct nditer buffer clearing on cast errorSebastian Berg2020-08-112-1/+124
| * | | | MAINT: Add error return to all casting functionality and NpyIterSebastian Berg2020-08-1115-333/+629
* | | | | Merge pull request #16841 from marload/fix-issue-16813Matti Picus2020-08-173-0/+32
|\ \ \ \ \
| * | | | | Apply suggestions from code reviewMatti Picus2020-08-132-3/+2
| * | | | | DOC: Added versionchanged to linspace docstring.Ross Barnowski2020-08-031-0/+4
| * | | | | DOC: Add example to release noteRoss Barnowski2020-08-031-1/+15
| * | | | | Update rst links in changelogRoss Barnowski2020-08-031-2/+2
| * | | | | Update changelog name.Ross Barnowski2020-08-031-0/+0
| * | | | | Update 16841.changes.rstMatti Picus2020-08-031-4/+5
| * | | | | Fix Testmarload2020-08-032-0/+11
| * | | | | Update numpy/core/function_base.pyWansoo Kim2020-08-031-1/+1