summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11710 from mattip/allow-clangCharles Harris2018-08-181-2/+3
|\
| * BUG: compiler used is env['CC'], then config_vars['CC']mattip2018-08-101-2/+3
* | Merge pull request #11735 from charris/fix-ma-flexible-testCharles Harris2018-08-181-8/+3
|\ \
| * | BUG: Fix test sensitive to platform byte order.Charles Harris2018-08-181-8/+3
* | | Merge pull request #11774 from charris/fix-intersect1dCharles Harris2018-08-172-17/+32
|\ \ \
| * | | BUG: Fix regression in intersect1d.Charles Harris2018-08-172-17/+32
* | | | Merge pull request #11715 from QuLogic/no-networkCharles Harris2018-08-171-2/+2
|\ \ \ \
| * | | | TST: Fix urlopen stubbing.Elliott Sales de Andrade2018-08-151-2/+2
* | | | | Merge pull request #11756 from charris/fix-testing-utilsCharles Harris2018-08-171-6/+15
|\ \ \ \ \
| * | | | | MAINT: Make assert_array_compare more generic.Charles Harris2018-08-171-6/+15
* | | | | | Merge pull request #11742 from mattip/doc-warningsCharles Harris2018-08-1712-214/+109
|\ \ \ \ \ \
| * | | | | | DOC: reflow paragraph to 80 columnsmattip2018-08-171-9/+7
| * | | | | | fixes from reviewmattip2018-08-161-1/+1
| * | | | | | DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-1412-207/+104
* | | | | | | Merge pull request #11738 from sjvs/add-lgtm.ymlCharles Harris2018-08-171-0/+9
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | fix up filter: it should have been for numpy/random/__init__.pyBas van Schaik2018-08-141-1/+1
| * | | | | | Add lgtm.yml for tweaking LGTM.com analysisBas van Schaik2018-08-141-0/+9
| |/ / / / /
* | | | | | BUG: check return value of _buffer_format_string (#11754)Matti Picus2018-08-162-6/+23
* | | | | | BUG: Fixes for unicode field names in Python 2 (#11642)Chris Billington2018-08-163-53/+70
* | | | | | Merge pull request #11745 from charris/fix-polyfit-docEric Wieser2018-08-152-3/+2
|\ \ \ \ \ \
| * | | | | | DOC: Small docstring fixes for old polyfit.Charles Harris2018-08-152-3/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #11708 from charris/fix-bz2-python2-loadtxtCharles Harris2018-08-152-4/+27
|\ \ \ \ \ \
| * | | | | | BUG: Fix regression in loadtxt for bz2 text files in Python 2.Charles Harris2018-08-102-4/+27
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #11610 from tylerjereddy/coverage_C_sourceCharles Harris2018-08-151-0/+24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | TST: add C code line coverage to codecov reportTyler Reddy2018-08-071-0/+24
* | | | | | DOC: recommend polynomial.Polynomial over np.polyfit (#11733)Matti Picus2018-08-142-2/+9
* | | | | | Merge pull request #11740 from mattip/deprecate-fromstring-binaryCharles Harris2018-08-142-1/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | BUG: deprecation triggers segfaultmattip2018-08-142-1/+6
|/ / / / /
* | | | | Merge pull request #11718 from charris/fix-f2py-hangCharles Harris2018-08-141-7/+0
|\ \ \ \ \
| * | | | | BUG: Revert use of `console_scripts`.Charles Harris2018-08-111-7/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #11722 from eric-wieser/fix-random-lgtmCharles Harris2018-08-142-145/+55
|\ \ \ \ \
| * | | | | MAINT: Remove duplicate docstring and incorrect location of __all__ from np.r...Eric Wieser2018-08-122-145/+55
* | | | | | Merge pull request #11725 from QuLogic/selected-real-kindCharles Harris2018-08-141-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix Fortran kind detection for aarch64 & s390x.Elliott Sales de Andrade2018-08-121-1/+1
* | | | | | Merge pull request #11727 from QuLogic/print-longdouble-ppc64leCharles Harris2018-08-132-39/+14
|\ \ \ \ \ \
| * | | | | | BUG: Fix printing of longdouble on ppc64le.Elliott Sales de Andrade2018-08-132-39/+14
| |/ / / / /
* | | | | | Merge pull request #11731 from matthew-brett/vectorize-doc-fixCharles Harris2018-08-131-2/+2
|\ \ \ \ \ \
| * | | | | | DOC: fix typo in vectorize docstringMatthew Brett2018-08-131-2/+2
|/ / / / / /
* | | | | | Merge pull request #11729 from matthew-brett/keithbriggs-typo-spotsEric Wieser2018-08-131-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: fix capitalization of kilojoulesMatthew Brett2018-08-131-1/+1
|/ / / / /
* | | | | Merge pull request #11528 from eric-wieser/polynomial-ipython-latexCharles Harris2018-08-129-2/+162
|\ \ \ \ \
| * | | | | ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-129-2/+162
* | | | | | Merge pull request #11703 from eric-wieser/remove-_import_toolsCharles Harris2018-08-123-361/+7
|\ \ \ \ \ \
| * | | | | | DEP: Remove np.pkgload, which was deprecated in 1.10Eric Wieser2018-08-123-361/+7
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #11436 from uds5501/document-average-return-typeMatti Picus2018-08-121-6/+19
|\ \ \ \ \ \
| * | | | | | Update function_base.pyUddeshya Singh2018-08-121-4/+4
| * | | | | | Update function_base.pyUddeshya Singh2018-07-131-4/+5
| * | | | | | Update function_base.pyUddeshya Singh2018-07-091-5/+10
| * | | | | | Fixing basic build errorsUddeshya Singh2018-07-011-2/+2
| * | | | | | DOC: update return type description for averageUddeshya Singh2018-06-281-6/+13