summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* MAINT: move the option to build_src, simplifies logicmattip2019-09-201-2/+2
* BUILD: mostly restore verbose output on CI (except for pip install)mattip2019-09-202-3/+3
* Merge pull request #14525 from mattip/pypySebastian Berg2019-09-191-1/+1
|\
| * BUILD, MAINT: run tests with verbose for PyPY, also do not leak resourcemattip2019-09-161-1/+1
* | DOC,MAINT: Build release notes during CircleCI stepSebastian Berg2019-09-151-0/+16
|/
* Merge pull request #14453 from rgommers/no-cython-in-sdistCharles Harris2019-09-081-0/+1
|\
| * BLD: remove generated Cython files from sdistRalf Gommers2019-09-081-0/+1
* | MAINT: Only allow using Cython module when cythonizing.Charles Harris2019-09-021-7/+4
|/
* BLD: Update RELEASE_WALKTHROUGH and cythonize.Charles Harris2019-09-011-9/+6
* Merge pull request #14378 from mattip/test-dependenciesCharles Harris2019-09-014-25/+6
|\
| * BUILD: move all test dependencies to ./test_requirements.txtmattip2019-08-274-25/+6
* | Use *sys.version_info[:2]Hugo2019-08-261-1/+1
* | BUG: Fix for Python 4Hugo2019-08-261-1/+1
* | BUG: Fix for Python 3.10Hugo2019-08-261-1/+1
|/
* TST, MAINT: bump to OpenBLAS 0.3.7 stableTyler Reddy2019-08-211-4/+4
* TST: Disable `--durations` flag for pytest.Charles Harris2019-08-182-2/+4
* TST: Pin pytest and use python3.6-dbg.Charles Harris2019-08-171-1/+1
* TST: Don't test with nose for Python 3.5+.Charles Harris2019-07-281-1/+1
* MAINT: bump ARMv8 / POWER8 OpenBLAS in CITyler Reddy2019-07-201-3/+3
* Merge pull request #14002 from tylerjereddy/expand_openblas_ver_checkMatti Picus2019-07-164-7/+36
|\
| * TST, MAINT: expand OpenBLAS version checkingTyler Reddy2019-07-144-7/+36
* | DEV: Fix spelling error in npy_tempita kwargkai-striega2019-07-151-28/+28
|/
* MAINT, TST: remove test-installed-numpy.pyTyler Reddy2019-07-132-68/+2
* ENH, BUILD: refactor all OpenBLAS downloads into a single, testable filemattip2019-07-093-19/+178
* Merge pull request #13772 from mattip/windllCharles Harris2019-06-261-0/+42
|\
| * MAINT: add script to local repomattip2019-06-201-0/+42
* | DOC: Change random to uninitialized and unpredictable in empty and empty_like...Kexuan Sun2019-06-151-1/+2
|/
* CI: run asv check on TravisPauli Virtanen2019-05-301-0/+1
* Merge pull request #13163 from mattip/randomgenSebastian Berg2019-05-281-33/+52
|\
| * BUILD: move files out of _randomgenmattip2019-05-201-33/+52
* | TST: bump / verify OpenBLAS in CITyler Reddy2019-05-211-9/+1
|/
* TEST: add duration report to testsmattip2019-05-062-2/+6
* BLD, TST: implicit func errorsTyler Reddy2019-04-301-0/+1
* Fix deprecated ``assertEquals()``Nicola Soranzo2019-04-236-30/+30
* MAINT: use openblas, gfortran, tweak azure and comment mro (from review)mattip2019-04-211-4/+48
* MAINT: move gc.collect to function (from review)mattip2019-04-191-0/+4
* TEST: update for PyPymattip2019-04-172-10/+11
* DEV: add pypy3 to azure CImattip2019-04-161-0/+10
* TST: use POWER8 OpenBLAS for CITyler Reddy2019-04-051-0/+11
* DOC: fixes from reviewmattip2019-02-281-1/+1
* MAINT: Convert property to @propertyAlex Watt2019-02-241-10/+10
* ENH: __array_function__ updates for NumPy 1.17.0Stephan Hoyer2019-01-221-1/+0
* TEST: activate doctests on doc.structured_arrays, fix for pure doc modulemattip2019-01-141-1/+5
* ENH: add "max difference" messages to np.testing.assert_array_equal (#12591)Stephan Hoyer2019-01-011-0/+1
* TST: Update `travis-test.sh` for C99Charles Harris2018-12-251-2/+1
* Merge pull request #12589 from charris/fix-changelog-py3kCharles Harris2018-12-211-2/+4
|\
| * MAINT: Update changelog.py for Python 3.Charles Harris2018-12-191-2/+4
* | ENH: refactor __array_function__ pure Python implementationStephan Hoyer2018-12-191-1/+1
|/
* MAINT: include recfunctions moduleTyler Reddy2018-12-141-0/+1
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-0/+951