summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fixes module data docstrings.MelissaWM2020-09-245-3/+33
* 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
| * | | | Added labels to doc and post-install templates.MelissaWM2020-09-093-1/+2
| * | | | Added post-install issue template and responses to PR comments.MelissaWM2020-09-085-31/+24
| * | | | Responding to PR suggestions.MelissaWM2020-09-024-21/+13
| * | | | DOC: Added templates for different types of issues.MelissaWM2020-09-025-0/+86
* | | | | BLD: enabled negation of library choices in NPY_*_ORDER (#17219)Nick R. Papior2020-09-174-34/+145
* | | | | DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)Bradley Dice2020-09-174-5/+5
* | | | | Merge pull request #17330 from eric-wieser/dtype-docsSebastian Berg2020-09-162-30/+65
|\ \ \ \ \
| * | | | | DOC: Fix broken references and make the tables a little clearerEric Wieser2020-09-162-27/+30
| * | | | | DOC: Add more examples to the `issubdtype` docstringEric Wieser2020-09-161-3/+35
* | | | | | Merge pull request #17309 from BvB93/numeric-moveCharles Harris2020-09-162-476/+576
|\ \ \ \ \ \
| * | | | | | MAINT: Move the `fromnumeric` annotations to their own stub fileBas van Beek2020-09-142-476/+576
| |/ / / / /
* | | | | | Merge pull request #17332 from mattip/sphinx3Charles Harris2020-09-165-36/+11
|\ \ \ \ \ \