summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError.Warren Weckesser2013-10-202-0/+6
* BUG: cov/corrcoef complex input and empty arraysJoseph Martinot-Lagarde2013-10-162-27/+71
* BUG: close file-like objects returned by urlopencgohlke2013-10-151-0/+2
* Merge pull request #3820 from juliantaylor/microoptCharles Harris2013-10-142-1/+2
|\
| * TST: improve test speedJulian Taylor2013-09-282-1/+2
* | Merge pull request #3862 from juliantaylor/null-freenjsmith2013-10-111-12/+4
|\ \
| * | MAINT: accept NULL in NpyIter_Deallocate and remove redundant NULL checksJulian Taylor2013-10-031-12/+4
* | | Merge pull request #3829 from jarondl/pep8-npyioCharles Harris2013-10-101-59/+53
|\ \ \
| * | | STY: pepe8 for npyio continued 2 (typo)Yaron de Leeuw2013-10-111-1/+1
| * | | STY: pep8 for npyio continuedYaron de Leeuw2013-10-061-7/+4
| * | | STY: pep8 for npyioYaron de Leeuw2013-09-291-60/+57
* | | | TST: Raise AssertionError on failureJoseph Martinot-Lagarde2013-10-101-0/+2
* | | | TST: Regression test for gh-2561Joseph Martinot-Lagarde2013-10-091-0/+14
* | | | BUG: Disable check for oldstyle classes in python3Joseph Martinot-Lagarde2013-10-091-1/+4
* | | | Merge pull request #3769 from juliantaylor/percentile-compatseberg2013-10-052-24/+182
|\ \ \ \
| * | | | BUG: ensure percentile has same output structure as in 1.8Julian Taylor2013-10-042-24/+182
| | |/ / | |/| |
* | | | BUG: Refactor nanfunctions to behave as agreed on for 1.9.Charles Harris2013-10-042-210/+343
|/ / /
* | | BUG: preserve ndarray subclasses in medianJulian Taylor2013-10-022-1/+14
|/ /
* | Merge pull request #3638 from charris/remove-numarray-and-oldnumericCharles Harris2013-09-282-51/+59
|\ \ | |/ |/|
| * DEP, MAINT: Copy info function from numarray.Charles Harris2013-09-231-47/+55
| * DEP, MAINT: Remove references to numeric and numarray.Charles Harris2013-09-231-4/+4
* | Merge pull request #3775 from jarondl/doc-function_base-pep8Charles Harris2013-09-261-212/+276
|\ \
| * | STY: error and warning formatting on 'function_base.py'Yaron de Leeuw2013-09-241-18/+25
| * | STY: Error and warning newline standardization in function_base.pyYaron de Leeuw2013-09-241-130/+158
| * | STY: make function_base.py pep8 compatibleYaron de Leeuw2013-09-221-175/+204
* | | fix two typos in npyio.pyValentin Haenel2013-09-261-2/+2
| |/ |/|
* | Merge pull request #3753 from jarondl/fix-doc-savetxtCharles Harris2013-09-211-13/+14
|\ \ | |/ |/|
| * DOC STY: make npyio docstrings less than 80 charsYaron de Leeuw2013-09-211-6/+6
| * small typoYaron de Leeuw2013-09-151-1/+1
| * Fixes in the npyio documentationYaron de Leeuw2013-09-151-11/+12
* | Merge pull request #3658 from jjhelmus/percentile_enh_newJulian Taylor2013-09-192-84/+190
|\ \ | |/ |/|
| * TST: note on overwrite_input parameter in percentileJonathan Helmus2013-09-162-2/+13
| * MAINT: changed 'closest' interpolation to 'nearest'Jonathan Helmus2013-09-162-7/+7
| * TST: additional test for percentileJonathan Helmus2013-09-131-0/+3
| * DOC: changes to scoreatpercentile docstring, doc test now passesJonathan Helmus2013-09-131-18/+20
| * MAINT: cleaning up percentile function.Jonathan Helmus2013-09-132-52/+21
| * ENH: percentile function with additional parameters and vecorizationJonathan Helmus2013-09-132-86/+207
* | DOC: Make documentation of nansum current with 1.9.Charles Harris2013-09-141-2/+2
|/
* BUG: Fix 0-sized ndindexSebastian Berg2013-09-092-1/+6
* TST: add test for Python 3.4 _ast.NameConstantChristoph Gohlke2013-09-081-0/+4
* ENH: add support for Python 3.4 ast.NameConstantChristoph Gohlke2013-09-081-0/+3
* ENH: Improve accuracy of numpy.gradient at edgesdanieljfarrell2013-09-072-25/+86
* Merge pull request #3657 from charris/add-hash-method-to-polynomialsCharles Harris2013-09-041-0/+2
|\
| * BUG: Set __hash__ = None for non-hashable classes.Charles Harris2013-08-281-0/+2
* | STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-0319-1086/+1246
* | BUG: Make DeprecationWarning always raise error in test.Charles Harris2013-08-311-3/+5
* | Small correction in the docstring of polyfit. As mentionned in Issue 3640, th...Matthieu Dartiailh2013-08-251-3/+3
|/
* DEP: Make nansum return 0 for all-NaN or empty axis.Charles Harris2013-08-182-39/+12
* STY: Giant comma spacing fixup.Charles Harris2013-08-1831-875/+875
* STY: Giant whitespace cleanup.Charles Harris2013-08-184-4/+3