summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* DEV: remove travis 32 bit chroot job since it is running on azuremattip2018-12-131-51/+0
* TST: enable array_func covTyler Reddy2018-12-011-0/+1
* force python3 in chrootmattip2018-11-011-3/+3
* BUILD: use system python3 in the chrootmattip2018-10-311-11/+11
* MNT add pickle5 to some python 3.6/7 setups for the CI suitePierre Glaser2018-10-052-0/+14
* Merge pull request #11905 from charris/c99-tests-updateCharles Harris2018-09-241-0/+8
|\
| * TST: Start testing with "-std=c99" on travisCI.Charles Harris2018-09-071-0/+8
* | BUG: Fix memory leak in pyfragments.swg (#11877)Christopher Pezley2018-09-101-2/+4
|/
* TST: Drop Python 3.4 testingCharles Harris2018-09-011-0/+2
* TST: Update travis testing to use latest virtualenv.Charles Harris2018-09-011-6/+1
* TST: add C code line coverage to codecov reportTyler Reddy2018-08-071-0/+24
* Merge pull request #11484 from eric-wieser/bump-cython-versionCharles Harris2018-07-311-2/+12
|\
| * BUG: Increase required cython version on python 3.7Eric Wieser2018-07-291-2/+12
* | codecov integration. scipy2018 sprint.alyssaq2018-07-182-2/+17
|/
* Prefer the same-python cython to the on-PATH cythonEric Wieser2018-07-051-20/+16
* MAINT: Use a simpler invocation of cythonEric Wieser2018-07-041-4/+2
* DOC: Correct issue referenceEric Wieser2018-07-041-1/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-4/+4
* TST: Do not ignore yield warnings in ci testing.Charles Harris2018-04-081-4/+2
* TST: Update travis and appveyor to use pytest.Charles Harris2018-04-043-9/+12
* TST, DOC: Upload devdocs and neps after circleci build (#10702)Stefan van der Walt2018-03-161-0/+65
* MAINT: Misc small fixes. (#10722)Charles Harris2018-03-101-31/+31
* White spacesMathieu Lamarre2018-02-081-1/+1
* Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUSMathieu Lamarre2018-02-081-2/+8
* Swig tool: Clear CARRAY flag when setting FARRAYMathieu Lamarre2018-02-081-0/+2
* Merge pull request #10434 from charris/rename-announce-to-changelogCharles Harris2018-01-181-4/+4
|\
| * MAINT: Update changlog.py docstring.Charles Harris2018-01-181-4/+4
| * MAINT: Move `tools/announce.py` to `tools/changelog.py`.Charles Harris2018-01-181-0/+0
* | MAINT: Update zesty to artful for i386 testingCharles Harris2018-01-171-4/+3
|/
* Added types for int and uint with an explicit size.Mark Harfouche2018-01-121-1/+10
* MAINT: Workaround for new travis sdist failures.Charles Harris2017-12-201-0/+3
* MAINT: Fix tests failures on travis CI merge.Charles Harris2017-12-201-0/+4
* TST: appveyor: Enable OpenBLAS via MinGW Gfortranxoviat2017-09-041-0/+6
* MAINT: merge python -3 and -OO testJulian Taylor2017-09-011-7/+2
* MAINT: remove -Wsign-compare from warningsJulian Taylor2017-09-011-10/+6
* MAINT: add compiler warning tests to all jobsJulian Taylor2017-09-011-7/+9
* MAINT: restore compiler warning check to zero warningsJulian Taylor2017-09-011-5/+1
* MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie2017-06-261-29/+23
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* ENH: add support for python3.6 memory tracingJulian Taylor2017-04-281-0/+11
* Merge pull request #8695 from charris/remove-unneeded-scriptsCharles Harris2017-03-1221-13888/+0
|\