summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie2017-06-261-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-9/+9
* MAINT: Rename function to prevent name-shadowingEric Wieser2017-03-231-3/+4
* MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-1/+1
* DOC: Add example to np.savez_compressedMartin Thoma2017-01-151-6/+44
* BUG: Apply more robust string converts in loadtxtgfyoung2016-12-081-2/+2
* Merge pull request #7987 from f0k/advertise-open_memmapCharles Harris2016-10-281-0/+1
|\
| * DOC: Hint at lib.format.open_memmap from np.load and np.memmapJan Schlüter2016-08-291-0/+1
* | DOC: Minor spelling fix in genfromtxt() docstring.wrwrwr2016-10-181-1/+1
* | DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-5/+5
* | ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-3/+3
|/
* DOC: fix typo in documentation of loadtxt (closes #7878)dunneff2016-07-281-1/+1
* DOC: fix typo in savetxt docstring (closes #7620)bertrand2016-06-101-1/+1
* STY: Misc whitespace cleanup.Erik M. Bray2016-05-311-4/+4
* BUG: Fixes to reading and writing of empty arrays, and in particular arrays w...Erik M. Bray2016-05-311-1/+3
* ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith2016-04-061-14/+39
* Merge pull request #7133 from yarikoptic/bf-savezNathaniel J. Smith2016-02-091-1/+7
|\