summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Finalize the non-sequence stacking deprecationSebastian Berg2023-01-171-2/+2
* TST: add functional tests for kronShreyas Joshi2022-09-211-0/+29
* TST: `np.kron` tests refinementGanesh Kathiresan2022-04-051-7/+17
* MAINT: Linting fixesGanesh Kathiresan2022-03-251-1/+2
* TST: Added testcases for `np.kron`Ganesh Kathiresan2022-03-221-0/+26
* MAINT: refactor "for ... in range(len(" statementsMike Taves2021-09-011-3/+7
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-16/+16
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: lib: Clean up in tests.Warren Weckesser2020-01-011-1/+0
* ENH,DEP: Allow multiple axes in expand_dims (#14051)Larry Bradley2019-12-021-6/+18
* Use set litteralsRoman Yurchak2018-11-241-2/+2
* DEP: deprecate passing a generator to stack functionsStephan Hoyer2018-10-271-0/+9
* TST: unit tests for column_stack.Tyler Reddy2018-10-191-0/+20
* 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