summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove trailing whitespaceValentin Haenel2014-12-271-2/+2
* DOC: Give a more explicit reference to the .npy format documentation in the '...Warren Weckesser2014-12-121-1/+2
* ENH: More explicit error message for np.savetxtAdam Williams2014-11-301-1/+6
* ENH: add BagObj.__dir__ to numpy.lib.npyioWendell Smith2014-11-181-0/+8
* Merge pull request #5006 from dhomeier/ioconv_usecolsJulian Taylor2014-08-271-6/+9
|\
| * BUG: fix genfromtxt check of converters when using usecolsDerek Homeier2014-08-271-6/+9
* | BUG: io: genfromtxt did not handle filling_values=0 correctly. Closes gh-2317.Warren Weckesser2014-08-151-1/+3
* | Merge pull request #4929 from juliantaylor/charris-pep8-numpy-libCharles Harris2014-07-311-18/+17
|\ \ | |/
| * STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-16/+13
| * MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-2/+4
* | DOC: remove wrong mention of .gz in np.loadJulian Taylor2014-06-111-2/+1
|/
* DOC: clarify savetxt delimiter and newline docstringJulian Taylor2014-05-261-2/+2
* Merge pull request #4574 from ggventurini/masterJulian Taylor2014-05-261-1/+2
|\
| * Docstring fix for `savetxt`ggventurini2014-04-011-1/+2
* | ENH: Better error w/ line num for bad column count in np.loadtxt()Daniel da Silva2014-04-051-0/+5
|/
* Merge pull request #3830 from jarondl/recfromcsvCharles Harris2014-03-281-10/+13
|\
| * STY: change and delete some comments in recfromcsvjarondl2014-03-121-5/+1
| * DOC: npyio.recfromcsv keyword argument changesYaron de Leeuw2014-02-281-0/+5
| * MAINT (API?): organize npyio.recfromcsv defaultsYaron de Leeuw2014-02-281-10/+12
* | DOC: two minor typos in genfromtxtjarondl2014-03-041-2/+2
* | DOC: add missing parameters to npyio.genfromtxt, fix #2929Yaron de Leeuw2014-03-031-1/+9
* | Merge pull request #4376 from charris/fix-gh-2807Charles Harris2014-03-011-14/+18
|\ \ | |/ |/|