summaryrefslogtreecommitdiff
path: root/numpy/core
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 #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
* | | | ENH: Add PyLong_AsInt function.Charles Harris2020-09-211-0/+25
* | | | DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)Bradley Dice2020-09-171-2/+2
* | | | 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-161-0/+492
|\ \ \ \ \
| * | | | | MAINT: Move the `fromnumeric` annotations to their own stub fileBas van Beek2020-09-141-0/+492
| |/ / / /
* | | | | 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-123-7/+6
|\ \ \ \
| * | | | MAINT: Replace remaining PyString macros.Charles Harris2020-09-113-7/+6
* | | | | 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 #17150 from eric-wieser/cython-isinstanceSebastian Berg2020-09-122-0/+12
|\ \ \ \
| * | | | ENH: Add support for the abstract scalars to cython codeEric Wieser2020-08-242-0/+12
* | | | | 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
| | |/ / / | |/| | |
* | | | | MAINT: Replace PyNumber_Int by PyNumber_LongCharles Harris2020-09-121-4/+4
* | | | | MAINT: Replace PyInt_AsSsize_t by PyLong_AsSsize_t.Charles Harris2020-09-111-2/+2
* | | | | MAINT: Replace PyInt_AsLong in some places.Charles Harris2020-09-112-6/+6
* | | | | MAINT: Replace PyInt_FromLong by PyLong_FromLong.Charles Harris2020-09-116-29/+29
|/ / / /
* | | | Merge pull request #17290 from charris/cleanup-some-pystring-macrosMatti Picus2020-09-114-7/+7
|\ \ \ \
| * | | | MAINT: Replace PyString_Check with PyBytes_Check.Charles Harris2020-09-103-4/+4
| * | | | MAINT: Replace PyString_Type with PyBytes_Type.Charles Harris2020-09-102-3/+3
* | | | | Merge pull request #17250 from albertvillanova/fix-docstringCharles Harris2020-09-102-21/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | DOC: add autosummary of emath functionsRoss Barnowski2020-09-091-1/+1
| * | | | Fix docstring cross-referencingAlbert Villanova del Moral2020-09-043-22/+22
* | | | | Fix typo in shape_base (#17279)Yang Hau2020-09-091-1/+2
| |/ / / |/| | |
* | | | Merge pull request #17258 from seiko2plus/npyv_fusedMatti Picus2020-09-085-1/+175
|\ \ \ \
| * | | | NPYV: add fused multiply subtract/add intrinics for all supported platformsSayed Adel2020-09-075-1/+175
* | | | | Merge pull request #17154 from eric-wieser/remove-PyCObject-refsCharles Harris2020-09-071-2/+2
|\ \ \ \ \
| * | | | | DOC: Remove references to PyCObjectEric Wieser2020-08-241-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #17167 from ewmoore/merge_npysortCharles Harris2020-09-0711-89/+79
|\ \ \ \ \
| * | | | | MAINT: Mark functions from npysort as NPY_NO_EXPORTEric Moore2020-09-0310-67/+67