| Commit message (Expand) | Author | Age | Files | Lines |
* | CI, SIMD: Test and build without the support of AVX2 and AVX512 | Sayed Adel | 2022-09-22 | 1 | -0/+2 |
* | MAINT, TST: Shorten test output on travis builds | Charles Harris | 2022-09-19 | 1 | -2/+4 |
* | CI: tools: Remove a long but obsolete comment from travis-test.sh | warren | 2022-06-28 | 1 | -9/+0 |
* | Apply suggestions from code review | Sayed Adel | 2022-06-17 | 1 | -1/+1 |
* | CI: add workflow for non-optimized builds | Sayed Adel | 2022-06-16 | 1 | -7/+17 |
* | CI: Guard compile-time CPU features tests | Sayed Adel | 2022-06-15 | 1 | -0/+36 |
* | CI: add zarch features-set to --simd-test | Sayed Adel | 2022-06-04 | 1 | -1/+1 |
* | ENH: add hook and test for PyInstaller. | bwoodsend | 2022-01-20 | 1 | -1/+1 |
* | use venv instead of virtualenv | mattip | 2021-10-03 | 1 | -2/+2 |
* | CI: treat _SIMD module build warnings as errors within CI only | Sayed Adel | 2021-05-04 | 1 | -2/+7 |
* | MAINT: Update master to main after branch rename (gh-18544) | Stefan van der Walt | 2021-03-04 | 1 | -1/+1 |
* | Merge pull request #17791 from seiko2plus/bld_ci_undef | Matti Picus | 2020-12-02 | 1 | -0/+7 |
|\ |
|
| * | BLD: Enable Werror=undef in travis | Sayed Adel | 2020-11-17 | 1 | -0/+7 |
* | | TST: Add back durations flag for DEBUG builds. | Charles Harris | 2020-11-23 | 1 | -7/+1 |
|/ |
|
* | TST: add pypy3.7 | mattip | 2020-11-10 | 1 | -1/+1 |
* | TST: Upgrade to Python 3.8 for DEBUG testing. | Charles Harris | 2020-07-11 | 1 | -0/+1 |
* | BLD: consolidate openblas verison check to be self-contained | mattip | 2020-02-27 | 1 | -1/+1 |
* | MAINT: travis-ci: Update CI scripts. | Warren Weckesser | 2020-01-13 | 1 | -10/+9 |
* | BLD: fix signed-unsigned comparison warning | mattip | 2019-12-16 | 1 | -1/+1 |
* | TST: Update travis.yml | Charles Harris | 2019-11-17 | 1 | -5/+11 |
* | BUG: Add backslashes for line continuation. | Charles Harris | 2019-11-04 | 1 | -3/+3 |
* | MAINT: split lines (from review) | mattip | 2019-11-04 | 1 | -1/+3 |
* | BUILD: ignore more build.log warnings | mattip | 2019-11-03 | 1 | -1/+1 |
* | BUILD, DOC: remove the std=c99 flag from docs, builds, add release note | mattip | 2019-10-25 | 1 | -6/+0 |
* | Merge pull request #14368 from jdufresne/byteswarning | Sebastian Berg | 2019-10-15 | 1 | -1/+1 |
|\ |
|
| * | MAINT: Avoid all BytesWarning | Jon Dufresne | 2019-09-25 | 1 | -1/+1 |
* | | BUILD: change to build_src --verbose-cfg, runtests.py --debug-info | mattip | 2019-10-03 | 1 | -2/+2 |
* | | MAINT: Fix typo: remoge → remove | Jon Dufresne | 2019-09-25 | 1 | -1/+1 |
|/ |
|
* | MAINT: move the option to build_src, simplifies logic | mattip | 2019-09-20 | 1 | -2/+2 |
* | BUILD: mostly restore verbose output on CI (except for pip install) | mattip | 2019-09-20 | 1 | -2/+2 |
* | BUILD: move all test dependencies to ./test_requirements.txt | mattip | 2019-08-27 | 1 | -12/+3 |
* | TST: Disable `--durations` flag for pytest. | Charles Harris | 2019-08-18 | 1 | -1/+3 |
* | TST, MAINT: expand OpenBLAS version checking | Tyler Reddy | 2019-07-14 | 1 | -0/+5 |
* | MAINT, TST: remove test-installed-numpy.py | Tyler Reddy | 2019-07-13 | 1 | -2/+2 |
* | CI: run asv check on Travis | Pauli Virtanen | 2019-05-30 | 1 | -0/+1 |
* | TEST: add duration report to tests | mattip | 2019-05-06 | 1 | -2/+2 |
* | BLD, TST: implicit func errors | Tyler Reddy | 2019-04-30 | 1 | -0/+1 |
* | ENH: __array_function__ updates for NumPy 1.17.0 | Stephan Hoyer | 2019-01-22 | 1 | -1/+0 |
* | TST: Update `travis-test.sh` for C99 | Charles Harris | 2018-12-25 | 1 | -2/+1 |
* | ENH: refactor __array_function__ pure Python implementation | Stephan Hoyer | 2018-12-19 | 1 | -1/+1 |
* | DEV: remove travis 32 bit chroot job since it is running on azure | mattip | 2018-12-13 | 1 | -51/+0 |
* | TST: enable array_func cov | Tyler Reddy | 2018-12-01 | 1 | -0/+1 |
* | force python3 in chroot | mattip | 2018-11-01 | 1 | -3/+3 |
* | BUILD: use system python3 in the chroot | mattip | 2018-10-31 | 1 | -11/+11 |
* | MNT add pickle5 to some python 3.6/7 setups for the CI suite | Pierre Glaser | 2018-10-05 | 1 | -0/+9 |
* | TST: Start testing with "-std=c99" on travisCI. | Charles Harris | 2018-09-07 | 1 | -0/+8 |
* | TST: Drop Python 3.4 testing | Charles Harris | 2018-09-01 | 1 | -0/+2 |
* | TST: add C code line coverage to codecov report | Tyler Reddy | 2018-08-07 | 1 | -0/+24 |
* | codecov integration. scipy2018 sprint. | alyssaq | 2018-07-18 | 1 | -2/+13 |
* | TST: Do not ignore yield warnings in ci testing. | Charles Harris | 2018-04-08 | 1 | -4/+2 |