summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: timedelta64 now accepts np ints.Tyler Reddy2018-09-012-0/+25
* Merge pull request #11864 from charris/fix-travis-failureCharles Harris2018-09-011-6/+1
|\
| * TST: Update travis testing to use latest virtualenv.Charles Harris2018-09-011-6/+1
* | Merge pull request #11862 from mhvk/add-back-ones-like-ufuncCharles Harris2018-09-011-2/+1
|\ \ | |/ |/|
| * BUG: Re-add _ones_like to numpy.core.umath.Marten van Kerkwijk2018-09-011-2/+1
|/
* Merge pull request #11850 from jeffyancey/update-polybase-commentCharles Harris2018-08-311-1/+1
|\
| * DOC: closes #11845Jeffrey Yancey2018-08-311-1/+1
* | Merge pull request #11840 from tylerjereddy/issue_11151Charles Harris2018-08-312-12/+54
|\ \
| * | BUG: 0D object array to timedeltaTyler Reddy2018-08-302-12/+54
* | | Merge pull request #11849 from tylerjereddy/issue_11790_gcovCharles Harris2018-08-311-10/+11
|\ \ \
| * | | TST: reorder duplicate mem_overlap.c compileTyler Reddy2018-08-311-10/+11
* | | | Merge pull request #11660 from mattip/warn-float16-nanCharles Harris2018-08-315-23/+44
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into warn-float16-nanCharles Harris2018-08-31151-1568/+2219
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #11805 from tylerjereddy/issue_11490Charles Harris2018-08-312-3/+83
|\ \ \ \
| * | | | BUG: add type cast check to ediff1dTyler Reddy2018-08-262-3/+83
* | | | | Merge pull request #10915 from mattip/implement-nep-0015Charles Harris2018-08-3151-223/+242
|\ \ \ \ \
| * | | | | MAINT: remove code that codecov pointed out is superflousmattip2018-08-211-4/+1
| * | | | | DOC: add docstring to new python filesmattip2018-08-212-0/+14
| * | | | | MAINT: export newly added c-extension functionmattip2018-08-212-11/+5
| * | | | | DOC: write release notemattip2018-08-211-0/+9
| * | | | | MAINT: move declararions into umathmodule.hmattip2018-08-214-30/+13
| * | | | | MAINT: create common_{src,dep}, move header includes to appropriate placesmattip2018-08-215-54/+49
| * | | | | MAINT: move unchanging, non-api files to commonmattip2018-08-219-9/+9
| * | | | | MAINT: move private -> commonmattip2018-08-2120-29/+29
| * | | | | MAINT: move scalar math intialization to before setup_scalartypesmattip2018-08-212-35/+36
| * | | | | MAINT: fix more name replacements, __all__ importsmattip2018-08-215-9/+7
| * | | | | MAINT: define _MULTIARRAYMODULE to use functions directly (not via PyArray_API)mattip2018-08-218-22/+8
| * | | | | MAINT: merge umath, multiarray into _multiarray, add python wrappersmattip2018-08-2112-84/+126
* | | | | | Merge pull request #11834 from charris/fix-polynomial-grammarCharles Harris2018-08-302-2/+2
|\ \ \ \ \ \
| * | | | | | MAINT, DOC: Replace 'an' by 'a' in some docstrings.Charles Harris2018-08-302-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #11818 from jeffyancey/polynomial-testsCharles Harris2018-08-306-0/+66
|\ \ \ \ \ \
| * | | | | | MAINT: use reduce's defaul param rather than a ternary operatorJeffrey Yancey2018-08-266-6/+6
| * | | | | | TST: add missing tests for all polynomial subclass pow fns.Jeffrey Yancey2018-08-266-0/+66
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #11830 from tylerjereddy/void_repr_simplifyEric Wieser2018-08-291-18/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | MAINT: reduce void type repr code duplicationTyler Reddy2018-08-291-18/+13
* | | | | | Merge pull request #11817 from jeffyancey/polynomial-docsCharles Harris2018-08-296-37/+76
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: add examples and extend exisiting dos for polynomial subclassesJeffrey Yancey2018-08-266-37/+76
| |/ / / /
* | | | | DOC, MAINT: Fixes for errstate() and README.md documentation. (#11814)Michael Hirsch, Ph.D2018-08-283-8/+3
* | | | | Merge pull request #11800 from mattip/f2py-exeCharles Harris2018-08-284-19/+31
|\ \ \ \ \
| * | | | | DOC: change f2py2e -> numpy.f2py [ci skip]mattip2018-08-283-13/+13
| * | | | | DOC: formatting, de-emphasize f2pyfe [ci skip]mattip2018-08-222-10/+10
| * | | | | DOC: document use when f2py is not in the PATHmattip2018-08-222-6/+18
* | | | | | Merge pull request #11802 from charris/f2py-console-scriptCharles Harris2018-08-286-95/+74
|\ \ \ \ \ \
| * | | | | | DOC: Note f2py script extension change on Windows.Charles Harris2018-08-231-1/+9
| * | | | | | ENH: Use entry_points to install the f2py scripts.Charles Harris2018-08-235-94/+65
| |/ / / / /
* | | | | | Merge pull request #11823 from tylerjereddy/array2string_kwarg_tstCharles Harris2018-08-271-0/+10
|\ \ \ \ \ \
| * | | | | | TST: add test for array2string unexpected kwarg.Tyler Reddy2018-08-271-0/+10
|/ / / / / /
* | | | | | DOC: Polybase augmented assignment notes (#11806)Jeff2018-08-262-9/+11
| |_|_|/ / |/| | | |
* | | | | BUG: fix array_split incorrect behavior with array size bigger MAX_INT32 (#11...Nikita Titov2018-08-262-2/+16
* | | | | Merge pull request #11812 from rgommers/setuppy-textCharles Harris2018-08-251-15/+12
|\ \ \ \ \ | |/ / / / |/| | | |