summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * BF: Since savez could be used with BytesIO - check if file is a stringYaroslav Halchenko2016-01-281-2/+2
| * ENH: catch and rethrow exception in _savez upon IOError with filename infoYaroslav Halchenko2016-01-271-0/+2
| * ENH: for savez create temporary file alongside with the target fileYaroslav Halchenko2016-01-271-1/+5
* | ENH: usecols now accepts an int when only one column has to be readI--P2016-02-011-5/+30
|/
* DOC: Cleanup genfromtxt documentation a bit.Charles Harris2015-10-041-8/+7
* DOC: Update docs for numpy.genfromtxt.jason king2015-10-041-3/+5
* BUG: fix #4381: precision loss on string -> longdouble conversionAnne Archibald2015-08-281-0/+2
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-0/+1
* MAINT: remove legacy monkeypatching of GzipFileNathaniel J. Smith2015-06-241-49/+2
* DOC: Fix examples in npyio.py to properly import StringIO.Charles Harris2015-06-211-2/+2
* DEP,MAINT: Remove keywords "skiprows" and "missing" from genfromtxt.Charles Harris2015-06-211-32/+9
* DEP: Add notes to some deprecations.Charles Harris2015-06-211-2/+2
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+2
* Merge pull request #4612 from Nodd/loadtxt_commentsCharles Harris2015-04-231-7/+15
|\
| * ENH: Multiple comment tokens in loadtxtJoseph Martinot-Lagarde2015-04-221-7/+15
* | ENH: add options for disabling use of pickle in load/savePauli Virtanen2015-04-181-8/+36
|/
* BUG: loadtxt fails with complex data in Python 3.Charles Harris2015-03-111-2/+7
* STY: fold long linesPauli Virtanen2015-03-081-6/+8
* BUG: enable working around pickle compatibility issues on Py3 in npy filesPauli Virtanen2015-03-081-10/+58
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-2/+2
* ENH: Add support for float hex format to loadtxt.Chris Laumann2015-02-131-1/+12
* Merge pull request #5495 from charris/cleanup-gh-4649Charles Harris2015-01-241-1/+5
|\
| * BUG: Fix genfromtext NameValidator arguments passed to easy_dtype.Alan Briolat2015-01-231-1/+5
* | Merge pull request #5496 from charris/cleanup-gh-5103Charles Harris2015-01-241-3/+21
|\ \
| * | ENH: genfromtxt: Change 'nrows' to 'max_rows'.Warren Weckesser2015-01-231-18/+17
| * | ENH:Add keyword nrows to genfromtxt.styr2015-01-231-1/+20
| |/
* | Merge pull request #5476 from juliantaylor/merge-cbaseJaime2015-01-231-1/+1
|\ \ | |/ |/|
| * MAINT: merge _compiled_base module into multiarrayJulian Taylor2015-01-221-1/+1
* | BUG: Fix loadtxt with comments=None and a string None data.Leonardo Donelli2015-01-231-2/+6
* | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-2/+2
|/
* DOC: link to the npy-format NEP in numpy.npyio docs. Closes gh-4523.Ralf Gommers2015-01-021-2/+5