summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix array_split incorrect behavior with array size bigger MAX_INT32 (#11...Nikita Titov2018-08-261-0/+14
* TST: Add tests for expand_dimsEric Wieser2018-07-301-0/+9
* ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-251-1/+91
* Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlibCharles Harris2018-05-151-13/+9
|\
| * MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-291-13/+9
* | MAINT: Misc. typos (#11005)luzpaz2018-04-301-2/+2
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+1
* MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-051-1/+1
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-25/+25
* DEP: Deprecate incorrect behavior of expand_dims.Charles Harris2017-05-171-1/+22
* BUG: Fix double-wrapping of object scalarsEric Wieser2017-04-061-0/+15
* BUG: Don't leak internal exceptions when given an empty arrayEric Wieser2017-02-131-0/+19
* TST: Verify apply_along_axis now works on masked arraysEric Wieser2017-02-111-0/+14
* BUG: Work around evil matrix.__array_prepare__Eric Wieser2017-02-111-3/+9
* BUG: Fix crash on 0d return value in apply_along_axisEric Wieser2017-02-111-6/+62
* BUG: Fix apply_along_axis() for when func1d() returns a non-ndarray (#8426)Ben Rowland2016-12-311-0/+6
* ENH: allow numpy.apply_along_axis() to work with ndarray subclasses (#7918)Ben Rowland2016-10-111-0/+31
* TST: Fix #6542: Add tests for non-iterable input...gkBCCN2016-02-291-1/+28
* DEP: Remove FutureWarning from np.lib.split and go to future.Charles Harris2015-10-301-18/+12
* Merge pull request #6371 from seberg/pr-5771Charles Harris2015-09-271-0/+9
|\
| * TST: Test empty warning for split with manual inputsSebastian Berg2015-09-271-0/+9
* | BUG: Fix tiling of zero-sized arrays numpy/numpy#6089 and add test case.Dimas Abreu Dutra2015-07-171-0/+3
|/
* BUG: Fixed issue #4679 and added testOliver Eberle2015-02-191-0/+6
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-135/+142
* BUG: Fix array_split empty array type and add FutureWarningSebastian Berg2013-12-201-2/+8
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-33/+48
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-165/+165
* ENH: implement may_share_memory in CJulian Taylor2013-05-281-0/+15
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: Some bugs in squeeze and concatenate found by testing SciPyMark Wiebe2011-08-271-0/+7
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-5/+5
* All non core regressions tests moved to their respective modules.David Cournapeau2009-09-161-139/+0
* Move matrix class into its own module.David Cournapeau2009-09-161-0/+1
* ran reindentJarrod Millman2008-08-081-1/+1
* Added tests to improve coverage.Alan McIntyre2008-07-131-0/+7
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-031-2/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-69/+106
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+0
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-15/+15
* Tile empty arrays.Stefan van der Walt2007-07-101-0/+5
* Fix segfault in N.float64, ticket #412.Travis Oliphant2007-01-091-2/+4
* Whitespace cleanup.Stefan van der Walt2007-01-081-10/+9
* fix for #407 and add unit test for itTim Leslie2007-01-081-0/+4
* Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ...Travis Oliphant2006-10-091-3/+14
* Kron is now N-dimensional, so remove rank check.Stefan van der Walt2006-10-071-16/+0
* Add tests for tile and fix error.Travis Oliphant2006-10-071-0/+11
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-15/+15