summaryrefslogtreecommitdiff
path: root/numpy/lib/index_tricks.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* BUG: np.ma.mr_['r',...] does not return masked arraysEric Wieser2017-05-051-3/+3
* BUG: np.r_['r',...] crashes on scalarsEric Wieser2017-05-051-1/+1
* BUG: np.r_['rc'] is treated as np.r_['r'], not an errorEric Wieser2017-05-051-1/+1
* MAINT: Use enumerate instead of range(len(...))Eric Wieser2017-05-051-15/+14
* BUG: Remove mutable state from AxisConcatenatorEric Wieser2017-05-051-29/+26
* MAINT: Remove code duplicated from np.r_ in np.ma.mr_Eric Wieser2017-05-051-1/+3
* DOC: Added “See Also” section for c_Philipp A2017-02-221-2/+5
* DOC: Added more common example for np.c_Philipp A2017-02-221-0/+4
* Merge pull request #8633 from MSeifert04/boolean_arrays_in_ix__funcEric Wieser2017-02-191-1/+14
|\
| * DOC: Mention boolean arrays in the ix_ documentation.Michael Seifert2017-02-181-1/+14
* | DOC: Fix typo in fill_diagonal docstring.Antony Lee2017-02-181-2/+2
|/
* MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-091-7/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-2/+2
* DOC: typo: affectLars Buitinck2015-10-021-1/+1
* BUG: made view of new array to fix ix_ bugmlai2015-07-111-1/+1
* DOC, MAINT: fix typo in np.fill_diagonal docstring exampleFrançois Magimel2015-06-241-3/+5
* Merge pull request #5605 from shoyer/stackCharles Harris2015-05-121-1/+1
|\
| * ENH: add np.stackStephan Hoyer2015-05-111-1/+1
* | BUG: Fix handling of non-empty ndarraysJaime Fernandez2015-05-041-3/+5
* | BUG: make empty inputs to ix_ create an empty int typed outputJaime Fernandez2015-04-271-9/+7
* | DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-1/+1
|/
* MAINT: merge _compiled_base module into multiarrayJulian Taylor2015-01-221-1/+1
* Correct the fill_diagonal exampleshpaulj2014-08-211-2/+5
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-30/+50
* BUG: Fix 0-sized ndindexSebastian Berg2013-09-091-1/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-16/+16
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* MAINT: adept divisions for truedivideSebastian Berg2013-05-311-1/+1
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-3/+3
* 2to3: Apply next fixer.Charles Harris2013-04-151-7/+12
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+2
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-1/+2
* | Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-021-3/+3
|\ \
| * | 2to3: Use absolute imports.Charles Harris2013-03-281-3/+3
* | | Merge pull request #3104 from seberg/nditer-allow-0dCharles Harris2013-04-011-24/+1
|\ \ \ | |/ / |/| |
| * | MAINT: Remove np.ndindex 0-d hack.Sebastian Berg2013-03-031-24/+1
| |/
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Fix-up logic for checking for zero-d arrays.Travis E. Oliphant2013-01-211-1/+3
* Fix 0-d ndincr to have correct return value.Travis E. Oliphant2013-01-111-1/+1
* Fix the test for numpy.ndindex()Travis E. Oliphant2013-01-111-5/+18
* Use super instead of direct access to inheritance.Travis E. Oliphant2013-01-101-1/+1
* Fix the 0-d patch so it doesn't change the non 0-d iteratorTravis E. Oliphant2013-01-101-11/+11
* Fix ndindex for 0-d arrays.Travis E. Oliphant2013-01-101-1/+10
* Retain backward compatibility. Enforce C order.Stefan van der Walt2012-09-021-1/+9