summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix missing space in percentile docJulian Taylor2014-09-071-1/+1
* Merge pull request #5022 from seberg/structured-insertJulian Taylor2014-09-022-2/+14
|\
| * BUG: Fix np.insert for inserting a single item into a structured arraySebastian Berg2014-08-302-2/+14
* | Merge pull request #5006 from dhomeier/ioconv_usecolsJulian Taylor2014-08-272-6/+24
|\ \ | |/
| * BUG: fix genfromtxt check of converters when using usecolsDerek Homeier2014-08-272-6/+24
* | Merge pull request #5005 from juliantaylor/use-tempdir-for-large-fileJulian Taylor2014-08-271-16/+16
|\ \
| * | TST: skip large file test on windowsJulian Taylor2014-08-271-0/+2
| * | BUG: avoid NamedTemporaryFile for large file testMatthew Brett2014-08-271-16/+14
* | | Merge pull request #4989 from juliantaylor/percentile-fixJulian Taylor2014-08-242-1/+9
|\ \ \ | | |/ | |/|
| * | BUG: don't overwrite input percentile arraysJulian Taylor2014-08-242-1/+9
* | | DOC: Fix typo in _iotools.py docstring.Charles Harris2014-08-041-1/+1
* | | Merge pull request #4930 from juliantaylor/charris-pep8-numpy-libCharles Harris2014-07-3139-1209/+1411
|\ \ \ | |/ /
| * | STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-3120-517/+678
| * | MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-3114-73/+66
| * | STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-319-243/+243
| * | MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-3115-378/+426
| |/
* | BUG: Avoid type promotion in tril and triu.Yotam Doron2014-07-292-2/+24
* | BUG: Use `np.where` in np.triu/np.tril, fixes #4859jaimefrio2014-07-162-3/+18
* | Merge pull request #4828 from ogrisel/fix-isfileobj-py3Julian Taylor2014-06-301-12/+4
|\ \
| * | Move tempdir context manager to numpy.testing.utilsOlivier Grisel2014-06-301-12/+4
* | | BUG: handle rounding issue with histogram edges on float32 dataJulian Taylor2014-06-232-2/+14
|/ /
* | DOC: remove wrong mention of .gz in np.loadJulian Taylor2014-06-111-2/+1
|/
* Merge pull request #4454 from jurnix/namedargsJulian Taylor2014-06-081-4/+9
|\
| * PEP8 nitpicksjurnix2014-06-061-4/+7
| * ENH: apply_along_axis accepts named argumentsAlbert2014-03-271-4/+6
* | BUG: Fixed piecewise function for 0d inputJuan Luis Cano Rodríguez2014-06-082-20/+22
* | BUG: Correct behavior for lists of tuples in unique, closes #4785jaimefrio2014-06-062-7/+11
* | TST: add a format 2.0 roundtrip testJulian Taylor2014-06-031-0/+7
* | BUG: fix test deleting temporary file before using it on windowsJulian Taylor2014-06-031-22/+28
* | Merge pull request #4760 from juliantaylor/masked-medianCharles Harris2014-06-022-2/+36
|\ \
| * | ENH: use masked median for small multidimensional nanmediansJulian Taylor2014-06-022-2/+36
* | | Merge pull request #4765 from juliantaylor/npyformat-2.0Charles Harris2014-06-022-34/+194
|\ \ \
| * | | ENH: add storage format 2.0 with 4 byte header length sizeJulian Taylor2014-06-022-34/+194
| |/ /
* | | DOC: Fix indentation and add missing blank lines for meshgrid doc.Charles Harris2014-06-021-4/+7
|/ /
* | DOC: add versionadded tags to meshgrid argumentsJulian Taylor2014-06-021-0/+3
* | TST: fix random failing histogram testJulian Taylor2014-05-301-1/+1
* | MAINT: Removed code emulating keepdims in covDavid Freese2014-05-301-4/+2
* | BUG: Don't let meshgrid ignore unknown kwargs. Fixes #4755.Michael McNeil Forbes2014-05-302-3/+14
* | Merge pull request #4749 from seberg/0d-nanperc-outJulian Taylor2014-05-292-65/+95
|\ \
| * | BUG: nanpercentile/nanmedian 0-d with output given.Sebastian Berg2014-05-282-65/+95
* | | Merge pull request #4750 from jaimefrio/tri-styseberg2014-05-281-4/+2
|\ \ \ | |/ / |/| |
| * | STY: Use `.astype`'s `copy` kwarg in `np.tri`jaimefrio2014-05-271-4/+2
* | | DOC: clarify savetxt delimiter and newline docstringJulian Taylor2014-05-261-2/+2
* | | Merge pull request #4574 from ggventurini/masterJulian Taylor2014-05-261-1/+2
|\ \ \ | |/ / |/| |
| * | Docstring fix for `savetxt`ggventurini2014-04-011-1/+2
* | | ENH: added functionality nanpercentile to numpyDavid Freese2014-05-222-1/+263
* | | ENH: Add the scipy NumpyVersion class.Charles Harris2014-05-153-0/+213
* | | Merge pull request #4307 from dfreese/feature/nanmedianJulian Taylor2014-05-062-6/+238
|\ \ \
| * | | ENH: added functionality nanmedian to numpyDavid Freese2014-05-022-6/+238
* | | | MAINT: Comparison deprecation followup fixesSebastian Berg2014-05-041-15/+3