summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ENH: add multi-field assignment helpers in np.lib.recfunctionsAllan Haldane2018-10-313-2/+341
* Merge pull request #12279 from mattip/nep-0027-finalMatti Picus2018-10-311-3/+4
|\
| * tweak and mark NEP 0027 as finalmattip2018-10-271-3/+4
* | BUG: Dealloc cached buffer info (#12249)Matti Picus2018-10-3010-7/+31
* | Merge pull request #12120 from tylerjereddy/remainder_timedelta64Stefan van der Walt2018-10-308-1/+171
|\ \
| * | ENH: add timedelta modulusTyler Reddy2018-10-158-1/+171
* | | Merge pull request #12291 from tylerjereddy/ufunc_bracket_fixCharles Harris2018-10-291-1/+1
|\ \ \
| * | | MAINT: _set_out_array() syntax fixTyler Reddy2018-10-291-1/+1
* | | | Merge pull request #12292 from tylerjereddy/unused_C_varsCharles Harris2018-10-291-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: removed unused vars in f2py test codeTyler Reddy2018-10-291-2/+0
|/ / /
* | | Merge pull request #12280 from shoyer/stack-generator-warningCharles Harris2018-10-294-12/+49
|\ \ \
| * | | MAINT: adjust stack deprecation warning per reviewStephan Hoyer2018-10-281-6/+5
| * | | MAINT: fix test on Python 2Stephan Hoyer2018-10-271-2/+5
| * | | MAINT: warn when passing map to stack functions, tooStephan Hoyer2018-10-272-4/+6
| * | | DEP: deprecate passing a generator to stack functionsStephan Hoyer2018-10-274-12/+45
| | |/ | |/|
* | | Merge pull request #12288 from mattip/lgtm-install-cython0.29Charles Harris2018-10-291-0/+5
|\ \ \
| * | | BUILD: force LGTM to use cython>=0.29mattip2018-10-291-0/+5
* | | | Merge pull request #12236 from mattip/nan-warningsCharles Harris2018-10-296-59/+41
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: always clear floatstatus_invalid in max, minmattip2018-10-291-0/+4
| * | | DOC: revise release notemattip2018-10-261-6/+7
| * | | MAINT: rearrange logic to not set FP invalid register where possiblemattip2018-10-252-12/+10
| * | | ENH: maximum, minimum no longer emit warnings on NANmattip2018-10-235-44/+23
* | | | Merge pull request #12285 from seibert/take_perfCharles Harris2018-10-292-1/+6
|\ \ \ \
| * | | | DOC: update release notes with np.take improvement.Stan Seibert2018-10-291-0/+5
| * | | | ENH: array does not need to be writable to use as input to takeStan Seibert2018-10-291-1/+1
|/ / / /
* | | | Merge pull request #12281 from shoyer/nep-27-note-revisionStephan Hoyer2018-10-281-7/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | NEP: revise note for NEP 27Stephan Hoyer2018-10-271-7/+9
|/ / /
* | | Merge pull request #12212 from shoyer/fix-overloaded-reprAllan Haldane2018-10-273-53/+95
|\ \ \
| * \ \ Merge branch 'master' into fix-overloaded-reprStephan Hoyer2018-10-2689-1653/+4676
| |\ \ \
| * | | | MAINT: add __wrapped__ for Python 2 supportStephan Hoyer2018-10-181-0/+5
| * | | | MAINT: ndarray.__repr__ should not rely on __array_function__Stephan Hoyer2018-10-182-53/+91
* | | | | Merge pull request #12276 from tylerjereddy/unused_parse_indexSebastian Berg2018-10-272-119/+0
|\ \ \ \ \
| * | | | | MAINT: remove unused parse_index()Tyler Reddy2018-10-262-119/+0
|/ / / / /
* | | | | Merge pull request #12270 from shoyer/array-function-dispatch-module-fixupAllan Haldane2018-10-262-3/+7
|\ \ \ \ \
| * | | | | MAINT: set __module__ for more array_function_dispatch usesStephan Hoyer2018-10-262-3/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #12214 from tylerjereddy/test_tensorinvCharles Harris2018-10-261-0/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TST: add test for tensorinv()Tyler Reddy2018-10-261-0/+41
|/ / / /
* | | | Merge pull request #12257 from charris/fix-ma-compare-fill_valueCharles Harris2018-10-262-10/+163
|\ \ \ \
| * | | | TST: Add masked array tests for '==' and '!='.Charles Harris2018-10-241-5/+145
| * | | | BUG: Fix fill value in masked array '==' and '!=' ops.Charles Harris2018-10-241-5/+18
* | | | | Merge pull request #12254 from eric-wieser/dtype-from-ctypes-typeCharles Harris2018-10-269-82/+213
|\ \ \ \ \
| * | | | | BLD: Add missing npy_import.h to common_depsEric Wieser2018-10-251-0/+1
| * | | | | MAINT/BUG: Move ctype -> dtype conversion to python, fix issuesEric Wieser2018-10-255-69/+157
| * | | | | MAINT: Extract `_is_from_ctypes` to a header so that it can be sharedEric Wieser2018-10-254-13/+55
* | | | | | BUG: Revert linspace import for concatenation funcs (#12265)James Bourbeau2018-10-262-3/+7
* | | | | | Merge pull request #12163 from shoyer/einsum-dispatchMarten van Kerkwijk2018-10-263-3/+49
|\ \ \ \ \ \
| * | | | | | MAINT: fix block dispatcher testStephan Hoyer2018-10-251-12/+13
| * | | | | | Merge branch 'master' into einsum-dispatchStephan Hoyer2018-10-2581-1564/+4262
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #12251 from shoyer/array-function-error-msgAllan Haldane2018-10-2523-31/+145
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | DOC: document __module__ updates for 1.16Stephan Hoyer2018-10-251-0/+9