Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #10814 from juliantaylor/improve-cpuid | Charles Harris | 2018-04-05 | 6 | -18/+69 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | BUG: verify the OS supports avx instruction | Julian Taylor | 2018-03-29 | 6 | -18/+69 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #10827 from charris/create-pytesttester | Charles Harris | 2018-04-01 | 1 | -1/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: Remove "bench" from testing modules `__init__`s. | Charles Harris | 2018-03-31 | 1 | -1/+0 | |
* | | | | | | | MAINT: Fix hard tab. | Charles Harris | 2018-04-01 | 1 | -1/+1 | |
* | | | | | | | ENH: Add support for the 64-bit RISC-V architecture | David Abdurachmanov | 2018-04-01 | 2 | -1/+5 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #10832 from orestisf1993/issue-10810 | Stephan Hoyer | 2018-03-31 | 2 | -1/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ENH: datetime64: support AC dates starting with '+' | Orestis Floros | 2018-03-31 | 2 | -1/+8 | |
* | | | | | | | Merge pull request #10786 from lakshayg/stablesort | Julian Taylor | 2018-03-31 | 2 | -6/+14 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Remove NPY_STABLESORT enum | Lakshay Garg | 2018-03-29 | 5 | -15/+15 | |
| * | | | | | | add stablesort in np.sort and point to mergesort | Lakshay Garg | 2018-03-23 | 5 | -7/+15 | |
* | | | | | | | DOC: Fix minor typos | luz.paz | 2018-03-30 | 4 | -5/+5 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #10795 from eric-wieser/einsum-output-spaces | Marten van Kerkwijk | 2018-03-26 | 2 | -10/+28 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Allow spaces in output string of einsum | Eric Wieser | 2018-03-25 | 2 | -10/+28 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #10798 from jaimefrio/einsum_mapping | Eric Wieser | 2018-03-26 | 2 | -4/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Incorrect mapping of einsum axes. | Jaime Fernandez | 2018-03-26 | 2 | -4/+9 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #10774 from mdboom/fix-sqrt-min-for-no-long-double | Allan Haldane | 2018-03-25 | 1 | -0/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix SQRT_MIN for platforms with 8-byte long double | Michael Droettboom | 2018-03-20 | 1 | -0/+4 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | BUG: Provide correct format in Py_buffer for scalars (#10564) | Jeff VanOss | 2018-03-24 | 4 | -46/+201 | |
* | | | | | Merge pull request #10790 from charris/pytest-prep | Charles Harris | 2018-03-24 | 18 | -226/+291 | |
|\ \ \ \ \ | ||||||
| * | | | | | TST: Do not import functions beginning `test_`. | Charles Harris | 2018-03-24 | 3 | -76/+95 | |
| * | | | | | TST: Rename some compiled c test modules | Charles Harris | 2018-03-24 | 15 | -60/+60 | |
| * | | | | | TST: Remove nose dependence of locale tests. | Charles Harris | 2018-03-24 | 4 | -93/+139 | |
* | | | | | | Fixed author name in reference to book | ChloeColeongco | 2018-03-22 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | BUG: test, fix for missing flags['WRITEBACKIFCOPY'] key | mattip | 2018-03-22 | 2 | -1/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #10777 from charris/prep-for-pytest | Charles Harris | 2018-03-21 | 3 | -10/+7 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | MAINT: Remove use of unittest in NumPy tests. | xoviat | 2018-03-21 | 3 | -10/+7 | |
* | | | | Merge pull request #10766 from eric-wieser/remove-dead-code | Charles Harris | 2018-03-19 | 1 | -49/+0 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | MAINT: Remove the unused scalarmath getters for fmod and sqrt | Eric Wieser | 2018-03-19 | 1 | -49/+0 | |
* | | | | Merge pull request #10740 from charris/add-python-3.7-tests | Charles Harris | 2018-03-19 | 8 | -23/+168 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | MAINT: Fix Python 3 deprecated C-API use | Charles Harris | 2018-03-19 | 7 | -23/+164 | |
| * | | | MAINT: Fix char* variable in arr_add_docstring for Python 3.7 | Charles Harris | 2018-03-15 | 1 | -0/+4 | |
* | | | | Merge pull request #10618 from eric-wieser/avoid-nontuple-indices | Marten van Kerkwijk | 2018-03-15 | 2 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | MAINT: Stop using non-tuple indices internally | Eric Wieser | 2018-02-16 | 2 | -2/+2 | |
* | | | | | DOC: Fix typo in warning message | hvy | 2018-03-15 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | TST: Import abstract classes from collections.abc | Frederick Lefebvre | 2018-03-14 | 3 | -7/+22 | |
* | | | | Fix low-hanging Pypy compatibility issues (#10737) | Pauli Virtanen | 2018-03-12 | 5 | -23/+10 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #10716 from ahaldane/fix_dragon4_fractional_cutoff | Charles Harris | 2018-03-10 | 2 | -5/+13 | |
|\ \ \ | ||||||
| * | | | BUG: dragon4 fractional output mode adds too many trailing zeros | Allan Haldane | 2018-03-09 | 2 | -5/+13 | |
* | | | | Merge pull request #10689 from freakboy3742/iOS-compat | Charles Harris | 2018-03-08 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | BLD: Add configuration to allow cross platform builds for iOS. | Russell Keith-Magee | 2018-03-04 | 1 | -2/+2 | |
* | | | | | Merge pull request #10711 from charris/fix-hard-tabs | Charles Harris | 2018-03-08 | 4 | -36/+36 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | MAINT: Hard tab and whitespace cleanup. | Charles Harris | 2018-03-08 | 4 | -36/+36 | |
* | | | | | Merge pull request #10698 from ahaldane/fix_0d_object_subclass_again | Charles Harris | 2018-03-08 | 2 | -13/+47 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | BUG: Further back-compat fix for subclassed array repr | Allan Haldane | 2018-03-05 | 2 | -13/+47 | |
| |/ / / | ||||||
* | | | | Merge pull request #10694 from lumbric/patch-2 | Charles Harris | 2018-03-08 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | DOC: Improve docstring of memmap | lumbric | 2018-03-05 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | ENH: Allow dtype field names to be unicode in Python2 (#10672) | Chris Billington | 2018-03-08 | 2 | -6/+22 | |
|/ / / | ||||||
* | | | DOC zeros, empty, and ones now have consistent docstrings | Nelle Varoquaux | 2018-03-01 | 1 | -3/+4 | |
* | | | Merge pull request #8819 from mhvk/gufunc-axis-argument | Allan Haldane | 2018-02-28 | 2 | -29/+321 | |
|\ \ \ |