summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_stride_tricks.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-24TST: Rename some compiled c test modulesCharles Harris1-1/+1
2017-05-24BUG: have as_strided() keep custom dtypesAntoine Pitrou1-0/+8
2017-05-09ENH: Spelling fixesVille Skyttä1-1/+1
2017-02-13BUG: The broadcast shape of no things should be (), not ValueErrorEric Wieser1-1/+1
2016-02-13DOC: Add documentation for as_stridedSebastian Berg1-0/+17
2015-10-24BUG: error in broadcast_arrays with as_strided arrayStephan Hoyer1-0/+8
2015-07-25STY: PEP8 and pyflakes fixes for numpy/lib/testsCharles Harris1-1/+0
2015-05-15BUG: fix _broadcast_shape (and broadcast_array) for len(args) > 32Stephan Hoyer1-0/+5
2015-03-12Merge pull request #5519 from jaimefrio/array_interface_dtypeCharles Harris1-0/+23
2015-03-08ENH: PyArray_FromInterface checks descr if typestr is np.voidjaimefrio1-0/+23
2015-03-01BUG: fix broadcast_to for reference typesStephan Hoyer1-0/+10
2015-02-26ENH: add broadcast_to functionStephan Hoyer1-2/+88
2014-08-27Convert as_strided input to array firstMarten van Kerkwijk1-4/+17
2014-08-25ENH: add subok flag to stride_tricks (and thus broadcast_arrays)Marten van Kerkwijk1-1/+32
2014-07-31MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris1-24/+26
2014-02-26Fix stride_stricks.as_strided function for object arraysJay Bourque1-0/+17
2013-09-03STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris1-1/+9
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-72/+72
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2011-07-19ENH: core: Some fixes, change some tests to not use yieldMark Wiebe1-15/+16
2011-04-05STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris1-1/+1
2008-07-14Make use of assert_raises from numpy.testing, and added run_module_suite to s...Alan McIntyre1-3/+5
2008-07-03ENH: Add broadcast_arrays() function to expose broadcasting to pure Python fu...Robert Kern1-0/+206