summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17393 from seberg/fix-default-parametric-dtypesCharles Harris2020-09-282-3/+44
|\
| * BUG: Fix default void, datetime, and timedelta in array coercionSebastian Berg2020-09-282-3/+44
* | DOC: Fix docstring for np.matmul (#17383)JMFT2020-09-281-2/+2
* | MAINT: Remove old debug print statement.Charles Harris2020-09-281-6/+0
* | MAINT: Finish replacing PyInt_Check (#17364)Charles Harris2020-09-287-53/+79
* | Merge pull request #17373 from melissawm/f2py-printCharles Harris2020-09-275-3/+48
|\ \
| * | 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-241-2/+8
| * | BUG: Fixes module data docstrings.MelissaWM2020-09-245-3/+33
* | | 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 #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
* | | | 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
* | | | | DOC: clarify residuals return paramStefan Appelhoff2020-09-191-3/+3
|/ / / /
* | | | 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
* | | | BLD: enabled negation of library choices in NPY_*_ORDER (#17219)Nick R. Papior2020-09-172-34/+112
* | | | 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-161-4/+36
|\ \ \ \
| * | | | DOC: Fix broken references and make the tables a little clearerEric Wieser2020-09-161-1/+1
| * | | | 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
| |/ / / /
* | | | | MAINT: Chaining exceptions in npyio.pyBijesh Mohan2020-09-161-5/+5
* | | | | BUG: Set deprecated fields to null in PyArray_InitArrFuncsChris Brown2020-09-151-0/+3
|/ / / /
* | | | Merge pull request #17292 from charris/cleanup-remaining-pystring-macrosSebastian Berg2020-09-124-10/+9
|\ \ \ \
| * | | | MAINT: Replace remaining PyString macros.Charles Harris2020-09-114-10/+9
* | | | | MAINT: Replace a couple of missed npy_3kcompat macrosCharles Harris2020-09-122-3/+3
* | | | | MAINT: Replace PyBaseString_Check by PyUnicode_CheckCharles Harris2020-09-123-10/+10
| |_|/ / |/| | |
* | | | Merge pull request #17285 from seberg/tune-down-financial-warningCharles Harris2020-09-122-2/+2
|\ \ \ \
| * | | | DEP: Change the financial name access warning to DeprecationWarningSebastian Berg2020-09-102-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #17150 from eric-wieser/cython-isinstanceSebastian Berg2020-09-124-0/+58
|\ \ \ \
| * | | | ENH: Add support for the abstract scalars to cython codeEric Wieser2020-08-244-0/+58
* | | | | Merge pull request #17293 from charris/cleanup-pyustring-checkCharles Harris2020-09-122-4/+4
|\ \ \ \ \
| * | | | | MAINT: Replace PyUString_Check by PyUnicode_Check.Charles Harris2020-09-112-4/+4
| | |_|/ / | |/| | |
* | | | | Merge pull request #17296 from charris/cleanup-some-pyint_-macrosCharles Harris2020-09-127-44/+44
|\ \ \ \ \