summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-0412-35/+44
* TST: Switch to using pytest markersCharles Harris2018-04-0456-458/+535
* TST: Update pytest.ini and PytestTesterCharles Harris2018-04-041-11/+30
* Merge pull request #10827 from charris/create-pytesttesterCharles Harris2018-04-0111-10/+175
|\
| * ENH: Add tester for pytest.Charles Harris2018-03-311-0/+175
| * MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-3110-10/+0
* | MAINT: Fix hard tab.Charles Harris2018-04-011-1/+1
* | ENH: Add support for the 64-bit RISC-V architectureDavid Abdurachmanov2018-04-012-1/+5
|/
* 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-315-9/+23
|\ \ | |/ |/|
| * Remove NPY_STABLESORT enumLakshay Garg2018-03-295-15/+15
| * add test for stable sortLakshay Garg2018-03-251-0/+6
| * add stablesort in np.sort and point to mergesortLakshay Garg2018-03-237-10/+18
* | 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
* | | DOC: Fix minor typosluz.paz2018-03-309-10/+10
|/ /
* | 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-272-28/+64
|\ \ \
| * | | BUG: Always return a list from np.ma.flatnotmasked_contiguousEric Wieser2018-03-252-17/+44
| * | | TST: simplify test of notmasked_contiguousEric Wieser2018-03-251-13/+22
| |/ /
* | | 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
|\ \ \
| * | | BUG: Incorrect mapping of einsum axes.Jaime Fernandez2018-03-262-4/+9
| |/ /
* | | Merge pull request #10774 from mdboom/fix-sqrt-min-for-no-long-doubleAllan Haldane2018-03-251-0/+4
|\ \ \ | |/ / |/| |
| * | Fix SQRT_MIN for platforms with 8-byte long doubleMichael Droettboom2018-03-201-0/+4
* | | BUG: Provide correct format in Py_buffer for scalars (#10564)Jeff VanOss2018-03-244-46/+201
* | | Merge pull request #10790 from charris/pytest-prepCharles Harris2018-03-2423-239/+346
|\ \ \
| * | | TST: Add numpy/compat/testsCharles Harris2018-03-241-2/+2
| * | | TST: Do not import functions beginning `test_`.Charles Harris2018-03-243-76/+95
| * | | TST: Rename some compiled c test modulesCharles Harris2018-03-2418-64/+64
| * | | TST: Remove nose dependence of locale tests.Charles Harris2018-03-244-93/+139
| * | | TST: Remove some nose dependences in utils.pyCharles Harris2018-03-231-7/+49
* | | | Fixed author name in reference to bookChloeColeongco2018-03-221-1/+1
| |_|/ |/| |
* | | BUG: test, fix for missing flags['WRITEBACKIFCOPY'] keymattip2018-03-222-1/+3
|/ /
* | Merge pull request #10777 from charris/prep-for-pytestCharles Harris2018-03-217-223/+181
|\ \
| * | MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-217-223/+181
* | | Use dummy_threading on platforms that don't support threading (#10773)Michael Droettboom2018-03-201-1/+4
| |/ |/|
* | Merge pull request #10766 from eric-wieser/remove-dead-codeCharles Harris2018-03-191-49/+0
|\ \ | |/ |/|
| * MAINT: Remove the unused scalarmath getters for fmod and sqrtEric Wieser2018-03-191-49/+0
* | Merge pull request #10740 from charris/add-python-3.7-testsCharles Harris2018-03-199-37/+197
|\ \ | |/ |/|
| * MAINT: Fix Python 3 deprecated C-API useCharles Harris2018-03-197-23/+164
| * MAINT: Fix test_utils.py for Python 3.7.Charles Harris2018-03-191-14/+29
| * MAINT: Fix char* variable in arr_add_docstring for Python 3.7Charles Harris2018-03-151-0/+4
* | Merge pull request #10755 from eric-wieser/reduce-histogram-docsCharles Harris2018-03-161-108/+76
|\ \
| * | MAINT: The histogram_bin_edges function needs a raw docstring.Charles Harris2018-03-161-1/+1