| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 2 | -3/+3 |
* | | 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 | 2 | -3/+3 |
* | Merge pull request #14525 from mattip/pypy | Sebastian Berg | 2019-09-19 | 1 | -1/+1 |
|\ |
|
| * | BUILD, MAINT: run tests with verbose for PyPY, also do not leak resource | mattip | 2019-09-16 | 1 | -1/+1 |
* | | DOC,MAINT: Build release notes during CircleCI step | Sebastian Berg | 2019-09-15 | 1 | -0/+16 |
|/ |
|
* | Merge pull request #14453 from rgommers/no-cython-in-sdist | Charles Harris | 2019-09-08 | 1 | -0/+1 |
|\ |
|
| * | BLD: remove generated Cython files from sdist | Ralf Gommers | 2019-09-08 | 1 | -0/+1 |
* | | MAINT: Only allow using Cython module when cythonizing. | Charles Harris | 2019-09-02 | 1 | -7/+4 |
|/ |
|
* | BLD: Update RELEASE_WALKTHROUGH and cythonize. | Charles Harris | 2019-09-01 | 1 | -9/+6 |
* | Merge pull request #14378 from mattip/test-dependencies | Charles Harris | 2019-09-01 | 4 | -25/+6 |
|\ |
|
| * | BUILD: move all test dependencies to ./test_requirements.txt | mattip | 2019-08-27 | 4 | -25/+6 |
* | | Use *sys.version_info[:2] | Hugo | 2019-08-26 | 1 | -1/+1 |
* | | BUG: Fix for Python 4 | Hugo | 2019-08-26 | 1 | -1/+1 |
* | | BUG: Fix for Python 3.10 | Hugo | 2019-08-26 | 1 | -1/+1 |
|/ |
|
* | TST, MAINT: bump to OpenBLAS 0.3.7 stable | Tyler Reddy | 2019-08-21 | 1 | -4/+4 |
* | TST: Disable `--durations` flag for pytest. | Charles Harris | 2019-08-18 | 2 | -2/+4 |
* | TST: Pin pytest and use python3.6-dbg. | Charles Harris | 2019-08-17 | 1 | -1/+1 |
* | TST: Don't test with nose for Python 3.5+. | Charles Harris | 2019-07-28 | 1 | -1/+1 |
* | MAINT: bump ARMv8 / POWER8 OpenBLAS in CI | Tyler Reddy | 2019-07-20 | 1 | -3/+3 |
* | Merge pull request #14002 from tylerjereddy/expand_openblas_ver_check | Matti Picus | 2019-07-16 | 4 | -7/+36 |
|\ |
|
| * | TST, MAINT: expand OpenBLAS version checking | Tyler Reddy | 2019-07-14 | 4 | -7/+36 |
* | | DEV: Fix spelling error in npy_tempita kwarg | kai-striega | 2019-07-15 | 1 | -28/+28 |
|/ |
|
* | MAINT, TST: remove test-installed-numpy.py | Tyler Reddy | 2019-07-13 | 2 | -68/+2 |
* | ENH, BUILD: refactor all OpenBLAS downloads into a single, testable file | mattip | 2019-07-09 | 3 | -19/+178 |
* | Merge pull request #13772 from mattip/windll | Charles Harris | 2019-06-26 | 1 | -0/+42 |
|\ |
|
| * | MAINT: add script to local repo | mattip | 2019-06-20 | 1 | -0/+42 |
* | | DOC: Change random to uninitialized and unpredictable in empty and empty_like... | Kexuan Sun | 2019-06-15 | 1 | -1/+2 |
|/ |
|
* | CI: run asv check on Travis | Pauli Virtanen | 2019-05-30 | 1 | -0/+1 |
* | Merge pull request #13163 from mattip/randomgen | Sebastian Berg | 2019-05-28 | 1 | -33/+52 |
|\ |
|
| * | BUILD: move files out of _randomgen | mattip | 2019-05-20 | 1 | -33/+52 |
* | | TST: bump / verify OpenBLAS in CI | Tyler Reddy | 2019-05-21 | 1 | -9/+1 |
|/ |
|
* | TEST: add duration report to tests | mattip | 2019-05-06 | 2 | -2/+6 |
* | BLD, TST: implicit func errors | Tyler Reddy | 2019-04-30 | 1 | -0/+1 |
* | Fix deprecated ``assertEquals()`` | Nicola Soranzo | 2019-04-23 | 6 | -30/+30 |
* | MAINT: use openblas, gfortran, tweak azure and comment mro (from review) | mattip | 2019-04-21 | 1 | -4/+48 |
* | MAINT: move gc.collect to function (from review) | mattip | 2019-04-19 | 1 | -0/+4 |
* | TEST: update for PyPy | mattip | 2019-04-17 | 2 | -10/+11 |
* | DEV: add pypy3 to azure CI | mattip | 2019-04-16 | 1 | -0/+10 |
* | TST: use POWER8 OpenBLAS for CI | Tyler Reddy | 2019-04-05 | 1 | -0/+11 |
* | DOC: fixes from review | mattip | 2019-02-28 | 1 | -1/+1 |
* | MAINT: Convert property to @property | Alex Watt | 2019-02-24 | 1 | -10/+10 |
* | ENH: __array_function__ updates for NumPy 1.17.0 | Stephan Hoyer | 2019-01-22 | 1 | -1/+0 |
* | TEST: activate doctests on doc.structured_arrays, fix for pure doc module | mattip | 2019-01-14 | 1 | -1/+5 |
* | ENH: add "max difference" messages to np.testing.assert_array_equal (#12591) | Stephan Hoyer | 2019-01-01 | 1 | -0/+1 |
* | TST: Update `travis-test.sh` for C99 | Charles Harris | 2018-12-25 | 1 | -2/+1 |
* | Merge pull request #12589 from charris/fix-changelog-py3k | Charles Harris | 2018-12-21 | 1 | -2/+4 |
|\ |
|