summaryrefslogtreecommitdiff
path: root/numpy/lib/stride_tricks.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-24BUG: have as_strided() keep custom dtypesAntoine Pitrou1-4/+3
2017-02-13BUG: The broadcast shape of no things should be (), not ValueErrorEric Wieser1-1/+1
2016-05-08BUG: Fix TypeError when raising TypeErrorEric Wieser1-1/+1
2016-03-09DOC: fix typoSamuel St-Jean1-1/+1
2016-02-13DOC: Add documentation for as_stridedSebastian Berg1-3/+62
2016-01-04ENH: allow single input argument in numpy.broadcastHolger Kohr1-3/+0
2015-10-24BUG: error in broadcast_arrays with as_strided arrayStephan Hoyer1-3/+6
2015-05-15BUG: fix _broadcast_shape (and broadcast_array) for len(args) > 32Stephan Hoyer1-0/+4
2015-05-06DOC: note versionadded for broadcast_toEric Moore1-0/+4
2015-03-12Merge pull request #5519 from jaimefrio/array_interface_dtypeCharles Harris1-2/+4
2015-03-08ENH: PyArray_FromInterface checks descr if typestr is np.voidjaimefrio1-2/+4
2015-03-01BUG: fix broadcast_to for reference typesStephan Hoyer1-3/+3
2015-02-26ENH: add broadcast_to functionStephan Hoyer1-55/+104
2014-08-27Convert as_strided input to array firstMarten van Kerkwijk1-4/+8
2014-08-25ENH: add subok flag to stride_tricks (and thus broadcast_arrays)Marten van Kerkwijk1-5/+19
2014-07-31STY: Make files in numpy/lib PEP8 compliant.Charles Harris1-10/+12
2014-02-26Fix stride_stricks.as_strided function for object arraysJay Bourque1-1/+2
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-1/+1
2013-05-10Fix issue with broadcast_arrays() and user defined dtypesJay Bourque1-1/+4
2013-04-102to3: Apply `map` fixer.Charles Harris1-2/+2
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
2010-07-31DOC: wiki merge, twodim_base and a few loose ones.rgommers1-5/+5
2009-10-02Docstring update: libPauli Virtanen1-1/+6
2008-08-08ran reindentJarrod Millman1-2/+1
2008-08-05Merge from documentation editor.Stefan van der Walt1-2/+4
2008-07-03ENH: Add broadcast_arrays() function to expose broadcasting to pure Python fu...Robert Kern1-0/+109