summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3339 from endolith/min_max_docstringsCharles Harris2013-05-201-18/+38
|\
| * DOC: Harmonize max and min docstrings with each otherendolith2013-05-171-8/+10
| * DOC: Mention all min/max functions from all others, clarify differencesendolith2013-05-161-10/+28
* | Merge pull request #3329 from JDWarner/faster_arraypadCharles Harris2013-05-192-429/+1102
|\ \ | |/ |/|
| * ENH: improved, faster algorithm for array paddingJosh Warner (Mac)2013-05-192-429/+1102
* | Fix issue with broadcast_arrays() and user defined dtypesJay Bourque2013-05-101-1/+4
|/
* STY: pep8 and pep257 audit.Josh Warner (Mac)2013-05-071-89/+101
* Merge pull request #3264 from endolith/patch-1Charles Harris2013-05-041-8/+5
|\
| * DOC: Change example to demonstrate functionendolith2013-04-191-8/+5
* | MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-029-19/+15
* | Merge pull request #3280 from seberg/issue-3279seberg2013-04-272-1/+6
|\ \
| * | BUG: np.insert must copy index arraySebastian Berg2013-04-272-1/+6
* | | MAINT: Remove unneeded version checks.Charles Harris2013-04-242-13/+5
* | | MAINT: Use from future_builtins zip and map.Charles Harris2013-04-212-10/+7
* | | 2to3: Apply unicode fixer.Charles Harris2013-04-213-7/+15
| |/ |/|
* | Merge pull request #3249 from charris/2to3-apply-next-fixerCharles Harris2013-04-152-11/+16
|\ \
| * | 2to3: Apply next fixer.Charles Harris2013-04-152-11/+16
* | | 2to3: Apply urllib fixer.Charles Harris2013-04-142-10/+22
|/ /
* | Merge pull request #3244 from charris/2to3-apply-zip-fixerCharles Harris2013-04-145-23/+23
|\ \
| * | 2to3: Apply zip fixer.Charles Harris2013-04-135-23/+23
* | | 2to3: Apply basestring fixer.Charles Harris2013-04-134-3/+4
|/ /
* | 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-1310-16/+24
* | 2to3: Apply itertools fixer.Charles Harris2013-04-122-4/+11
|/
* FIX: rename xrange to range in python 2Sebastian Berg2013-04-111-1/+4
* MAINT: np.delete keep old out of bound/negative index behaviorSebastian Berg2013-04-112-19/+36
* TST: New tests for insert/delete covering warnings and corner casesSebastian Berg2013-04-111-9/+65
* FIX: insert/delete fixes and warnings for non-integer indicesSebastian Berg2013-04-111-25/+43
* ENH: larger fixes for np.delete and np.insert functionsSebastian Berg2013-04-112-55/+198
* Merge pull request #3216 from charris/2to3-apply-map-fixerCharles Harris2013-04-107-22/+24
|\
| * 2to3: Apply `map` fixer.Charles Harris2013-04-107-22/+24
* | ENH: add `invert` parameter to numpy.in1d().Julien Phalip2013-04-082-7/+35
|/
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-077-9/+9
|\
| * 2to3: apply `dict` fixer.Charles Harris2013-04-067-9/+9
* | Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-072-5/+2
|\ \ | |/ |/|
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-062-5/+2
* | 2to3: Apply `print` fixer.Charles Harris2013-04-0642-80/+80
|/
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-0611-286/+314
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-0211-286/+314
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-039-12/+12
|\ \ | |/ |/|
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-194-5/+6
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-195-7/+6
* | Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-0241-69/+69
|\ \
| * | 2to3: Use absolute imports.Charles Harris2013-03-2841-69/+69
* | | 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-279-15/+15
| |/ |/|
* | TST: Get rid of a ResourceWarning.Charles Harris2013-03-031-6/+15
|/
* Merge pull request #3026 from charris/2to3-fix-printCharles Harris2013-03-0142-17/+97
|\
| * 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0142-17/+97
* | 2to3: Apply `methodattrs` fixes.Charles Harris2013-03-011-3/+3
|/