summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Blacklist some MSVC complex functions.Charles Harris2018-10-041-1/+13
* Merge pull request #11119 from eric-wieser/chain-PEP3118_exceptionMatti Picus2018-10-034-33/+49
|\
| * ENH: Chain exceptions to give better error messages for invalid PEP3118 forma...Eric Wieser2018-09-234-33/+49
* | BUG: test_path() now uses Path.resolve()Tyler Reddy2018-10-021-1/+4
* | Merge pull request #11991 from hmaarrfk/block_optimize_orderMatti Picus2018-10-011-18/+15
|\ \
| * | MAINT: speed up _block by avoiding a recursive closureMark Harfouche2018-09-201-18/+15
* | | 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-3019-141/+250
|\ \ \ \ | |/ / / |/| | |
| * | | 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-271-0/+1
| * | | TST: Test complex64 alignmentAllan Haldane2018-09-272-1/+76
| * | | ENH: Fix complex64 alignmentAllan Haldane2018-09-272-25/+4
| * | | 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-302-2/+58
|\ \ \ \
| * | | | 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-302-2/+58
* | | | | 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
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | MAINT: remove unused importsEmil Hessman2018-09-293-11/+8
|/ / / / / / /
* | | | | | | TST: add macos azure testing to CI.Tyler Reddy2018-09-281-0/+7
| |_|/ / / / |/| | | | |
* | | | | | 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-262-1/+81
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ENH add prepend and append kwargs to diffMatt Harrigan2018-09-252-1/+81
* | | | | | | 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
| | |/ / / / | |/| | | |
* | | | | | removing warningsEric Schles2018-09-251-1/+0