summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.23.9 to 5.23.12dependabot/pip/hypothesis-5.23.12dependabot-preview[bot]2020-08-101-1/+1
* 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
* | | 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
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |