Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11710 from mattip/allow-clang | Charles Harris | 2018-08-18 | 1 | -2/+3 |
|\ | |||||
| * | BUG: compiler used is env['CC'], then config_vars['CC'] | mattip | 2018-08-10 | 1 | -2/+3 |
* | | Merge pull request #11735 from charris/fix-ma-flexible-test | Charles Harris | 2018-08-18 | 1 | -8/+3 |
|\ \ | |||||
| * | | BUG: Fix test sensitive to platform byte order. | Charles Harris | 2018-08-18 | 1 | -8/+3 |
* | | | Merge pull request #11774 from charris/fix-intersect1d | Charles Harris | 2018-08-17 | 2 | -17/+32 |
|\ \ \ | |||||
| * | | | BUG: Fix regression in intersect1d. | Charles Harris | 2018-08-17 | 2 | -17/+32 |
* | | | | Merge pull request #11715 from QuLogic/no-network | Charles Harris | 2018-08-17 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | TST: Fix urlopen stubbing. | Elliott Sales de Andrade | 2018-08-15 | 1 | -2/+2 |
* | | | | | Merge pull request #11756 from charris/fix-testing-utils | Charles Harris | 2018-08-17 | 1 | -6/+15 |
|\ \ \ \ \ | |||||
| * | | | | | MAINT: Make assert_array_compare more generic. | Charles Harris | 2018-08-17 | 1 | -6/+15 |
* | | | | | | Merge pull request #11742 from mattip/doc-warnings | Charles Harris | 2018-08-17 | 12 | -214/+109 |
|\ \ \ \ \ \ | |||||
| * | | | | | | DOC: reflow paragraph to 80 columns | mattip | 2018-08-17 | 1 | -9/+7 |
| * | | | | | | fixes from review | mattip | 2018-08-16 | 1 | -1/+1 |
| * | | | | | | DOC: reduce warnings and cleanup redundant c-api documentation | mattip | 2018-08-14 | 12 | -207/+104 |
* | | | | | | | Merge pull request #11738 from sjvs/add-lgtm.yml | Charles Harris | 2018-08-17 | 1 | -0/+9 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | fix up filter: it should have been for numpy/random/__init__.py | Bas van Schaik | 2018-08-14 | 1 | -1/+1 |
| * | | | | | | Add lgtm.yml for tweaking LGTM.com analysis | Bas van Schaik | 2018-08-14 | 1 | -0/+9 |
| |/ / / / / | |||||
* | | | | | | BUG: check return value of _buffer_format_string (#11754) | Matti Picus | 2018-08-16 | 2 | -6/+23 |
* | | | | | | BUG: Fixes for unicode field names in Python 2 (#11642) | Chris Billington | 2018-08-16 | 3 | -53/+70 |
* | | | | | | Merge pull request #11745 from charris/fix-polyfit-doc | Eric Wieser | 2018-08-15 | 2 | -3/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | DOC: Small docstring fixes for old polyfit. | Charles Harris | 2018-08-15 | 2 | -3/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #11708 from charris/fix-bz2-python2-loadtxt | Charles Harris | 2018-08-15 | 2 | -4/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | BUG: Fix regression in loadtxt for bz2 text files in Python 2. | Charles Harris | 2018-08-10 | 2 | -4/+27 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #11610 from tylerjereddy/coverage_C_source | Charles Harris | 2018-08-15 | 1 | -0/+24 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | TST: add C code line coverage to codecov report | Tyler Reddy | 2018-08-07 | 1 | -0/+24 |
* | | | | | | DOC: recommend polynomial.Polynomial over np.polyfit (#11733) | Matti Picus | 2018-08-14 | 2 | -2/+9 |
* | | | | | | Merge pull request #11740 from mattip/deprecate-fromstring-binary | Charles Harris | 2018-08-14 | 2 | -1/+6 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | BUG: deprecation triggers segfault | mattip | 2018-08-14 | 2 | -1/+6 |
|/ / / / / | |||||
* | | | | | Merge pull request #11718 from charris/fix-f2py-hang | Charles Harris | 2018-08-14 | 1 | -7/+0 |
|\ \ \ \ \ | |||||
| * | | | | | BUG: Revert use of `console_scripts`. | Charles Harris | 2018-08-11 | 1 | -7/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #11722 from eric-wieser/fix-random-lgtm | Charles Harris | 2018-08-14 | 2 | -145/+55 |
|\ \ \ \ \ | |||||
| * | | | | | MAINT: Remove duplicate docstring and incorrect location of __all__ from np.r... | Eric Wieser | 2018-08-12 | 2 | -145/+55 |
* | | | | | | Merge pull request #11725 from QuLogic/selected-real-kind | Charles Harris | 2018-08-14 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Fix Fortran kind detection for aarch64 & s390x. | Elliott Sales de Andrade | 2018-08-12 | 1 | -1/+1 |
* | | | | | | Merge pull request #11727 from QuLogic/print-longdouble-ppc64le | Charles Harris | 2018-08-13 | 2 | -39/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | BUG: Fix printing of longdouble on ppc64le. | Elliott Sales de Andrade | 2018-08-13 | 2 | -39/+14 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #11731 from matthew-brett/vectorize-doc-fix | Charles Harris | 2018-08-13 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | DOC: fix typo in vectorize docstring | Matthew Brett | 2018-08-13 | 1 | -2/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #11729 from matthew-brett/keithbriggs-typo-spots | Eric Wieser | 2018-08-13 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | DOC: fix capitalization of kilojoules | Matthew Brett | 2018-08-13 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #11528 from eric-wieser/polynomial-ipython-latex | Charles Harris | 2018-08-12 | 9 | -2/+162 |
|\ \ \ \ \ | |||||
| * | | | | | ENH: Add support for ipython latex printing to polynomial | Eric Wieser | 2018-08-12 | 9 | -2/+162 |
* | | | | | | Merge pull request #11703 from eric-wieser/remove-_import_tools | Charles Harris | 2018-08-12 | 3 | -361/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | DEP: Remove np.pkgload, which was deprecated in 1.10 | Eric Wieser | 2018-08-12 | 3 | -361/+7 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #11436 from uds5501/document-average-return-type | Matti Picus | 2018-08-12 | 1 | -6/+19 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update function_base.py | Uddeshya Singh | 2018-08-12 | 1 | -4/+4 |
| * | | | | | | Update function_base.py | Uddeshya Singh | 2018-07-13 | 1 | -4/+5 |
| * | | | | | | Update function_base.py | Uddeshya Singh | 2018-07-09 | 1 | -5/+10 |
| * | | | | | | Fixing basic build errors | Uddeshya Singh | 2018-07-01 | 1 | -2/+2 |
| * | | | | | | DOC: update return type description for average | Uddeshya Singh | 2018-06-28 | 1 | -6/+13 |