summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_stride_tricks.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Implement sliding window (gh-17394)Klaus Zimmermann2020-11-051-2/+107
* ENH: add function to get broadcast shape from a given set of shapes. (#17535)madhulikajc2020-10-171-2/+63
* MAINT: Implement keyword-only arguments as syntaxEric Wieser2020-01-061-6/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-161-3/+26
* ENH: Deprecate writeable broadcast_array (#12609)Matti Picus2019-06-281-2/+18
* MAINT: Use raw strings for regexesEric Wieser2018-08-201-1/+1
* TST: add broadcast_arrays() kwarg unit test for TypeErrorTyler Reddy2018-08-011-1/+13
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+2
* TST: Rename some compiled c test modulesCharles Harris2018-03-241-1/+1
* BUG: have as_strided() keep custom dtypesAntoine Pitrou2017-05-241-0/+8
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* BUG: The broadcast shape of no things should be (), not ValueErrorEric Wieser2017-02-131-1/+1
* DOC: Add documentation for as_stridedSebastian Berg2016-02-131-0/+17
* BUG: error in broadcast_arrays with as_strided arrayStephan Hoyer2015-10-241-0/+8
* STY: PEP8 and pyflakes fixes for numpy/lib/testsCharles Harris2015-07-251-1/+0
* BUG: fix _broadcast_shape (and broadcast_array) for len(args) > 32Stephan Hoyer2015-05-151-0/+5
* Merge pull request #5519 from jaimefrio/array_interface_dtypeCharles Harris2015-03-121-0/+23
|\
| * ENH: PyArray_FromInterface checks descr if typestr is np.voidjaimefrio2015-03-081-0/+23
* | BUG: fix broadcast_to for reference typesStephan Hoyer2015-03-011-0/+10
|/
* ENH: add broadcast_to functionStephan Hoyer2015-02-261-2/+88
* Convert as_strided input to array firstMarten van Kerkwijk2014-08-271-4/+17
* ENH: add subok flag to stride_tricks (and thus broadcast_arrays)Marten van Kerkwijk2014-08-251-1/+32
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-24/+26
* Fix stride_stricks.as_strided function for object arraysJay Bourque2014-02-261-0/+17
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-1/+9
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-72/+72
* 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
* ENH: core: Some fixes, change some tests to not use yieldMark Wiebe2011-07-191-15/+16
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-1/+1
* Make use of assert_raises from numpy.testing, and added run_module_suite to s...Alan McIntyre2008-07-141-3/+5
* ENH: Add broadcast_arrays() function to expose broadcasting to pure Python fu...Robert Kern2008-07-031-0/+206