summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* | Merge pull request #16988 from bjnath/update_logo_on_sphinx_pagesRalf Gommers2020-08-023-3/+50
|\ \
| * | DOC: Delete old logo; updates PR #16988Ben Nathanson2020-08-011-0/+0
| * | DOC: Styling update for PR #16988Ben Nathanson2020-08-012-3/+31
| * | DOC: Add the new NumPy logo to Sphinx pagesBen Nathanson2020-08-012-3/+22
|/ /
* | Merge pull request #16894 from takanori-pskq/fix-doc-dtypes-quoteMatti Picus2020-08-011-16/+0
|\ \
| * | DOC: Fix wrong markups in `arrays.dtypes`takanori-pskq2020-08-011-16/+0
* | | DOC: Remove the links for ``True`` and ``False`` (#16887)Takanori H2020-07-312-6/+6
|/ /
* | Merge pull request #16896 from takanori-pskq/i13114-5Matti Picus2020-07-318-183/+174
|\ \
| * | DOC: Fixuptakanori-pskq2020-07-252-14/+5
| * | DOC: Fix the role of references (var -> macro)takanori-pskq2020-07-257-163/+163
| * | DOC: Remove links for C codestakanori-pskq2020-07-182-8/+8
* | | DOC: Fix the declarations of C fuctions (#16897)Takanori H2020-07-311-2/+2
* | | DOC: update val to be scalar or array like optional closes #16901 (#16907)Paul2020-07-311-3/+5
* | | ENH: Add Neon SIMD implementations for add, sub, mul, and div (#16969)DumbMice2020-07-311-1/+113
* | | MAINT: Implemented two dtype-related TODO's (#16622)Bas van Beek2020-07-304-17/+91
* | | Merge pull request #16730 from danbeibei/fcompilerCharles Harris2020-07-302-1/+10
|\ \ \
| * | | ENH: Use f90 compiler specified in command line args for pgi compilers. Issue...Daniel Vanzo2020-07-282-1/+10
* | | | MAINT: Added the `order` parameter to `np.array()` (#16966)Bas van Beek2020-07-293-0/+12
* | | | Merge pull request #16974 from mattip/pypy-win32Charles Harris2020-07-297-35/+92
|\ \ \ \
| * | | | TST: fix tests for windows + PyPymattip2020-07-305-29/+55
| * | | | BLD: add win32 pypy buildmattip2020-07-292-6/+37
* | | | | DOC: Clarify input to irfft/irfft2/irfftn (#16950)Bharat Raghunathan2020-07-291-3/+7
* | | | | DOC: Fixed typo in lib/recfunctions.py (#16973)Jesse Li2020-07-291-2/+2
* | | | | Merge pull request #16941 from seberg/types-are-not-arraylikesCharles Harris2020-07-282-2/+58
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update numpy/core/tests/test_array_coercion.pySebastian Berg2020-07-241-1/+1
| * | | | BUG: Allow array-like types to be coerced as object array elementsSebastian Berg2020-07-242-2/+58
* | | | | update numpy/lib/arraypad.py with appropriate chain exception (#16953)Noman Arshad2020-07-281-1/+1
* | | | | Merge pull request #16957 from charris/fix-arm64-warningCharles Harris2020-07-272-3/+3
|\ \ \ \ \
| * | | | | MAINT: Use arm64 instead of aarch64 on travis.Charles Harris2020-07-272-3/+3
|/ / / / /
* | | | | Merge pull request #16952 from numpy/dependabot/pip/hypothesis-5.23.2Charles Harris2020-07-271-1/+1
|\ \ \ \ \
| * | | | | MAINT: Bump hypothesis from 5.20.2 to 5.23.2dependabot/pip/hypothesis-5.23.2dependabot-preview[bot]2020-07-271-1/+1
|/ / / / /
* | | | | Merge pull request #16949 from person142/runtests-ipython-colorsRalf Gommers2020-07-271-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ENH: enable colors for `runtests.py --ipython`Josh Wilson2020-07-261-1/+1
|/ / / /
* | | | Merge pull request #16943 from seberg/deprecate-single-element-arraylike-coer...Charles Harris2020-07-253-2/+66
|\ \ \ \
| * | | | Update numpy/core/src/multiarray/array_coercion.cSebastian Berg2020-07-241-1/+1
| * | | | DEP: Deprecate size-one ragged array coercionSebastian Berg2020-07-243-2/+66
| |/ / /
* | | | Merge pull request #16815 from cjblocker/mgrid-floatMatti Picus2020-07-253-7/+42
|\ \ \ \
| * | | | DOC: add release note for #16815Cameron Blocker2020-07-241-0/+8
| * | | | MAINT: reference issue in comments for added index_tricks testsCameron Blocker2020-07-131-0/+2
| * | | | TST: update mgrid test from code reviewCameron Blocker2020-07-131-4/+6
| * | | | TST: fixed dtype check error from code reviewCameron Blocker2020-07-121-2/+2