| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: timedelta64 now accepts np ints. | Tyler Reddy | 2018-09-01 | 2 | -0/+25 |
* | Merge pull request #11864 from charris/fix-travis-failure | Charles Harris | 2018-09-01 | 1 | -6/+1 |
|\ |
|
| * | TST: Update travis testing to use latest virtualenv. | Charles Harris | 2018-09-01 | 1 | -6/+1 |
* | | Merge pull request #11862 from mhvk/add-back-ones-like-ufunc | Charles Harris | 2018-09-01 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | BUG: Re-add _ones_like to numpy.core.umath. | Marten van Kerkwijk | 2018-09-01 | 1 | -2/+1 |
|/ |
|
* | Merge pull request #11850 from jeffyancey/update-polybase-comment | Charles Harris | 2018-08-31 | 1 | -1/+1 |
|\ |
|
| * | DOC: closes #11845 | Jeffrey Yancey | 2018-08-31 | 1 | -1/+1 |
* | | Merge pull request #11840 from tylerjereddy/issue_11151 | Charles Harris | 2018-08-31 | 2 | -12/+54 |
|\ \ |
|
| * | | BUG: 0D object array to timedelta | Tyler Reddy | 2018-08-30 | 2 | -12/+54 |
* | | | Merge pull request #11849 from tylerjereddy/issue_11790_gcov | Charles Harris | 2018-08-31 | 1 | -10/+11 |
|\ \ \ |
|
| * | | | TST: reorder duplicate mem_overlap.c compile | Tyler Reddy | 2018-08-31 | 1 | -10/+11 |
* | | | | Merge pull request #11660 from mattip/warn-float16-nan | Charles Harris | 2018-08-31 | 5 | -23/+44 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge branch 'master' into warn-float16-nan | Charles Harris | 2018-08-31 | 151 | -1568/+2219 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Merge pull request #11805 from tylerjereddy/issue_11490 | Charles Harris | 2018-08-31 | 2 | -3/+83 |
|\ \ \ \ |
|
| * | | | | BUG: add type cast check to ediff1d | Tyler Reddy | 2018-08-26 | 2 | -3/+83 |
* | | | | | Merge pull request #10915 from mattip/implement-nep-0015 | Charles Harris | 2018-08-31 | 51 | -223/+242 |
|\ \ \ \ \ |
|
| * | | | | | MAINT: remove code that codecov pointed out is superflous | mattip | 2018-08-21 | 1 | -4/+1 |
| * | | | | | DOC: add docstring to new python files | mattip | 2018-08-21 | 2 | -0/+14 |
| * | | | | | MAINT: export newly added c-extension function | mattip | 2018-08-21 | 2 | -11/+5 |
| * | | | | | DOC: write release note | mattip | 2018-08-21 | 1 | -0/+9 |
| * | | | | | MAINT: move declararions into umathmodule.h | mattip | 2018-08-21 | 4 | -30/+13 |
| * | | | | | MAINT: create common_{src,dep}, move header includes to appropriate places | mattip | 2018-08-21 | 5 | -54/+49 |
| * | | | | | MAINT: move unchanging, non-api files to common | mattip | 2018-08-21 | 9 | -9/+9 |
| * | | | | | MAINT: move private -> common | mattip | 2018-08-21 | 20 | -29/+29 |
| * | | | | | MAINT: move scalar math intialization to before setup_scalartypes | mattip | 2018-08-21 | 2 | -35/+36 |
| * | | | | | MAINT: fix more name replacements, __all__ imports | mattip | 2018-08-21 | 5 | -9/+7 |
| * | | | | | MAINT: define _MULTIARRAYMODULE to use functions directly (not via PyArray_API) | mattip | 2018-08-21 | 8 | -22/+8 |
| * | | | | | MAINT: merge umath, multiarray into _multiarray, add python wrappers | mattip | 2018-08-21 | 12 | -84/+126 |
* | | | | | | Merge pull request #11834 from charris/fix-polynomial-grammar | Charles Harris | 2018-08-30 | 2 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | MAINT, DOC: Replace 'an' by 'a' in some docstrings. | Charles Harris | 2018-08-30 | 2 | -2/+2 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #11818 from jeffyancey/polynomial-tests | Charles Harris | 2018-08-30 | 6 | -0/+66 |
|\ \ \ \ \ \ |
|
| * | | | | | | MAINT: use reduce's defaul param rather than a ternary operator | Jeffrey Yancey | 2018-08-26 | 6 | -6/+6 |
| * | | | | | | TST: add missing tests for all polynomial subclass pow fns. | Jeffrey Yancey | 2018-08-26 | 6 | -0/+66 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge pull request #11830 from tylerjereddy/void_repr_simplify | Eric Wieser | 2018-08-29 | 1 | -18/+13 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | MAINT: reduce void type repr code duplication | Tyler Reddy | 2018-08-29 | 1 | -18/+13 |
* | | | | | | Merge pull request #11817 from jeffyancey/polynomial-docs | Charles Harris | 2018-08-29 | 6 | -37/+76 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | DOC: add examples and extend exisiting dos for polynomial subclasses | Jeffrey Yancey | 2018-08-26 | 6 | -37/+76 |
| |/ / / / |
|
* | | | | | DOC, MAINT: Fixes for errstate() and README.md documentation. (#11814) | Michael Hirsch, Ph.D | 2018-08-28 | 3 | -8/+3 |
* | | | | | Merge pull request #11800 from mattip/f2py-exe | Charles Harris | 2018-08-28 | 4 | -19/+31 |
|\ \ \ \ \ |
|
| * | | | | | DOC: change f2py2e -> numpy.f2py [ci skip] | mattip | 2018-08-28 | 3 | -13/+13 |
| * | | | | | DOC: formatting, de-emphasize f2pyfe [ci skip] | mattip | 2018-08-22 | 2 | -10/+10 |
| * | | | | | DOC: document use when f2py is not in the PATH | mattip | 2018-08-22 | 2 | -6/+18 |
* | | | | | | Merge pull request #11802 from charris/f2py-console-script | Charles Harris | 2018-08-28 | 6 | -95/+74 |
|\ \ \ \ \ \ |
|
| * | | | | | | DOC: Note f2py script extension change on Windows. | Charles Harris | 2018-08-23 | 1 | -1/+9 |
| * | | | | | | ENH: Use entry_points to install the f2py scripts. | Charles Harris | 2018-08-23 | 5 | -94/+65 |
| |/ / / / / |
|
* | | | | | | Merge pull request #11823 from tylerjereddy/array2string_kwarg_tst | Charles Harris | 2018-08-27 | 1 | -0/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | TST: add test for array2string unexpected kwarg. | Tyler Reddy | 2018-08-27 | 1 | -0/+10 |
|/ / / / / / |
|
* | | | | | | DOC: Polybase augmented assignment notes (#11806) | Jeff | 2018-08-26 | 2 | -9/+11 |
| |_|_|/ /
|/| | | | |
|
* | | | | | BUG: fix array_split incorrect behavior with array size bigger MAX_INT32 (#11... | Nikita Titov | 2018-08-26 | 2 | -2/+16 |
* | | | | | Merge pull request #11812 from rgommers/setuppy-text | Charles Harris | 2018-08-25 | 1 | -15/+12 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|