summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.23.12 to 5.26.0dependabot/pip/hypothesis-5.26.0dependabot-preview[bot]2020-08-171-1/+1
* Merge pull request #17078 from melissawm/fix-docs-indexMatti Picus2020-08-141-5/+1
|\
| * DOC: Fixes duplication of toctree content (Closes #17077)MelissaWM2020-08-131-5/+1
|/
* ENH: Add support for file like objects to np.core.records.fromfile (#16675)Sidhant Bansal2020-08-133-10/+22
* Merge pull request #16886 from takanori-pskq/i13114-3Matti Picus2020-08-135-12/+12
|\
| * DOC: Fix types including curly bracestakanori-pskq2020-08-135-12/+12
* | Merge pull request #17013 from seberg/simplify-scalar-mathMatti Picus2020-08-131-161/+12
|\ \
| * | MAINT: Remove volatile and comment from scalar operatorsSebastian Berg2020-08-051-9/+2
| * | MAINT: Simplify scalar powerSebastian Berg2020-08-051-152/+10
* | | Merge pull request #17041 from numpy/dependabot/pip/hypothesis-5.23.12Matti Picus2020-08-131-1/+1
|\ \ \
| * | | MAINT: Bump hypothesis from 5.23.9 to 5.23.12dependabot/pip/hypothesis-5.23.12dependabot-preview[bot]2020-08-101-1/+1
* | | | DEP: lib: Remove the deprecated financial functions. (#17067)Warren Weckesser2020-08-1210-1383/+41
* | | | MAINT: Remove _EXTRAFLAGS variable (#17050)jakobjakobson132020-08-121-10/+3
* | | | API, BUG: Raise error on complex input to i0 (#17062)peterbell102020-08-122-15/+17
* | | | MAINT: Remove obsolete conversion to set (#17063)jakobjakobson132020-08-111-2/+2
* | | | MAINT: Replace lambda function by list comprehension (gh-17055)jakobjakobson132020-08-111-2/+1
* | | | MAINT: change "for line in open()" to "with open() as f: ..." in numpy/distut...jakobjakobson132020-08-111-9/+10
* | | | MAINT: Delete obsolete conversion to list (gh-17052)jakobjakobson132020-08-111-1/+1
* | | | BUG: fix pickling of arrays larger than 2GiB (gh-17059)stphnlyd2020-08-111-2/+2
* | | | Merge pull request #17048 from danielhrisca/_core._internal_style_refactoringSebastian Berg2020-08-111-18/+16
|\ \ \ \
| * | | | STY: core._internaldanielhrisca2020-08-111-18/+16
|/ / / /
* | | | Merge pull request #17036 from BvB93/char-docMatti Picus2020-08-112-12/+18
|\ \ \ \
| * | | | TST: Assert that `np.char.compare_chararrays` always returns an ndarrayBas van Beek2020-08-091-0/+6
| * | | | DOC: Clarify that `np.char.compare_chararrays` returns an `ndarray`Bas van Beek2020-08-091-12/+12
| |/ / /
* | | | DOC: Use a less ambiguous example for array_split (#17039)raisinghanii2020-08-101-4/+4
|/ / /
* | | Merge pull request #17033 from mattip/random-pool_sizeCharles Harris2020-08-093-3/+5
|\ \ \
| * | | BUG: fix a compile and a test warningmattip2020-08-093-3/+5
| | |/ | |/|
* | | Merge pull request #17028 from bjnath/fft-disclaimerRalf Gommers2020-08-091-0/+3
|\ \ \ | |/ / |/| |
| * | DOC: Disclaimer for FFT libraryBen Nathanson2020-08-091-0/+3
|/ /
* | NEP: Updated NEP-35 with keyword-only instruction (#17009)Peter Andreas Entschev2020-08-071-6/+13
* | BUG: Raise correct errors in boolean indexing fast path (gh-17010)Aaron Meurer2020-08-063-11/+70
* | DOC: Fix non-matching pronoun in format.py documentation. (gh-17022)Phoenix Meadowlark2020-08-061-1/+1
* | MAINT: Improve error handling in umathmodule setup (#17014)Eric Wieser2020-08-061-33/+32
* | DOC: Improve intersect1d docstring (#16420)Dima Kogan2020-08-051-1/+3
* | ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986)scoder2020-08-055-81/+1045
* | DOC: Add note that allclose and isclose do not accept non-numeric types (#16835)Brian Soto2020-08-041-0/+4
|/
* MAINT: Chain exception in ``distutils/fcompiler/environment.py``. (#16962)Noman Arshad2020-08-041-1/+4
* ENH: Speed up trim_zeros (#16911)Bas van Beek2020-08-045-21/+146
* Merge pull request #16992 from numpy/dependabot/pip/pytest-6.0.1Charles Harris2020-08-031-1/+1
|\
| * MAINT: Bump pytest from 5.4.3 to 6.0.1dependabot/pip/pytest-6.0.1dependabot-preview[bot]2020-08-031-1/+1
* | Merge pull request #16802 from seberg/user-dtypes-no-objectsMatti Picus2020-08-031-0/+8
|\ \ | |/ |/|
| * MAINT: Explicitly disallow object user dtypesSebastian Berg2020-07-111-0/+8
* | Merge pull request #16991 from numpy/dependabot/pip/hypothesis-5.23.9Charles Harris2020-08-031-1/+1
|\ \
| * | MAINT: Bump hypothesis from 5.23.2 to 5.23.9dependabot-preview[bot]2020-08-031-1/+1
* | | BUG: Set readonly flag in array interface instead of warning (gh-16350)Alexander Belopolsky2020-08-033-11/+33
* | | DOC: Add correctness vs strictness consideration for np.dtype (#16917)Anirudh Subramanian2020-08-031-2/+16
|/ /
* | Merge pull request #16993 from mattip/setuptoolsCharles Harris2020-08-035-6/+6
|\ \
| * | BLD: pin setuptools<49.2.0mattip2020-08-035-6/+6
|/ /
* | Merge pull request #16879 from Zac-HD/isolate-hypothesis-configMatti Picus2020-08-022-1/+25
|\ \
| * | Configure hypothesis for np.test()Zac-HD2020-07-232-1/+25