summaryrefslogtreecommitdiff
path: root/numpy/lib/format.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Dictionary litteralRémy Léone2015-11-071-2/+1
* ENH: add options for disabling use of pickle in load/savePauli Virtanen2015-04-181-4/+16
* BUG: don't ignore version passed to format.write_arrayBlake Griffith2015-04-051-11/+9
* BUG: Make read_array_header_* return resultsBlake Griffith2015-04-011-2/+2
* STY: fold long linesPauli Virtanen2015-03-081-2/+4
* BUG: enable working around pickle compatibility issues on Py3 in npy filesPauli Virtanen2015-03-081-4/+22
* DOC: update npy-format NEP and lib/format.py with version 2.0 description.Ralf Gommers2015-01-041-0/+13
* Change pronoun in doc string from "his" to gender-neutral "their"Bob Poekert2014-12-051-1/+1
* BUG: Fix writing of intrinsic long integers in python2 npy files.Charles Harris2014-10-131-3/+4
* BUG: Make python2 *.npy files readable in python3.Charles Harris2014-10-121-1/+41
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-51/+51
* ENH: add storage format 2.0 with 4 byte header length sizeJulian Taylor2014-06-021-32/+139
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-2/+2
* MAINT: Introduced _read_array functionMax Sperlich2013-12-111-25/+37
* MAINT: Better handling of very small chunksMax Sperlich2013-12-091-4/+5
* TST: Adds test case for Issue 4093Max Sperlich2013-12-081-0/+4
* BUG: Fixes Python3 compatibilityMax Sperlich2013-12-081-1/+1
* BUG: fix loading from compressed .npz (Issue 4093)Max Sperlich2013-12-081-6/+9
* ENH: Use nditer in numpy.save to stream bytes to custom file objectsOlivier Grisel2013-11-261-4/+13
* When reading file in chunks, buffer_size < dtype.itemsize, ensure at least on...Luke Carmichael2013-11-081-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* Fix doc typoMartin Spacek2013-08-041-1/+1
* adjust the optimal IO buffer size for npz filesBartosz Telenczuk2013-06-121-8/+11
* Chunk reads in format.read_array.Alex Ford2013-06-121-3/+14
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-2/+1
* 2to3: Apply basestring fixer.Charles Harris2013-04-131-1/+1
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+1
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-4/+7
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-4/+7
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+1
|\ \ | |/ |/|
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-191-1/+1
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-2/+2
* DOC: wiki merge, npyio, format and function_basergommers2010-07-311-24/+28
* 3K: lib: fix some bytes/str issues in _format.py and its testsPauli Virtanen2010-02-201-5/+12
* ENH: lib: write fortran-contiguous data to files using arr.T.tofile instead o...Pauli Virtanen2010-02-201-4/+5
* 3K: lib: bytes vs. str fixes in lib.format and lib.ioPauli Virtanen2010-02-201-4/+4
* 3K: rename compat.isfile to isfileobj to avoid confusion with os.pathPauli Virtanen2009-12-061-3/+3
* 3K: lib: some fixes to lib.format on strings vs bytes; and file objectsPauli Virtanen2009-12-061-6/+6
* Docstring update: libPauli Virtanen2009-10-021-35/+114
* Opening a memmap requires a filename. Raise an error otherwise.Stefan van der Walt2008-11-291-2/+6
* Apply modified version of Andrew Dalke's patch in #874 to create a quicker-lo...Travis Oliphant2008-08-271-1/+2
* Merge from documentation editor.Stefan van der Walt2008-08-051-29/+74
* BUG: Allow longs as well as ints to satisfy Win64.Robert Kern2008-07-201-1/+1
* Use join instead of += to build string.Charles Harris2008-06-291-3/+4
* Shorten long lines.Charles Harris2008-06-281-39/+58
* Fix ticket #828 by explicitly sorting keys instead of relying on pprint.Charles Harris2008-06-281-8/+12