summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pytest from 6.0.2 to 6.1.0dependabot/pip/pytest-6.1.0dependabot-preview[bot]2020-09-281-1/+1
* NEP: Edit nep-0042 for more clarity (#17370)Sebastian Berg2020-09-275-992/+2705
* Merge pull request #17373 from melissawm/f2py-printCharles Harris2020-09-278-14/+66
|\
| * Added textwrap.dedent to test.MelissaWM2020-09-261-2/+10
| * Removing extra comment.MelissaWM2020-09-261-1/+1
| * Adding PR review comment.MelissaWM2020-09-241-0/+1
| * Fixing tests for pypy and win.MelissaWM2020-09-244-13/+26
| * BUG: Fixes module data docstrings.MelissaWM2020-09-245-3/+33
* | Merge pull request #17380 from bytesandwich/patch-1Matti Picus2020-09-271-1/+1
|\ \
| * | Minor grammatical correction in quickstart doc.Jack2020-09-271-1/+1
|/ /
* | Merge pull request #17350 from gerrymanoim/tag-prs-on-prefixSebastian Berg2020-09-252-0/+25
|\ \
| * | DEV: add pr prefix labeler and prefix mappingGerry Manoim2020-09-222-0/+25
* | | DOC: random: Fix default_rng docstring (#17375)Albert Villanova del Moral2020-09-251-1/+1
| |/ |/|
* | Merge pull request #17289 from seberg/ufunc-pickleMatti Picus2020-09-243-8/+32
|\ \
| * | TST: Add test for pickling using ufunc name as qualnameSebastian Berg2020-09-242-0/+22
| * | MAINT: Simplify ufunc picklingSebastian Berg2020-09-101-8/+10
* | | Merge pull request #17299 from seberg/maint-dtype-transfer-1Matti Picus2020-09-241-145/+176
|\ \ \
| * | | MAINT: (dtype-transfer) make copyswapn and legacy cast wrapper methodSebastian Berg2020-09-121-145/+176
* | | | Merge pull request #17369 from WarrenWeckesser/remove-sentenceRalf Gommers2020-09-231-4/+0
|\ \ \ \
| * | | | DOC: distutils: Remove an obsolete paragraph.Warren Weckesser2020-09-231-4/+0
|/ / / /
* | | | Merge pull request #17352 from bjnath/how-to-guideMelissa Weber Mendonça2020-09-222-0/+119
|\ \ \ \ | |_|_|/ |/| | |
| * | | DOC: Revise #17352 with @mattip suggestionsBen Nathanson2020-09-221-11/+15
| * | | DOC: Add how-to index entry for how-to guide PR #17352Ben Nathanson2020-09-212-2/+1
| * | | Merge branch 'how-to-guide' of github.com:bjnath/numpy-1 into how-to-guideBen Nathanson2020-09-180-0/+0
| |\ \ \
| | * | | DOC: How-to guide for drafting how-tosBen Nathanson2020-09-181-0/+115
| * | | | DOC: How-to guide for drafting how-tosBen Nathanson2020-09-181-0/+116
| |/ / /
* | | | Merge pull request #17137 from seberg/restructure-dtype-promotionMatti Picus2020-09-2210-408/+451
|\ \ \ \
| * | | | TST: Adapt metadata-promotion tests to new implementationSebastian Berg2020-09-021-30/+9
| * | | | TST: Test void promotion uses equivalent castingSebastian Berg2020-09-021-0/+18
| * | | | API,MAINT: Rewrite promotion using common DType and common instanceSebastian Berg2020-09-027-307/+350
| * | | | MAINT: Always define `default_descr()` and simplify codeSebastian Berg2020-09-022-9/+13
| * | | | MAINT: Use existing `ensure_dtype_nbo` in ufunc resolutionSebastian Berg2020-09-023-16/+4
| * | | | MAINT: Move dtype instance to DType class castSebastian Berg2020-09-023-51/+62
* | | | | Merge pull request #17315 from charris/cleanup-f2py-cfuncsCharles Harris2020-09-211-86/+164
|\ \ \ \ \
| * | | | | MAINT: Cleanup f2py/cfuncs.pyCharles Harris2020-09-211-86/+164
|/ / / / /
* | | | | Merge pull request #17356 from charris/enh-add-pylong_asintSebastian Berg2020-09-211-0/+25
|\ \ \ \ \
| * | | | | ENH: Add PyLong_AsInt function.Charles Harris2020-09-211-0/+25
| | |/ / / | |/| | |
* | | | | Merge pull request #17357 from numpy/dependabot/pip/hypothesis-5.35.3Sebastian Berg2020-09-211-1/+1
|\ \ \ \ \
| * | | | | MAINT: Bump hypothesis from 5.35.1 to 5.35.3dependabot/pip/hypothesis-5.35.3dependabot-preview[bot]2020-09-211-1/+1
|/ / / / /
* | | | | Merge pull request #17354 from sappelhoff/lstsq-docstrMatti Picus2020-09-201-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: clarify residuals return paramStefan Appelhoff2020-09-191-3/+3
|/ / / /
* | | | Merge pull request #17329 from eric-wieser/fix-bad-rstSebastian Berg2020-09-181-8/+9
|\ \ \ \
| * | | | DOC: Fix incorrect `.. deprecated::` syntax that led to this note being invis...Eric Wieser2020-09-181-8/+9
|/ / / /
* | | | Merge pull request #17346 from BvB93/build-fixMatti Picus2020-09-182-1/+13
|\ \ \ \
| * | | | TST: Expanded the `_parse_env_order` testsBas van Beek2020-09-181-1/+7
| * | | | BLD: Fix a macOS build failure when `NPY_BLAS_ORDER=""`Bas van Beek2020-09-181-0/+6
|/ / / /
* | | | NEP: Regenerate table in NEP 29 (add numpy 1.18 and 1.19 to list) (#17337)Matthias Bussonnier2020-09-171-7/+17
* | | | Merge pull request #17227 from melissawm/issue_templatesMatti Picus2020-09-176-3/+74
|\ \ \ \
| * | | | Fix typosMelissa Weber Mendonça2020-09-171-3/+2
| * | | | Put feature request template as comments.MelissaWM2020-09-111-2/+2