summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: OBJECT_to_* should check for errorsAllan Haldane2018-09-302-2/+11
* Merge pull request #12061 from ceh-forks/remove-reduntant-importsCharles Harris2018-09-303-4/+0
|\
| * MAINT: remove redundant importsEmil Hessman2018-09-303-4/+0
* | Merge pull request #12060 from ceh-forks/remove-more-unused-importsCharles Harris2018-09-3014-24/+4
|\ \
| * | MAINT: remove unused stdlib importsEmil Hessman2018-09-3014-24/+4
| |/
* | Merge pull request #12058 from ceh-forks/remove-redundant-assignmentCharles Harris2018-09-301-1/+0
|\ \
| * | MAINT: remove redundant assignmentEmil Hessman2018-09-301-1/+0
| |/
* | Merge pull request #6377 from ahaldane/fix_alignCharles Harris2018-09-3021-141/+361
|\ \ | |/ |/|
| * MAINT: remove unneeded test in npy_is_alignedAllan Haldane2018-09-271-8/+5
| * DOC: Document how memory alignment works as of 1.14Allan Haldane2018-09-272-0/+97
| * TST: Test complex64 alignmentAllan Haldane2018-09-272-1/+76
| * ENH: Fix complex64 alignmentAllan Haldane2018-09-273-25/+19
| * ENH: Make copy-code-paths check for uint-alignmentAllan Haldane2018-09-278-36/+38
| * ENH: Implement methods for uint-alignmentAllan Haldane2018-09-277-62/+78
| * BUG: raw_array_is_aligned ignores NPY_RELAXED_STRIDES_CHECKINGAllan Haldane2018-09-274-14/+45
| * BUG: _strided_masked_wrapper_transfer_function goes out of boundsAllan Haldane2018-09-271-0/+8
* | Merge pull request #11962 from mfkasim91/limitrowloadtxtCharles Harris2018-09-303-2/+63
|\ \
| * | MAINT: Omit None in max_rows for np.loadtxt docstringmfkasim912018-09-301-1/+1
| * | MAINT: No tick for None in `max_rows` docstring for `np.loadtxt`mfkasim912018-09-301-1/+1
| * | ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxtmfkasim912018-09-303-2/+63
* | | Merge pull request #12054 from ceh-forks/avoid-modifying-mutable-default-valueCharles Harris2018-09-302-4/+9
|\ \ \
| * | | MAINT: avoid modifying mutable default valuesEmil Hessman2018-09-292-4/+9
* | | | Merge pull request #12045 from vanossj/fix-_tmp_string_t-memory-leakCharles Harris2018-09-301-1/+1
|\ \ \ \
| * | | | BUG: fix memory leak of buffer format stringJeff VanOss2018-09-271-1/+1
* | | | | Merge pull request #12035 from vanossj/check-for-_append_char-errorsCharles Harris2018-09-301-31/+50
|\ \ \ \ \
| * | | | | MAINT: refactor pep3118 field name constructionJeff VanOss2018-09-261-40/+50
| * | | | | BUG: fix memory leak of tmp object in PY3KJeff VanOss2018-09-261-5/+14
| | |_|_|/ | |/| | |
* | | | | Merge pull request #12042 from shoyer/py-overrides-cleanupCharles Harris2018-09-301-32/+65
|\ \ \ \ \
| * | | | | CLN: rename array_function internal argumentsStephan Hoyer2018-09-281-38/+28
| * | | | | CLN: cleanup and better document core/overrides.pyStephan Hoyer2018-09-261-26/+69
* | | | | | Merge pull request #12056 from ceh-forks/fn-called-with-too-many-argsCharles Harris2018-09-301-2/+2
|\ \ \ \ \ \
| * | | | | | MAINT: don't call function with too many argumentsEmil Hessman2018-09-301-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #12057 from ceh-forks/remove-unused-importsCharles Harris2018-09-293-11/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: remove unused importsEmil Hessman2018-09-293-11/+8
|/ / / / /
* | | | | Merge pull request #12051 from tylerjereddy/numpy_azureCharles Harris2018-09-292-0/+63
|\ \ \ \ \
| * | | | | TST: add macos azure testing to CI.Tyler Reddy2018-09-282-0/+63
|/ / / / /
* | | | | Merge pull request #12048 from mattip/sphinx-pinningCharles Harris2018-09-281-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BLD: pin sphinx to 1.7.9mattip2018-09-281-1/+1
|/ / / /
* | | | Merge pull request #12041 from mattip/flake8-cleanups2Eric Wieser2018-09-262-3/+1
|\ \ \ \
| * | | | MAINT: remove duplicate importsmattip2018-09-262-3/+1
* | | | | Merge pull request #12032 from mattip/choose-crashEric Wieser2018-09-262-6/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: reused otmp caused refcount problemmattip2018-09-261-7/+10
| * | | | BUG: check return value from PyArray_PromoteTypesmattip2018-09-252-1/+9
* | | | | Merge pull request #8206 from mattharrigan/diff-to-beginStephan Hoyer2018-09-263-1/+87
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ENH add prepend and append kwargs to diffMatt Harrigan2018-09-253-1/+87
* | | | | Merge pull request #12034 from Carreau/deprectation-versionCharles Harris2018-09-254-8/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: add version since deprecation in the deprecation message.Matthias Bussonnier2018-09-254-8/+8
| | |/ / | |/| |
* | | | Merge pull request #12033 from EricSchles/issue-10016Charles Harris2018-09-251-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | removing warningsEric Schles2018-09-251-1/+0
| * | | updating test file to ignore the failureEric Schles2018-09-251-10/+4