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
/
tests
/
test_stride_tricks.py
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-24
TST: Rename some compiled c test modules
Charles Harris
1
-1
/
+1
2017-05-24
BUG: have as_strided() keep custom dtypes
Antoine Pitrou
1
-0
/
+8
2017-05-09
ENH: Spelling fixes
Ville Skyttä
1
-1
/
+1
2017-02-13
BUG: The broadcast shape of no things should be (), not ValueError
Eric Wieser
1
-1
/
+1
2016-02-13
DOC: Add documentation for as_strided
Sebastian Berg
1
-0
/
+17
2015-10-24
BUG: error in broadcast_arrays with as_strided array
Stephan Hoyer
1
-0
/
+8
2015-07-25
STY: PEP8 and pyflakes fixes for numpy/lib/tests
Charles Harris
1
-1
/
+0
2015-05-15
BUG: fix _broadcast_shape (and broadcast_array) for len(args) > 32
Stephan Hoyer
1
-0
/
+5
2015-03-12
Merge pull request #5519 from jaimefrio/array_interface_dtype
Charles Harris
1
-0
/
+23
2015-03-08
ENH: PyArray_FromInterface checks descr if typestr is np.void
jaimefrio
1
-0
/
+23
2015-03-01
BUG: fix broadcast_to for reference types
Stephan Hoyer
1
-0
/
+10
2015-02-26
ENH: add broadcast_to function
Stephan Hoyer
1
-2
/
+88
2014-08-27
Convert as_strided input to array first
Marten van Kerkwijk
1
-4
/
+17
2014-08-25
ENH: add subok flag to stride_tricks (and thus broadcast_arrays)
Marten van Kerkwijk
1
-1
/
+32
2014-07-31
MAINT: Fix problems noted by pyflakes in numpy/lib/tests.
Charles Harris
1
-24
/
+26
2014-02-26
Fix stride_stricks.as_strided function for object arrays
Jay Bourque
1
-0
/
+17
2013-09-03
STY: Make numpy/lib/test/*.py PEP8 compliant.
Charles Harris
1
-1
/
+9
2013-08-18
STY: Giant comma spacing fixup.
Charles Harris
1
-72
/
+72
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
2011-07-19
ENH: core: Some fixes, change some tests to not use yield
Mark Wiebe
1
-15
/
+16
2011-04-05
STY: Replace assert by assert_ in tests. There remain 124 uses of
Charles Harris
1
-1
/
+1
2008-07-14
Make use of assert_raises from numpy.testing, and added run_module_suite to s...
Alan McIntyre
1
-3
/
+5
2008-07-03
ENH: Add broadcast_arrays() function to expose broadcasting to pure Python fu...
Robert Kern
1
-0
/
+206