summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TST: Update travis and appveyor to use pytest.Charles Harris2018-04-044-35/+31
* TST: Update `runtests.py` to use pytest.Charles Harris2018-04-041-62/+36
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-0412-35/+44
* TST: Switch to using pytest markersCharles Harris2018-04-0456-458/+535
* TST: Add `.coveragerc` file for coverage testing.Charles Harris2018-04-041-0/+3
* TST: Update pytest.ini and PytestTesterCharles Harris2018-04-042-12/+31
* Merge pull request #10827 from charris/create-pytesttesterCharles Harris2018-04-0112-13/+190
|\
| * ENH: Add tester for pytest.Charles Harris2018-03-311-0/+175
| * MAINT: Update pytest.ini.Charles Harris2018-03-311-3/+15
| * MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-3110-10/+0
* | Merge pull request #10834 from juliantaylor/opt-docCharles Harris2018-04-011-0/+2
|\ \
| * | DOC: note that NDEBUG should be set when OPT should increase optimizationJulian Taylor2018-04-011-0/+2
| |/
* | Merge pull request #10833 from aurel32/riscv64Charles Harris2018-04-013-1/+9
|\ \
| * | MAINT: Fix hard tab.Charles Harris2018-04-011-1/+1
| * | ENH: Add a release note about support for 64-bit RISC-VAurelien Jarno2018-04-011-0/+4
| * | ENH: Add support for the 64-bit RISC-V architectureDavid Abdurachmanov2018-04-012-1/+5
| |/
* | Merge pull request #10781 from stefanv/nep_index_builderCharles Harris2018-04-0121-69/+178
|\ \ | |/ |/|
| * Install graphviz on CircleCIStefan van der Walt2018-03-221-0/+2
| * Move Status tag to more appropriate locationStefan van der Walt2018-03-221-2/+1
| * Add missing check for Replaces tag in replacement NEPStefan van der Walt2018-03-221-0/+6
| * Add consistency check for superseded NEPsStefan van der Walt2018-03-211-1/+37
| * Raise errors in Sphinx warningsStefan van der Walt2018-03-211-1/+1
| * Use correct tag Final for merged NEPs. Add resolution to NEP 14.Stefan van der Walt2018-03-218-10/+13
| * Add tool for building NEP indexStefan van der Walt2018-03-2120-63/+126
* | Merge pull request #10832 from orestisf1993/issue-10810Stephan Hoyer2018-03-312-1/+8
|\ \
| * | ENH: datetime64: support AC dates starting with '+'Orestis Floros2018-03-312-1/+8
* | | Merge pull request #10786 from lakshayg/stablesortJulian Taylor2018-03-316-9/+37
|\ \ \ | |/ / |/| |
| * | Remove NPY_STABLESORT enumLakshay Garg2018-03-297-21/+19
| * | add test for stable sortLakshay Garg2018-03-251-0/+6
| * | add release noteLakshay Garg2018-03-251-0/+14
| * | add stablesort in np.sort and point to mergesortLakshay Garg2018-03-239-14/+24
* | | Merge pull request #10830 from charris/fix-testing-warningsRalf Gommers2018-03-303-6/+6
|\ \ \
| * | | BUG: Fix obvious warning bugs.Charles Harris2018-03-303-6/+6
* | | | Merge pull request #10831 from luzpaz/fix-minor-typosCharles Harris2018-03-3010-11/+11
|\ \ \ \
| * | | | DOC: Fix minor typosluz.paz2018-03-3010-11/+11
|/ / / /
* | | | Merge pull request #10829 from rgommers/doc-pyverCharles Harris2018-03-301-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | BLD: use Python 3.6 instead of 2.7 as default for doc build.Ralf Gommers2018-03-291-1/+1
* | | | Merge pull request #10828 from rgommers/importwarning-bugCharles Harris2018-03-301-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: fix obvious mistake in testing/decorators warning.Ralf Gommers2018-03-291-2/+2
|/ / /
* | | Merge pull request #10812 from charris/rearrange-testing-filesCharles Harris2018-03-2913-13/+32
|\ \ \
| * | | MAINT: Warn when importing numpy.testing.<module>.Charles Harris2018-03-294-4/+18
| * | | MAINT: Rearrange numpy/testing files.Charles Harris2018-03-2913-10/+15
* | | | Merge pull request #10619 from eric-wieser/fix-notmasked_contiguousMarten van Kerkwijk2018-03-273-28/+73
|\ \ \ \
| * | | | BUG: Always return a list from np.ma.flatnotmasked_contiguousEric Wieser2018-03-253-17/+53
| * | | | TST: simplify test of notmasked_contiguousEric Wieser2018-03-251-13/+22
| |/ / /
* | | | Merge pull request #10807 from pvanmulbregt/doc_devtoxCharles Harris2018-03-261-1/+1
|\ \ \ \
| * | | | DOC: Update link to tox in development docs (#10806)Paul van Mulbregt2018-03-261-1/+1
|/ / / /
* | | | Merge pull request #10795 from eric-wieser/einsum-output-spacesMarten van Kerkwijk2018-03-262-10/+28
|\ \ \ \
| * | | | BUG: Allow spaces in output string of einsumEric Wieser2018-03-252-10/+28
| |/ / /
* | | | Merge pull request #10798 from jaimefrio/einsum_mappingEric Wieser2018-03-262-4/+9
|\ \ \ \