summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BENCH: add out of place memcpy benchmarkJulian Taylor2018-09-201-0/+4
* Merge pull request #11997 from eric-wieser/string-helpersMarten van Kerkwijk2018-09-202-97/+105
|\
| * MAINT: Extract string helpers to a new private fileEric Wieser2018-09-202-97/+105
* | Merge pull request #11996 from eric-wieser/dtype-testsCharles Harris2018-09-201-35/+43
|\ \ | |/ |/|
| * TST: Parametrize and break apart dtype testsEric Wieser2018-09-201-35/+43
|/
* Merge pull request #10998 from tylerjereddy/numeric_ops_goto_removalCharles Harris2018-09-191-1/+1
|\
| * DOC: replaced spurious FIXME comment in number.cTyler Reddy2018-08-171-1/+1
* | Merge pull request #11989 from mhvk/subclass-indexing-base-setting-fixCharles Harris2018-09-192-7/+25
|\ \
| * | BUG: Ensure boolean indexing of subclasses sets base correctly.Marten van Kerkwijk2018-09-192-7/+25
|/ /
* | DOC: add docstrings for numeric types (#11858)Yannick Jadoul2018-09-184-48/+150
* | Merge pull request #11961 from eric-wieser/pad-testsCharles Harris2018-09-181-1/+42
|\ \
| * | TST: Add a (failing) test for using np.pad with Fractions, which currently ro...Eric Wieser2018-09-171-0/+19
| * | TST: Add a regression test for gh-11216Lars G2018-09-171-1/+18
| * | TST: Add a test for pad-wrapping by length 0Lars G2018-09-151-0/+5
* | | Merge pull request #11973 from juliantaylor/thread-allocCharles Harris2018-09-182-11/+20
|\ \ \
| * | | BUG: fix cached allocations without the GILJulian Taylor2018-09-182-11/+20
* | | | Merge pull request #11976 from eric-wieser/tweak-block-error-checksCharles Harris2018-09-181-16/+35
|\ \ \ \
| * | | | MAINT: Show the location of an empty list in np.blockEric Wieser2018-09-181-10/+22
| * | | | DOC: Use a standard-style docstring to explain `_block_check_depths_match`Eric Wieser2018-09-171-9/+16
* | | | | Merge pull request #11937 from tylerjereddy/rm_exec_command_7Charles Harris2018-09-182-11/+152
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: remove exec_command() from f2py initTyler Reddy2018-09-182-11/+152
|/ / / /
* | | | Merge pull request #11935 from tylerjereddy/rm_exec_command_6Charles Harris2018-09-171-6/+27
|\ \ \ \
| * | | | MAINT: remove usage of exec_command in config.pyTyler Reddy2018-09-121-6/+27
* | | | | Merge pull request #11958 from hmaarrfk/test_pad_objectMatti Picus2018-09-171-0/+15
|\ \ \ \ \
| * | | | | styleMark Harfouche2018-09-151-1/+1
| * | | | | Pad start and end with different valuesMark Harfouche2018-09-151-3/+5
| * | | | | Don't use None to valid the array as it is the "Default" for emptyMark Harfouche2018-09-151-5/+8
| * | | | | MAINT: Add a test for np.pad where constant_values is an objectMark Harfouche2018-09-151-0/+10
| | |_|/ / | |/| | |
* | | | | MAINT: refactor design of recursive closures (#11910)Matti Picus2018-09-165-21/+55
* | | | | Merge pull request #11967 from mattip/PyArray_AdaptFlexibleDType-leakCharles Harris2018-09-161-6/+8
|\ \ \ \ \
| * | | | | STY: fix from reviewmattip2018-09-171-1/+2
| * | | | | BUG: fix refcount leak in PyArray_AdaptFlexibleDTypemattip2018-09-161-6/+7
|/ / / / /
* | | | | MAINT: remove exec_command usage in ibm.py (#11901)Tyler Reddy2018-09-151-4/+9
* | | | | Merge pull request #11953 from tylerjereddy/issue_11947Charles Harris2018-09-151-0/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TST: codecov.yml improvementsTyler Reddy2018-09-141-0/+16
* | | | | Merge pull request #11952 from jlmuir/npy-internal-build-define-fixCharles Harris2018-09-141-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: test NPY_INTERNAL_BUILD only if definedJ. Lewis Muir2018-09-141-1/+1
* | | | | Merge pull request #11948 from shoyer/finish-nat-deprecationCharles Harris2018-09-143-83/+40
|\ \ \ \ \
| * | | | | DOC: release notes for expired NaT depreactionStephan Hoyer2018-09-141-1/+14
| * | | | | DEP: finish making all comparisons to NaT falseStephan Hoyer2018-09-132-82/+26
| |/ / / /
* | | | | Merge pull request #11943 from shoyer/nep-18-warn-about-changesStephan Hoyer2018-09-141-13/+41
|\ \ \ \ \
| * | | | | DOC: switch order of checking for new protoclsStephan Hoyer2018-09-131-5/+5
| * | | | | DOC: Add warning/clarification about backwards compat in NEP-18Stephan Hoyer2018-09-131-13/+41
| |/ / / /
* | | | | Merge pull request #11950 from eric-wieser/improve-ufunc-docsCharles Harris2018-09-143-12/+79
|\ \ \ \ \
| * | | | | TST: Split TestUfunc.test_signature into lots of smaller testsMatti Picus2018-09-141-7/+13
| * | | | | DOC: Adjust the gufunc signature examplesMatti Picus2018-09-131-2/+6
| * | | | | DOC: Add documentation of PyUFuncObject membersMatti Picus2018-09-131-1/+58
| * | | | | STY: string trailing spacesEric Wieser2018-09-131-2/+2
* | | | | | Merge pull request #11949 from eric-wieser/tidy-_dtypeCharles Harris2018-09-141-13/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: Eliminate a struct/non-struct branch in dtype.__repr__Eric Wieser2018-09-111-13/+4