summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5619 from jaimefrio/unique_docstringJulian Taylor2015-03-011-3/+4
|\
| * DOC: Describe return_counts keyword in np.unique docstringJaime Fernandez2015-03-011-3/+4
* | TST: Add test for loadtxt with None as string type.Charles Harris2015-01-251-0/+8
* | BUG: Fix loadtxt with comments=None and a string None data.Leonardo Donelli2015-01-251-2/+6
* | Merge pull request #5203 from njsmith/masterJulian Taylor2014-10-262-3/+14
|\ \
| * | BUG: copy inherited masks in MaskedArray.__array_finalize__Nathaniel J. Smith2014-10-212-3/+14
| |/
* | BUG: Fixes #5184 gradient calculation behavior at boundariesDavid M Fobes2014-10-262-22/+33
* | BUG: io: genfromtxt did not handle filling_values=0 correctly. Closes gh-2317.Warren Weckesser2014-10-262-1/+13
* | Merge pull request #5182 from juliantaylor/nanmedian-infJulian Taylor2014-10-171-0/+16
|\ \ | |/
| * BUG: fix nanmedian on arrays containing infJulian Taylor2014-10-141-0/+16
* | Merge pull request #5183 from charris/fix-npy-header-writeJulian Taylor2014-10-151-3/+4
|\ \
| * | BUG: Fix writing of intrinsic long integers in python2 npy files.Charles Harris2014-10-131-3/+4
| |/
* | Merge pull request #5178 from charris/fix-npz-header-incompatibilityJulian Taylor2014-10-134-1/+51
|\ \ | |/
| * TST: Add tests for Python2, Python3 *.npy compatibility.Charles Harris2014-10-123-0/+10
| * BUG: Make python2 *.npy files readable in python3.Charles Harris2014-10-121-1/+41
* | Merge pull request #5149 from charris/fix-ma-docs-for-OO-optionJulian Taylor2014-10-042-2/+7
|\ \ | |/
| * BUG: Make numpy import when run with Python flag '-OO'.Charles Harris2014-10-032-2/+7
* | 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
| |/ /