summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
Commit message (Expand)AuthorAgeFilesLines
* Clarify skiprows in loadtxtIlja2018-12-181-1/+1
* MAINT: address several reviewer commentsTyler Reddy2018-12-141-2/+2
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-27/+27
* Use set litteralsRoman Yurchak2018-11-241-2/+2
* MNT: Reword error message about loading pickled data.Elliott Sales de Andrade2018-11-191-2/+2
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-1/+13
* Merge pull request #12157 from eric-wieser/fspathMatti Picus2018-10-311-28/+19
|\
| * ENH: Add support for third-party path-like objects by backporting os.fspathEric Wieser2018-10-121-28/+19
* | ENH: __array_function__ support for np.lib, part 2/2 (#12119)Stephan Hoyer2018-10-221-0/+29
|/
* MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-2/+1
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-1/+0
* Merge pull request #11962 from mfkasim91/limitrowloadtxtCharles Harris2018-09-301-2/+9
|\
| * MAINT: Omit None in max_rows for np.loadtxt docstringmfkasim912018-09-301-1/+1
| * MAINT: No tick for None in `max_rows` docstring for `np.loadtxt`mfkasim912018-09-301-1/+1
| * ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxtmfkasim912018-09-301-2/+9
* | BUG: Don't leave files open and dangling if np.load has a bad encoding argume...Eric Wieser2018-09-231-13/+14
* | MAINT: refactor design of recursive closures (#11910)Matti Picus2018-09-161-9/+7
|/
* BUG: fix np.load() of empty .npz fileJohn Zwinck2018-07-071-1/+2
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-3/+3
* Merge branch 'master' into npzfile-mappinEric Wieser2018-05-291-17/+13
|\
| * DOC: add numpy.lib.format to docs and link to itmattip2018-05-141-3/+3
| * DOC: create label and ref, fixes broken linkmattip2018-05-131-3/+3
| * DOC: link to updated module docstring, not NEPmattip2018-05-131-9/+5
| * DOC: Add explanation for comments=None in loadtxt.Hong Xu2018-05-061-2/+2
| * DOC: Make doc examples using StringIO python2-3 compatibleAndras Deak2018-04-271-5/+5
| * MAINT, DOC: Fix typos (#10958)Nicholas Nadeau, P.Eng., AVS2018-04-231-1/+1
* | Merge branch 'master' into npzfile-mappinEric Wieser2018-04-221-15/+23
|\ \ | |/
| * DOC: clear up warnings, fix matplotlib plotmattip2018-04-171-7/+8
| * BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822)Raunak Shah2018-04-161-3/+4
| * BUG: fix savetxt, loadtxt for '+-' in complexmattip2018-04-101-2/+3
| * Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen2018-03-121-1/+1
| * Merge pull request #10501 from msornay/fromregex-bytesEric Wieser2018-02-201-2/+2
| |\
| | * BUG: fromregex: asbytes called on regexp objectsMathieu Sornay2018-02-051-2/+2
| * | BUG: break cyclic refs in recursive closuresAllan Haldane2018-02-181-0/+5
* | | ENH: Make NpzFile conform to the Mapping protocolEric Wieser2018-02-201-27/+32
|/ /
* | Merge pull request #10401 from eric-wieser/fix-10394Charles Harris2018-02-061-17/+20
|\ \
| * | BUG: Resize bytes_ columns in genfromtxtEric Wieser2018-01-151-17/+20
* | | DOC: See #10098 and minor punctuation cleanup (#10478)Derrick Williams2018-01-281-8/+9
| |/ |/|
* | DOC: Prepare to host NEPs on GH pagesJarrod Millman2017-12-141-3/+3
* | DOC: fix minor typosUnknown2017-12-121-2/+2
* | DEP: Deprecate the pickle aliasesEric Wieser2017-12-101-1/+8
|/
* MAINT: Refactor some code in npyio.py.Charles Harris2017-11-211-39/+39
* DOC: Add some docstrings and edit others.Charles Harris2017-11-211-15/+27
* ENH: Add encoding option to numpy text IO.Julian Taylor2017-11-211-100/+246
* DOC: Clarify behavior of genfromtxt names fieldDavid Freese2017-10-241-5/+6
* DOC: Unindent enumeration in savetxt docstringAndras Deak2017-10-211-4/+4
* ENH: Save to ZIP files without using temporary files.Serhiy Storchaka2017-10-151-22/+33
* ENH Better error message for savetxt when X.ndim > 2Nelle Varoquaux2017-09-201-2/+5
* Updates order of parameters in save docstring to match function parameter orderJames Bourbeau2017-08-301-2/+2
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-7/+7