summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* TST: Upgrade to Python 3.8 for DEBUG testing.Charles Harris2020-07-111-0/+1
* BLD: update cython to 0.29.21mattip2020-07-101-2/+2
* Merge pull request #16629 from person142/functions-missing-typesCharles Harris2020-07-061-0/+140
|\
| * MAINT: add `np.alen` to the types exclude listJosh Wilson2020-06-201-0/+1
| * DOC: add docstring to tool for finding functions missing typesJosh Wilson2020-06-181-1/+11
| * ENH: add tool to find functions missing typesJosh Wilson2020-06-171-0/+129
* | STY: flake8 fixesmattip2020-07-051-51/+96
* | BLD: add manylinux1 OpenBlAS 0.3.10 hashes and test for themmattip2020-07-041-2/+15
|/
* BLD: upgrade to OpenBLAS0.3.10mattip2020-06-161-1/+17
* BLD: use OpenBLAS 0.3.10mattip2020-06-151-18/+22
* MAINT: Stop uploading wheels to Rackspace.Charles Harris2020-05-261-13/+0
* Defer ctypes import in generated _distributor_init.pySteve Dower2020-05-261-7/+7
* MAINT: Streamline download-wheels.Charles Harris2020-05-241-4/+4
* MAINT: Cleanup 'tools/download-wheels.py' (#16329)Anirudh Subramanian2020-05-221-3/+10
* BUG: Fix tools/download-wheels.py.Charles Harris2020-05-181-8/+9
* Merge pull request #16269 from tbm/typoMatti Picus2020-05-171-1/+1
|\
| * DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
* | ENH: Add tool for downloading release wheels from Anaconda.Charles Harris2020-05-161-0/+79
|/
* ENH: add manylinux1 openblas hashesmattip2020-05-131-0/+6
* ENH: add win32 hashmattip2020-05-121-0/+1
* ENH: backport scipy changes to openblas download scriptmattip2020-05-123-18/+56
* BUG: use defaultmattip2020-05-061-1/+1
* MAINT: Fix '2104' typo, should be '2014'.Charles Harris2020-05-061-1/+1
* ENH: allow choosing which manylinux artifact to downloadmattip2020-05-061-15/+19
* BLD: Add :doc: to whitelisted roles in refguide_check.Ross Barnowski2020-05-051-1/+1
* TST: use latest released PyPy instead of nightly buildsmattip2020-04-281-4/+4
* TST: use draft OpenBLAS buildmattip2020-03-301-1/+2
* DOC: fix remaining doc files for refguide_check (#15720)Pierre de Buyl2020-03-261-0/+3
* MAINT: CI: Run 'apt-get update' in tools/pypy-test.shWarren Weckesser2020-03-151-0/+1
* Fix swig testsMathieu Lamarre2020-03-134-53/+59
* Merge pull request #15702 from mwtoews/optparseCharles Harris2020-03-081-24/+27
|\
| * MAINT: replace optparse with argparse for 'doc' and 'tools' scriptsMike Taves2020-03-091-24/+27
* | TST: always use 'python -mpip' not 'pip'mattip2020-03-061-3/+2
* | convert shebang from python to python3 (#15687)Changqing Li2020-03-0415-15/+15
|/
* Merge pull request #15653 from mattip/openblas0.3.7Charles Harris2020-03-023-8/+11
|\
| * BLD: consolidate openblas verison check to be self-containedmattip2020-02-273-7/+10
| * BLD: update OpenBLAS to pre-0.3.9 versionmattip2020-02-271-1/+1
* | Merge pull request #12646 from shoyer/refguide-check-exceptionsMatti Picus2020-02-281-1/+1
|\ \ | |/ |/|
| * TST: check exception details in refguide_check.pyStephan Hoyer2019-01-011-1/+1
* | BLD: update openblas download to new location, use manylinux2010-basemattip2020-02-253-25/+27
* | BLD: manylinux2010 docker reports machine=i686mattip2020-02-171-4/+4
* | Merge pull request #15556 from seberg/travis-install-python3-dbgCharles Harris2020-02-121-1/+1
|\ \
| * | TST: (Travis CI) Use full python3-dbg path for virtual env creationSebastian Berg2020-02-121-1/+1
* | | Merge pull request #15465 from mwtoews/importsSebastian Berg2020-02-0710-18/+0
|\ \ \ | |/ / |/| |
| * | MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-0610-18/+0
* | | TST: Fix missing output in refguide-checkSeth Troisi2020-02-051-0/+1
|/ /
* | Merge pull request #15430 from sethtroisi/refguide_warningMatti Picus2020-02-031-46/+32
|\ \
| * | DEV: More contextmanager in _run_doctestsSeth Troisi2020-01-241-43/+33
| * | DEV: Use contextmanager in _run_doctestsSeth Troisi2020-01-241-43/+39
* | | Merge pull request #15464 from sethtroisi/refguide_dup_lineMatti Picus2020-01-291-2/+0
|\ \ \