summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_multiarray.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-24TST: Remove nose dependence of locale tests.Charles Harris1-9/+10
2018-03-21MAINT: Remove use of unittest in NumPy tests.xoviat1-4/+1
2018-03-14TST: Import abstract classes from collections.abcFrederick Lefebvre1-2/+7
2018-03-08ENH: Allow dtype field names to be unicode in Python2 (#10672)Chris Billington1-4/+9
2018-02-27DOC/MAINT: More misc. typosluz.paz1-4/+4
2018-02-25BUG: Make np.partition and np.sort work on np.matrix when axis=NoneEric Wieser1-0/+15
2018-02-16Misc. typosluz.paz1-1/+1
2018-02-15Merge pull request #10381 from eric-wieser/fix-segfaultAllan Haldane1-0/+10
2018-02-15ENH: Always show dtype fields in the array repr, even for non-voidEric Wieser1-1/+2
2018-02-15BUG: Fix crash on non-void structured array reprEric Wieser1-0/+4
2018-02-15BUG: Show the base of a compound dtype even when it doesn't subclass voidEric Wieser1-0/+5
2018-02-12Misc. typosluz.paz1-1/+1
2018-02-06Merge pull request #10529 from eric-wieser/fix-pep3118-errorCharles Harris1-0/+13
2018-02-06BUG: Provide a better error message for out-of-order fieldsEric Wieser1-0/+13
2018-02-03MAINT: Use AxisError in diagonalEric Wieser1-0/+5
2018-02-03MAINT: Use AxisError in swapaxesEric Wieser1-4/+4
2018-01-18Merge pull request #10430 from eric-wieser/duplicate-field-name-errorMarten van Kerkwijk1-1/+3
2018-01-18MAINT: Use ValueError for duplicate field names in lookupEric Wieser1-1/+3
2017-12-23MAINT: repair deprecated yield testsxoviat1-6/+6
2017-12-12DOC: fix minor typosUnknown1-1/+1
2017-12-11MAINT: Produce a different error message when length is NaNEric Wieser1-7/+25
2017-12-11BUG: Fix corner cases when value is NaN.Han Shen1-0/+4
2017-12-11Merge pull request #10193 from charris/fix-deprecation-warningCharles Harris1-15/+8
2017-12-10DEP: Deprecate the pickle aliasesEric Wieser1-2/+3
2017-12-10BUG: Fix test_1d_format test.Charles Harris1-15/+8
2017-12-04test, fix problems from PR #9998mattip1-2/+16
2017-12-01TST: Move formatting tests into test_arrayprintEric Wieser1-20/+0
2017-11-17BUG: Allow `int` to be called on nested object arraysEric Wieser1-0/+28
2017-11-08DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus1-10/+90
2017-11-06BUG: cast to str_ should not convert to pure-python intermediateAllan Haldane1-0/+8
2017-11-02BUG: Passing an incorrect type to dtype.__getitem__ should raise TypeErrorEric Wieser1-1/+1
2017-10-22Merge pull request #9487 from eric-wieser/fromstring-bytesCharles Harris1-3/+6
2017-10-19BUG: Allow __array_interface__['shape'] == () (#7994)Erik Bray1-0/+26
2017-10-19DEP: Letting fromstring pretend to be frombuffer is a bad ideaEric Wieser1-3/+6
2017-10-17ENH: Implement ndarray.__format__ for 0d arraysEric Wieser1-0/+31
2017-10-13BUG: Make bool(void_scalar) and void_scalar.astype(bool) consistentEric Wieser1-0/+31
2017-10-03BUG: fix stray comma in _array2stringStefan Winkler1-3/+3
2017-10-01BUG: Allow array with 0 dims to be resizedEric Wieser1-0/+8
2017-10-01BUG: Allow empty strings to be pickledEric Wieser1-0/+9
2017-10-01BUG: Allow empty strings to be viewed as themselvesEric Wieser1-0/+10
2017-10-01BUG: Prevent ValueError when resizing V0 arraysEric Wieser1-0/+11
2017-10-01BUG: Prevent hang when sorting dtype=S0 arraysEric Wieser1-0/+38
2017-09-27Merge pull request #9672 from ahaldane/fix_cblas_ndarray_checkEric Wieser1-0/+12
2017-09-24Merge pull request #9300 from ahaldane/fix_obj_nonzeroCharles Harris1-0/+4
2017-09-23TST: Check if precision is lost in longcomplexEric Wieser1-19/+22
2017-09-21BUG: dot/matmul 'out' arg should accept any ndarray subclassAllan Haldane1-0/+12
2017-09-18BUG: Make scalar function elision check writeable.Charles Harris1-0/+9
2017-09-14MAINT: Simplify array_contains using PyArray_AnyAllan Haldane1-0/+4
2017-09-09Merge pull request #6053 from ahaldane/multifield_structassignCharles Harris1-71/+56
2017-09-07BUG: account for field titles in multi-field indexesAllan Haldane1-0/+6