summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-12Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen1-1/+1
2018-02-20Merge pull request #10501 from msornay/fromregex-bytesEric Wieser1-2/+2
2018-02-18BUG: break cyclic refs in recursive closuresAllan Haldane1-0/+5
2018-02-06Merge pull request #10401 from eric-wieser/fix-10394Charles Harris1-17/+20
2018-02-05BUG: fromregex: asbytes called on regexp objectsMathieu Sornay1-2/+2
2018-01-28DOC: See #10098 and minor punctuation cleanup (#10478)Derrick Williams1-8/+9
2018-01-15BUG: Resize bytes_ columns in genfromtxtEric Wieser1-17/+20
2017-12-14DOC: Prepare to host NEPs on GH pagesJarrod Millman1-3/+3
2017-12-12DOC: fix minor typosUnknown1-2/+2
2017-12-10DEP: Deprecate the pickle aliasesEric Wieser1-1/+8
2017-11-21MAINT: Refactor some code in npyio.py.Charles Harris1-39/+39
2017-11-21DOC: Add some docstrings and edit others.Charles Harris1-15/+27
2017-11-21ENH: Add encoding option to numpy text IO.Julian Taylor1-100/+246
2017-10-24DOC: Clarify behavior of genfromtxt names fieldDavid Freese1-5/+6
2017-10-21DOC: Unindent enumeration in savetxt docstringAndras Deak1-4/+4
2017-10-15ENH: Save to ZIP files without using temporary files.Serhiy Storchaka1-22/+33
2017-09-20ENH Better error message for savetxt when X.ndim > 2Nelle Varoquaux1-2/+5
2017-08-30Updates order of parameters in save docstring to match function parameter orderJames Bourbeau1-2/+2
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-7/+7
2017-06-26MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie1-1/+1
2017-06-03BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser1-1/+1
2017-03-25MAINT: Remove asbytes where a b prefix would sufficeEric Wieser1-9/+9
2017-03-23MAINT: Rename function to prevent name-shadowingEric Wieser1-3/+4
2017-02-24MAINT: replace len(x.shape) with x.ndimEric Wieser1-1/+1
2017-01-15DOC: Add example to np.savez_compressedMartin Thoma1-6/+44
2016-12-08BUG: Apply more robust string converts in loadtxtgfyoung1-2/+2
2016-10-28Merge pull request #7987 from f0k/advertise-open_memmapCharles Harris1-0/+1
2016-10-18DOC: Minor spelling fix in genfromtxt() docstring.wrwrwr1-1/+1
2016-09-06DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl1-5/+5
2016-09-02ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg1-3/+3
2016-08-29DOC: Hint at lib.format.open_memmap from np.load and np.memmapJan Schlüter1-0/+1
2016-07-28DOC: fix typo in documentation of loadtxt (closes #7878)dunneff1-1/+1
2016-06-10DOC: fix typo in savetxt docstring (closes #7620)bertrand1-1/+1
2016-05-31STY: Misc whitespace cleanup.Erik M. Bray1-4/+4
2016-05-31BUG: Fixes to reading and writing of empty arrays, and in particular arrays w...Erik M. Bray1-1/+3
2016-04-06ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith1-14/+39
2016-02-09Merge pull request #7133 from yarikoptic/bf-savezNathaniel J. Smith1-1/+7
2016-02-01ENH: usecols now accepts an int when only one column has to be readI--P1-5/+30
2016-01-28BF: Since savez could be used with BytesIO - check if file is a stringYaroslav Halchenko1-2/+2
2016-01-27ENH: catch and rethrow exception in _savez upon IOError with filename infoYaroslav Halchenko1-0/+2
2016-01-27ENH: for savez create temporary file alongside with the target fileYaroslav Halchenko1-1/+5
2015-10-04DOC: Cleanup genfromtxt documentation a bit.Charles Harris1-8/+7
2015-10-04DOC: Update docs for numpy.genfromtxt.jason king1-3/+5
2015-08-28BUG: fix #4381: precision loss on string -> longdouble conversionAnne Archibald1-0/+2
2015-07-01DOC: Fix docstring warnings in documetation generation.Charles Harris1-0/+1
2015-06-24MAINT: remove legacy monkeypatching of GzipFileNathaniel J. Smith1-49/+2
2015-06-21DOC: Fix examples in npyio.py to properly import StringIO.Charles Harris1-2/+2
2015-06-21DEP,MAINT: Remove keywords "skiprows" and "missing" from genfromtxt.Charles Harris1-32/+9
2015-06-21DEP: Add notes to some deprecations.Charles Harris1-2/+2
2015-06-21MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris1-0/+2