summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_shape_base.py
AgeCommit message (Expand)AuthorFilesLines
2017-11-12REV: Undo bad rebase in gh-8981 (7fdfdd6a52fc0761c0d45931247c5ed2480224eb)Eric Wieser1-0/+22
2017-11-12ENH: print void repr/str using hex notationAllan Haldane1-22/+0
2017-09-25Add two tests for different arr_ndimsJamie Townsend1-0/+22
2017-09-12ENH: Add out argument to `concatenate`Eric Wieser1-0/+34
2017-08-10MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer1-2/+2
2017-07-24TST: Remove unittest dependencies in numpy/core/tests.Charles Harris1-8/+8
2017-04-20API: Forbid tuple inputs entirelyEric Wieser1-5/+6
2017-04-20ENH: Require list depths to always matchEric Wieser1-25/+17
2017-04-20TST: Test nested caseEric Wieser1-0/+30
2017-04-20STY: Improve variable caseEric Wieser1-41/+41
2017-04-20ENH: add support for nd inputs to blockEric Wieser1-39/+89
2017-04-20TST: Don't use assert_almost_equal on intsEric Wieser1-11/+11
2017-04-20ENH: Add a block function for creating stacked block arrays.Stefan Otte1-4/+128
2017-03-21BUG: fix the error msg of empty hstack inputZZhaoTireless1-0/+6
2017-02-20MAINT: Be specific about where AxisError is raisedEric Wieser1-4/+4
2016-02-29TST: Fix #6542: Add tests for non-iterable input...gkBCCN1-0/+9
2015-12-10MAINT: Replace assert with assert_(...) in some tests.Charles Harris1-2/+2
2015-07-25STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris1-4/+3
2015-07-25STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris1-9/+9
2015-06-21DEP,MAINT: Raise IndexError if axis != 0 when concatenating 1-D arrays.Charles Harris1-84/+90
2015-06-18BUG: Large concatenates with axis=None causing segfault.Sebastian Berg1-0/+13
2015-05-11ENH: add np.stackStephan Hoyer1-2/+53
2014-02-25BUG: Fix promote_types, can_cast, as astype issuesJay Bourque1-1/+1
2013-08-31MAINT: Make Warning handling cleaner in test_concatenate_sloppy0.Charles Harris1-11/+4
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-36/+36
2013-08-18STY: Giant whitespace cleanup.Charles Harris1-1/+1
2013-04-132to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris1-1/+2
2013-04-102to3: Apply `map` fixer.Charles Harris1-57/+79
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-272to3: Replace xrange by range and use list(range(...)) where neededCharles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2012-09-30DOC: fix a typo in a commentOndřej Čertík1-1/+1
2012-09-16TST: test DeprecationWarning raised by concatenateMatthew Brett1-0/+8
2012-09-16BUG: change FutureWarning to DeprecationWarningMatthew Brett1-1/+1
2012-09-16BUG: allow any axis for np.concatenate for 1DMatthew Brett1-2/+63
2012-09-15TST: Add test for concatenate with None-axisHan Genuit1-3/+21
2011-08-27ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masksMark Wiebe1-0/+2
2011-04-05STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris1-8/+8
2009-09-16All non core regressions tests moved to their respective modules.David Cournapeau1-0/+143