index
:
platform/upstream/python-numpy
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
master
sandbox/backup/numpy-1.15.0_20210104
sandbox/dh0128.kwak/numpy-1.16.6_20201231
sandbox/nmerinov/llvm
sandbox/wangbiao/qemu-5.2
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
upstream-git
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numpy
/
lib
/
stride_tricks.py
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-24
BUG: have as_strided() keep custom dtypes
Antoine Pitrou
1
-4
/
+3
2017-02-13
BUG: The broadcast shape of no things should be (), not ValueError
Eric Wieser
1
-1
/
+1
2016-05-08
BUG: Fix TypeError when raising TypeError
Eric Wieser
1
-1
/
+1
2016-03-09
DOC: fix typo
Samuel St-Jean
1
-1
/
+1
2016-02-13
DOC: Add documentation for as_strided
Sebastian Berg
1
-3
/
+62
2016-01-04
ENH: allow single input argument in numpy.broadcast
Holger Kohr
1
-3
/
+0
2015-10-24
BUG: error in broadcast_arrays with as_strided array
Stephan Hoyer
1
-3
/
+6
2015-05-15
BUG: fix _broadcast_shape (and broadcast_array) for len(args) > 32
Stephan Hoyer
1
-0
/
+4
2015-05-06
DOC: note versionadded for broadcast_to
Eric Moore
1
-0
/
+4
2015-03-12
Merge pull request #5519 from jaimefrio/array_interface_dtype
Charles Harris
1
-2
/
+4
2015-03-08
ENH: PyArray_FromInterface checks descr if typestr is np.void
jaimefrio
1
-2
/
+4
2015-03-01
BUG: fix broadcast_to for reference types
Stephan Hoyer
1
-3
/
+3
2015-02-26
ENH: add broadcast_to function
Stephan Hoyer
1
-55
/
+104
2014-08-27
Convert as_strided input to array first
Marten van Kerkwijk
1
-4
/
+8
2014-08-25
ENH: add subok flag to stride_tricks (and thus broadcast_arrays)
Marten van Kerkwijk
1
-5
/
+19
2014-07-31
STY: Make files in numpy/lib PEP8 compliant.
Charles Harris
1
-10
/
+12
2014-02-26
Fix stride_stricks.as_strided function for object arrays
Jay Bourque
1
-1
/
+2
2013-08-18
STY: Giant comma spacing fixup.
Charles Harris
1
-1
/
+1
2013-05-10
Fix issue with broadcast_arrays() and user defined dtypes
Jay Bourque
1
-1
/
+4
2013-04-10
2to3: Apply `map` fixer.
Charles Harris
1
-2
/
+2
2013-04-06
2to3: Apply `print` fixer.
Charles Harris
1
-1
/
+1
2013-03-28
2to3: Use absolute imports.
Charles Harris
1
-1
/
+1
2013-03-01
2to3: Put `from __future__ import division in every python file.
Charles Harris
1
-0
/
+2
2010-07-31
DOC: wiki merge, twodim_base and a few loose ones.
rgommers
1
-5
/
+5
2009-10-02
Docstring update: lib
Pauli Virtanen
1
-1
/
+6
2008-08-08
ran reindent
Jarrod Millman
1
-2
/
+1
2008-08-05
Merge from documentation editor.
Stefan van der Walt
1
-2
/
+4
2008-07-03
ENH: Add broadcast_arrays() function to expose broadcasting to pure Python fu...
Robert Kern
1
-0
/
+109