summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: fix block dispatcher testStephan Hoyer2018-10-251-12/+13
* Merge branch 'master' into einsum-dispatchStephan Hoyer2018-10-2564-1516/+3299
|\
| * Merge pull request #12251 from shoyer/array-function-error-msgAllan Haldane2018-10-2522-31/+136
| |\
| | * TST: add tests for overrides on numpy functionsStephan Hoyer2018-10-251-0/+18
| | * MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-2320-26/+107
| | * MAINT: improved error message for no __array_function__ implementationsStephan Hoyer2018-10-232-5/+11
| * | Merge pull request #12240 from eric-wieser/fix-void-subtype-regressionAllan Haldane2018-10-232-1/+22
| |\ \
| | * | BUG: Fix crash in repr of void subclassesEric Wieser2018-10-212-1/+22
| * | | Merge pull request #11971 from hmaarrfk/block_single_concatenate_callAllan Haldane2018-10-232-45/+317
| |\ \ \
| | * | | TST: Add a test to ensure the memory order is respected when after a call to ...Mark Harfouche2018-10-231-0/+30
| | * | | TST: Add a test to block that checks for mismatched shapes in 2DMark Harfouche2018-10-201-0/+3
| | * | | TST: Block test: Trigger both code paths.Mark Harfouche2018-10-201-37/+89
| | * | | MAINT: provide an algorithm that blocks matrices with a single memory copy.Mark Harfouche2018-10-201-8/+195
| * | | | Merge pull request #12243 from liwt31/fix_misleading_msgMatti Picus2018-10-232-5/+22
| |\ \ \ \
| | * | | | BUG: Fix misleading assert message in assert_almost_equal #12200wtli@Dirac2018-10-232-5/+22
| * | | | | Merge pull request #12245 from tylerjereddy/test_sort_complexMatti Picus2018-10-231-0/+26
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | TST: tests for sort_complex()Tyler Reddy2018-10-221-0/+26
| | |/ / /
| * | | | ENH: __array_function__ support for np.lib, part 2/2 (#12119)Stephan Hoyer2018-10-2212-31/+466
| |/ / /
| * | | Merge pull request #12224 from charris/fix-masked-fill_valueCharles Harris2018-10-212-6/+30
| |\ \ \
| | * | | BUG: Fix MaskedArray fill_value type conversion.Charles Harris2018-10-202-6/+30
| * | | | Merge pull request #12222 from tylerjereddy/test_column_stackMatti Picus2018-10-211-0/+20
| |\ \ \ \
| | * | | | TST: unit tests for column_stack.Tyler Reddy2018-10-191-0/+20
| * | | | | MAINT: Fix typo in commentwtli@Dirac2018-10-201-2/+2
| | |_|/ / | |/| | |
| * | | | Merge pull request #12209 from anntzer/get_build_archRalf Gommers2018-10-201-1/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Delay import of distutils.msvccompiler to avoid warning on non-Windows.Antony Lee2018-10-181-1/+6
| * | | | Merge pull request #11852 from tylerjereddy/issue_7617Stephan Hoyer2018-10-192-0/+25
| |\ \ \ \
| | * | | | BUG: timedelta64 now accepts np ints.Tyler Reddy2018-09-012-0/+25
| * | | | | Merge pull request #12175 from shoyer/nep-18-multiarrayMarten van Kerkwijk2018-10-193-998/+1117
| |\ \ \ \ \
| | * | | | | ENH: finish __array_function__ support for multiarrayStephan Hoyer2018-10-162-708/+800
| | * | | | | MAINT: fixup where_dispatcherStephan Hoyer2018-10-141-1/+1
| | * | | | | MAINT: fixup where signatureStephan Hoyer2018-10-141-3/+4
| | * | | | | WIP: __array_ufunc__ for multiarray functionsStephan Hoyer2018-10-143-290/+316
| * | | | | | DOC: Clarify the examples for argmax and argmin (#12211)tteichmann2018-10-191-11/+11
| * | | | | | Merge pull request #12154 from shoyer/chararray-dispatchMarten van Kerkwijk2018-10-191-0/+149
| |\ \ \ \ \ \
| | * | | | | | SpellingStephan Hoyer2018-10-121-2/+2
| | * | | | | | ENH: __array_function__ for np.core.defchararrayStephan Hoyer2018-10-111-0/+149
| * | | | | | | Merge pull request #11175 from mhvk/gufunc-signature-modification2Matti Picus2018-10-1910-200/+686
| |\ \ \ \ \ \ \
| | * | | | | | | MAINT: changes from reviewmattip2018-10-151-2/+2
| | * | | | | | | DOC: tweak docs from reviewmattip2018-10-121-1/+1
| | * | | | | | | MAINT: formatting, remove version, rework flagsmattip2018-10-114-49/+32
| | * | | | | | | ENH: increment and use NPY_API_VERSION in PyUFuncObject->versionmattip2018-10-075-54/+45
| | * | | | | | | MAINT: refactor inner loop in testmattip2018-09-163-46/+60
| | * | | | | | | MAINT: move functions to numpyos.c, adjust accordinglymattip2018-09-157-55/+41
| | * | | | | | | merge master into gufunc-signature-modification2mattip2018-09-1517-255/+116
| | |\ \ \ \ \ \ \
| | * | | | | | | | MAINT: rework wrapping and sharing common functionsmattip2018-09-135-44/+19
| | * | | | | | | | MAINT: typomattip2018-09-131-1/+1
| | * | | | | | | | MAINT: clarify internal function docstringmattip2018-09-131-1/+1
| | * | | | | | | | MAINT: refactor to share npy_strto{u}llmattip2018-09-135-35/+54
| | * | | | | | | | MAINT: make PyUFuncObject.version a const intmattip2018-09-132-18/+37
| | * | | | | | | | MAINT: cleanup from reviewmattip2018-09-122-30/+39