summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #10814 from juliantaylor/improve-cpuidCharles Harris2018-04-056-18/+69
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | BUG: verify the OS supports avx instructionJulian Taylor2018-03-296-18/+69
| |/ / / / /
* | | | | | Merge pull request #10827 from charris/create-pytesttesterCharles Harris2018-04-011-1/+0
|\ \ \ \ \ \
| * | | | | | MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+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-312-6/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove NPY_STABLESORT enumLakshay Garg2018-03-295-15/+15
| * | | | | | add stablesort in np.sort and point to mergesortLakshay Garg2018-03-235-7/+15
* | | | | | | DOC: Fix minor typosluz.paz2018-03-304-5/+5
| |_|_|/ / / |/| | | | |
* | | | | | 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-2418-226/+291
|\ \ \ \ \
| * | | | | TST: Do not import functions beginning `test_`.Charles Harris2018-03-243-76/+95
| * | | | | TST: Rename some compiled c test modulesCharles Harris2018-03-2415-60/+60
| * | | | | TST: Remove nose dependence of locale tests.Charles Harris2018-03-244-93/+139
* | | | | | 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-213-10/+7
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-213-10/+7
* | | | 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-198-23/+168
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Fix Python 3 deprecated C-API useCharles Harris2018-03-197-23/+164
| * | | MAINT: Fix char* variable in arr_add_docstring for Python 3.7Charles Harris2018-03-151-0/+4
* | | | Merge pull request #10618 from eric-wieser/avoid-nontuple-indicesMarten van Kerkwijk2018-03-152-2/+2
|\ \ \ \
| * | | | MAINT: Stop using non-tuple indices internallyEric Wieser2018-02-162-2/+2
* | | | | DOC: Fix typo in warning messagehvy2018-03-151-1/+1
| |/ / / |/| | |
* | | | TST: Import abstract classes from collections.abcFrederick Lefebvre2018-03-143-7/+22
* | | | Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen2018-03-125-23/+10
| |/ / |/| |
* | | Merge pull request #10716 from ahaldane/fix_dragon4_fractional_cutoffCharles Harris2018-03-102-5/+13
|\ \ \
| * | | BUG: dragon4 fractional output mode adds too many trailing zerosAllan Haldane2018-03-092-5/+13
* | | | Merge pull request #10689 from freakboy3742/iOS-compatCharles Harris2018-03-081-2/+2
|\ \ \ \
| * | | | BLD: Add configuration to allow cross platform builds for iOS.Russell Keith-Magee2018-03-041-2/+2
* | | | | Merge pull request #10711 from charris/fix-hard-tabsCharles Harris2018-03-084-36/+36
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-084-36/+36
* | | | | Merge pull request #10698 from ahaldane/fix_0d_object_subclass_againCharles Harris2018-03-082-13/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Further back-compat fix for subclassed array reprAllan Haldane2018-03-052-13/+47
| |/ / /
* | | | Merge pull request #10694 from lumbric/patch-2Charles Harris2018-03-081-1/+1
|\ \ \ \
| * | | | DOC: Improve docstring of memmaplumbric2018-03-051-1/+1
| |/ / /
* | | | ENH: Allow dtype field names to be unicode in Python2 (#10672)Chris Billington2018-03-082-6/+22
|/ / /
* | | DOC zeros, empty, and ones now have consistent docstringsNelle Varoquaux2018-03-011-3/+4
* | | Merge pull request #8819 from mhvk/gufunc-axis-argumentAllan Haldane2018-02-282-29/+321
|\ \ \