| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #22493 from mwtoews/maint-open | Sebastian Berg | 2023-04-28 | 3 | -5/+5 |
|\ |
|
| * | MAINT: remove redundant open() modes and io.open() alias | Mike Taves | 2022-10-29 | 3 | -5/+5 |
* | | BUG, BLD: Fix indentation bug in distutils | Charles Harris | 2023-04-17 | 1 | -1/+1 |
* | | ENH: Raise C++ standard to C++17 | Sayed Adel | 2023-04-04 | 2 | -0/+2 |
* | | BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525) | Matti Picus | 2022-11-17 | 1 | -0/+7 |
|/ |
|
* | DOC: remove reference to Python 2 | Dimitri Papadopoulos | 2022-10-18 | 1 | -3/+2 |
* | Fix build_ext interaction with non numpy extensions | serge-sans-paille | 2022-01-28 | 1 | -2/+2 |
* | BUG: distutils: fix building mixed C/Fortran extensions | Ralf Gommers | 2022-01-24 | 1 | -7/+23 |
* | TST: Add CPU dispatch/baseline tests for VSX4 | Rafael Cardoso Fernandes Sousa | 2022-01-17 | 1 | -2/+2 |
* | Fix lint issues | Pradipta Ghosh | 2021-12-14 | 1 | -1/+2 |
* | Extending CPU feature detection framework to support IBM Z SIMD | Pradipta Ghosh | 2021-12-14 | 1 | -1/+1 |
* | Allow clib callable build flags | Matthew Brett | 2021-10-23 | 1 | -3/+31 |
* | [demo] how-to replacing numpy custom generation engine by raw C++ | serge-sans-paille | 2021-10-22 | 2 | -44/+62 |
* | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 1 | -1/+1 |
* | BLD, BUG: Fix bdist_wheel duplicate building | Sayed Adel | 2021-05-05 | 2 | -10/+29 |
* | BLD, BUG: Fix compiler optimization log AttributeError | Sayed Adel | 2021-05-04 | 2 | -8/+9 |
* | ENH, SIMD: Add support for dispatching C++ sources | Sayed Adel | 2021-04-22 | 2 | -8/+48 |
* | MAINT: Added Chain exceptions where appropriate (#18394) | Abhay Raghuvanshi | 2021-03-18 | 1 | -3/+2 |
* | MAINT: improve failure message when compiler is unavailable | Pearu Peterson | 2021-02-09 | 1 | -0/+2 |
* | BUG: don't mutate list of fake libraries while iterating over it (#18295) | Nicholas McKibben | 2021-02-04 | 1 | -2/+5 |
* | BUG, BLD: Generate the main dispatcher config header into the build dir | Sayed Adel | 2021-01-03 | 2 | -11/+29 |
* | MAINT: regex char class improve | Tyler Reddy | 2020-12-28 | 1 | -4/+4 |
* | MAINT, TST: Serveral imporvments to _SIMD module | Sayed Adel | 2020-10-27 | 1 | -1/+1 |
* | ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to Python | Sayed Adel | 2020-10-27 | 2 | -2/+18 |
* | Merge pull request #17546 from seiko2plus/issue_17321 | Matti Picus | 2020-10-15 | 2 | -65/+61 |
|\ |
|
| * | MAINT: Explicit disabling `CCompilerOpt` in F2PY | Sayed Adel | 2020-10-13 | 2 | -65/+61 |
* | | BLD: add new check_compiler_gcc and check_gcc_version_at_least configure | E. Madison Bray | 2020-10-13 | 2 | -8/+39 |
|/ |
|
* | MAINT: Delete obsolete conversion to list (gh-17052) | jakobjakobson13 | 2020-08-11 | 1 | -1/+1 |
* | ENH: [3/7] enable multi-platform SIMD compiler optimizations | Sayed Adel | 2020-06-15 | 3 | -5/+131 |
* | BLD: Avoid "visibility attribute not supported" warning (gh-16288) | E. M. Bray | 2020-05-20 | 1 | -1/+4 |
* | BUG: relpath fails for different drives on windows (#16308) | Matti Picus | 2020-05-20 | 1 | -1/+1 |
* | ENH: Fix exception causes in build_ext.py | keremh | 2020-04-22 | 1 | -2/+2 |
* | ENH: Fix exception causes in build_clib.py | keremh | 2020-04-21 | 1 | -2/+2 |
* | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 2 | -8/+9 |
* | STY,MAINT: avoid 'multiple imports on one line' (flake8 E401) | Mike Taves | 2020-01-28 | 1 | -3/+4 |
* | Merge pull request #15248 from eric-wieser/avoid-exc_info | Charles Harris | 2020-01-05 | 1 | -5/+3 |
|\ |
|
| * | MAINT: cleanup use of sys.exc_info | Eric Wieser | 2020-01-05 | 1 | -5/+3 |
* | | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -1/+1 |
* | | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 18 | -36/+0 |
|/ |
|
* | BUILD: change to build_src --verbose-cfg, runtests.py --debug-info | mattip | 2019-10-03 | 1 | -4/+4 |
* | 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 |
* | BUILD: add --debug-configure option to reduce output, use logger more | mattip | 2019-09-20 | 2 | -9/+13 |
* | 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 |
* | MAINT: Remove unnecessary backslashes when not needed. | MSeifert04 | 2019-07-02 | 2 | -6/+6 |
* | MAINT: Use textwrap.dedent for multiline strings | Eric Wieser | 2019-06-12 | 2 | -136/+143 |
* | BUG: setup.py install --skip-build fails | mattip | 2019-05-26 | 1 | -0/+3 |
* | BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICS | Raghuveer Devulapalli | 2019-04-19 | 2 | -0/+26 |