summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump mypy from 0.781 to 0.782dependabot/pip/mypy-0.782dependabot-preview[bot]2020-07-061-1/+1
* Merge pull request #16684 from BvB93/genericJosh Wilson2020-07-052-6/+16
|\
| * Allow `None` to be passed to certain `generic` subclassesBas van Beek2020-06-252-6/+16
* | Merge pull request #16757 from bjnath/matti-steering-councilCharles Harris2020-07-051-10/+13
|\ \
| * | DOC: Amend gh-16757 to make Marten van Kerkwijk emeritusBen Nathanson2020-07-051-2/+2
| * | DOC: Add Matti Picus to steering council pageBen Nathanson2020-07-051-10/+13
* | | Merge pull request #16752 from mattip/manylinux1-openblasCharles Harris2020-07-051-51/+109
|\ \ \ | |/ / |/| |
| * | STY: flake8 fixesmattip2020-07-051-51/+96
| * | BLD: add manylinux1 OpenBlAS 0.3.10 hashes and test for themmattip2020-07-041-2/+15
|/ /
* | Merge pull request #16747 from abhinav-thimma/maint/chain-exceptionsSebastian Berg2020-07-041-4/+5
|\ \
| * | MAINT: Chaining exceptions in numpy/core/_internal.pytabhi07972020-07-041-5/+5
| * | MAINT: Chaining exceptions in numpy/core/_internal.pytabhi07972020-07-041-6/+7
|/ /
* | SIMD: Optimize the performace of np.packbits in ARM-based machine. (#16482)Chunlin2020-07-031-0/+40
* | Merge pull request #16738 from Qiyu8/fix_typoMatti Picus2020-07-031-1/+1
|\ \
| * | remove redundant wordQiyu82020-07-031-1/+1
* | | Merge pull request #16735 from WarrenWeckesser/doc-tweakSebastian Berg2020-07-021-2/+2
|\ \ \
| * | | DOC: Tweak a sentence about broadcasting.Warren Weckesser2020-07-021-2/+2
|/ / /
* | | DOC: reword random c-api introduction, cython is documented in Extending (#16...Matti Picus2020-07-021-13/+7
* | | Merge pull request #16720 from charris/fix-function-signatureCharles Harris2020-07-011-1/+1
|\ \ \
| * | | BUG: Fix PyArray_SearchSorted signature.Charles Harris2020-07-011-1/+1
|/ / /
* | | Merge pull request #16718 from jwilk-forks/masterMatti Picus2020-07-011-1/+1
|\ \ \
| * | | DOC: fix typoJakub Wilk2020-07-011-1/+1
|/ / /
* | | [DOC] Added tutorial about the numpy.ma module. (#15791)Melissa Weber Mendonça2020-06-303-0/+492
* | | MAINT: Chain exceptions in npyio.py (gh16121)Kerem Hallaç2020-06-301-4/+6
* | | DOC: Updated documentation for numpy.squeeze (#16627)Tapajyoti Bose2020-06-303-5/+5
* | | Merge pull request #16708 from anirudh2290/fix_hugepages_issueSebastian Berg2020-06-301-5/+12
|\ \ \
| * | | MAINT: Disable use_hugepages in case of ValueErrorAnirudh Subramanian2020-06-301-5/+12
* | | | Merge pull request #16621 from seberg/bench-more-arrMatti Picus2020-06-301-0/+16
|\ \ \ \
| * | | | BENCH: Expand array-creation testsSebastian Berg2020-06-161-0/+16
* | | | | Merge pull request #16709 from rossbar/doc/alen_depMatti Picus2020-06-301-0/+3
|\ \ \ \ \
| * | | | | DOC: Add dep directive to alen docstring.Ross Barnowski2020-06-291-0/+3
|/ / / / /
* | | | | Merge pull request #16706 from rossbar/doc/release_stable_symlinkMatti Picus2020-06-291-2/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DOC: Add instruction about stable symlink.Ross Barnowski2020-06-291-2/+5
|/ / / /
* | | | TST: Disable Python 3.9-dev testing. (#16704)Charles Harris2020-06-291-1/+1
* | | | Merge pull request #16702 from rth/wasm-cpuCharles Harris2020-06-282-1/+6
|\ \ \ \
| * | | | BLD Add CPU entry for Emscripten / WebAssemblyRoman Yurchak2020-06-282-1/+6
* | | | | Merge pull request #16699 from seberg/maint-quantile-testsCharles Harris2020-06-281-8/+9
|\ \ \ \ \
| * | | | | MAINT: Fixup quantile tests to not use `np.float`Sebastian Berg2020-06-271-8/+9
|/ / / / /
* | | | | Merge pull request #16273 from CloseChoice/BUG-order_percentile-monotonicallySebastian Berg2020-06-272-1/+78
|\ \ \ \ \
| * | | | | limit test_quantile_monotonicTobias Pitters2020-06-121-3/+8
| * | | | | Update numpy/lib/tests/test_function_base.pyTobias Pitters2020-06-121-4/+4
| * | | | | Update numpy/lib/function_base.pyTobias Pitters2020-06-121-11/+6
| * | | | | fix _scalar_or_0d in _lerpTobias Pitters2020-06-101-1/+1
| * | | | | check for `greater-equal` in lerp monotony testTobias Pitters2020-06-101-1/+1
| * | | | | check for `greater-equal` in lerp monotony testTobias Pitters2020-06-101-1/+1
| * | | | | make lerp be able to handle 0d casesTobias Pitters2020-06-102-2/+8
| * | | | | refactor quantile testsTobias Pitters2020-05-271-4/+2
| * | | | | limit range of lerp inputsTobias Pitters2020-05-271-10/+10
| * | | | | Update numpy/lib/tests/test_function_base.pyTobias Pitters2020-05-271-2/+8
| * | | | | remove debug statementsTobias Pitters2020-05-271-1/+0