| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #14634 from dstansby/extension-doc | Ralf Gommers | 2019-10-12 | 1 | -1/+17 |
|\ |
|
| * | Add Extension to docs | David Stansby | 2019-10-03 | 1 | -1/+17 |
* | | BUILD: change to build_src --verbose-cfg, runtests.py --debug-info | mattip | 2019-10-03 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #14573 from rgommers/remove-info-files | Matti Picus | 2019-09-25 | 3 | -14/+21 |
|\ |
|
| * | MAINT: remove outdated `numpy/distutils/__version__.py` file | Ralf Gommers | 2019-09-22 | 2 | -7/+0 |
| * | DOC: add a numpy.distutils module docstring, remove info.py file | Ralf Gommers | 2019-09-22 | 2 | -7/+21 |
* | | BUILD, DOC: fix 14518, add release note | mattip | 2019-09-22 | 1 | -1/+1 |
|/ |
|
* | BUILD: add warn-error option to turn compiler warnings into errors (-Werror) | mattip | 2019-09-20 | 3 | -3/+29 |
* | MAINT: move the option to build_src, simplifies logic | mattip | 2019-09-20 | 2 | -7/+6 |
* | BUG: fixes from review | mattip | 2019-09-20 | 1 | -2/+3 |
* | BUILD: add --debug-configure option to reduce output, use logger more | mattip | 2019-09-20 | 6 | -22/+32 |
* | DOC,BUG: remove section header, add redundant text to leave a blank line | mattip | 2019-09-16 | 1 | -2/+0 |
* | ENH: Allow NPY_PKG_CONFIG_PATH environment variable override | Esben Haabendal | 2019-09-13 | 1 | -1/+51 |
* | MAINT: distutils: Add newline at the end of printed warnings. | Warren Weckesser | 2019-09-11 | 1 | -1/+1 |
* | Use *sys.version_info[:2] | Hugo | 2019-08-26 | 2 | -2/+2 |
* | BUG: Fix for Python 3.10 | Hugo | 2019-08-26 | 2 | -2/+2 |
* | BLD: MAINT: change default behavior of build flag appending. | Ralf Gommers | 2019-08-20 | 2 | -42/+4 |
* | DOC: update or remove outdated sourceforge links | mattip | 2019-08-08 | 1 | -1/+1 |
* | MAINT: Remove unreachable `break` from `get_cblas_libs` (#14022) | Disconnect3d | 2019-07-15 | 1 | -2/+0 |
* | Fixing failure on Python 2.7 on Windows 7 | Oleksandr Pavlyk | 2019-07-09 | 1 | -1/+1 |
* | MAINT: Remove unnecessary backslashes when not needed. | MSeifert04 | 2019-07-02 | 5 | -22/+22 |
* | MAINT: fix 'in' -> 'is' typo | Thomas A Caswell | 2019-06-14 | 1 | -1/+1 |
* | MAINT: Use textwrap.dedent for multiline strings | Eric Wieser | 2019-06-12 | 5 | -218/+230 |
* | MAINT: Use a with statement instead of try / finally | Eric Wieser | 2019-06-04 | 1 | -20/+15 |
* | MAINT: Misc. typo fixes (#13664) | luzpaz | 2019-05-31 | 1 | -2/+2 |
* | BUG: setup.py install --skip-build fails | mattip | 2019-05-26 | 1 | -0/+3 |
* | Merge pull request #13158 from zerothi/linalg-flame | Ralf Gommers | 2019-05-24 | 1 | -1/+93 |
|\ |
|
| * | MAINT: amended fixes suggested in #13158 | Nick Papior | 2019-05-23 | 1 | -3/+0 |
| * | BLD: added libflame as a useable lapack library | Nick Papior | 2019-05-07 | 1 | -1/+96 |
* | | BUG: distutils/system_info.py fix missing subprocess import (#13523) | denniszollo | 2019-05-19 | 1 | -2/+3 |
* | | Merge pull request #13499 from Bharat123rox/file-closing | Eric Wieser | 2019-05-12 | 3 | -30/+32 |
|\ \
| |/
|/| |
|
| * | Revert contextlib changes | Bharat123rox | 2019-05-08 | 2 | -15/+8 |
| * | Add missing imports | Bharat123rox | 2019-05-08 | 2 | -0/+3 |
| * | Add code review suggestions from @eric-wieser | Bharat123rox | 2019-05-08 | 3 | -36/+38 |
| * | Fixed possible regressions | Bharat123rox | 2019-05-08 | 2 | -0/+4 |
| * | Use with statement to open/close files to fix LGTM alerts | Bharat123rox | 2019-05-07 | 3 | -58/+58 |
* | | Merge pull request #13132 from zerothi/linalg-order | Ralf Gommers | 2019-05-01 | 1 | -107/+194 |
|\ \ |
|
| * | | MAINT: fixed several PYTHONOPTIMIZE=2 failures | Nick Papior | 2019-04-30 | 1 | -10/+10 |
| * | | BUG: fixed PYTHONOPTIMIZE run | Nick Papior | 2019-04-29 | 1 | -1/+1 |
| * | | MAINT: fixed last issues and questions according to #13132 | Nick Papior | 2019-04-29 | 1 | -9/+13 |
| * | | BUG: fixed lapack_lite sources | Nick Papior | 2019-03-18 | 1 | -5/+7 |
| * | | BUG: ensured that warnings/errors are raised when nothing is requested | Nick Papior | 2019-03-18 | 1 | -7/+19 |
| * | | ENH: amended documentation and changed env-vars as suggested | Nick Papior | 2019-03-18 | 1 | -19/+16 |
| * | | ENH: allowed external users to select BLAS and LAPACK library link order | Nick Papior | 2019-03-18 | 1 | -110/+182 |
* | | | BLD: streamlined library names in site.cfg sections (#13157) | Nick R. Papior | 2019-04-30 | 2 | -27/+94 |
| |/
|/| |
|
* | | BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICS | Raghuveer Devulapalli | 2019-04-19 | 2 | -0/+26 |
* | | MAINT: fix typo in 'self' | Eric Wieser | 2019-04-11 | 1 | -1/+1 |
* | | BLD: streamlined CBLAS linkage tries, default to try libraries *as-is* | Nick Papior | 2019-04-10 | 1 | -20/+40 |
|/ |
|
* | DEV: cleanup imports and some assignments (from LGTM) | mattip | 2019-03-17 | 3 | -8/+7 |
* | if neither libcblas or libblas is linkable, it consider libcblas is inexiste... | Haoyu Sun | 2019-03-15 | 1 | -0/+2 |