| Commit message (Expand) | Author | Age | Files | Lines |
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -3/+3 |
* | Merge branch 'master' into npzfile-mappin | Eric Wieser | 2018-05-29 | 1 | -17/+13 |
|\ |
|
| * | DOC: add numpy.lib.format to docs and link to it | mattip | 2018-05-14 | 1 | -3/+3 |
| * | DOC: create label and ref, fixes broken link | mattip | 2018-05-13 | 1 | -3/+3 |
| * | DOC: link to updated module docstring, not NEP | mattip | 2018-05-13 | 1 | -9/+5 |
| * | DOC: Add explanation for comments=None in loadtxt. | Hong Xu | 2018-05-06 | 1 | -2/+2 |
| * | DOC: Make doc examples using StringIO python2-3 compatible | Andras Deak | 2018-04-27 | 1 | -5/+5 |
| * | MAINT, DOC: Fix typos (#10958) | Nicholas Nadeau, P.Eng., AVS | 2018-04-23 | 1 | -1/+1 |
* | | Merge branch 'master' into npzfile-mappin | Eric Wieser | 2018-04-22 | 1 | -15/+23 |
|\ \
| |/ |
|
| * | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 1 | -7/+8 |
| * | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822) | Raunak Shah | 2018-04-16 | 1 | -3/+4 |
| * | BUG: fix savetxt, loadtxt for '+-' in complex | mattip | 2018-04-10 | 1 | -2/+3 |
| * | Fix low-hanging Pypy compatibility issues (#10737) | Pauli Virtanen | 2018-03-12 | 1 | -1/+1 |
| * | Merge pull request #10501 from msornay/fromregex-bytes | Eric Wieser | 2018-02-20 | 1 | -2/+2 |
| |\ |
|
| | * | BUG: fromregex: asbytes called on regexp objects | Mathieu Sornay | 2018-02-05 | 1 | -2/+2 |
| * | | BUG: break cyclic refs in recursive closures | Allan Haldane | 2018-02-18 | 1 | -0/+5 |
* | | | ENH: Make NpzFile conform to the Mapping protocol | Eric Wieser | 2018-02-20 | 1 | -27/+32 |
|/ / |
|
* | | Merge pull request #10401 from eric-wieser/fix-10394 | Charles Harris | 2018-02-06 | 1 | -17/+20 |
|\ \ |
|
| * | | BUG: Resize bytes_ columns in genfromtxt | Eric Wieser | 2018-01-15 | 1 | -17/+20 |
* | | | DOC: See #10098 and minor punctuation cleanup (#10478) | Derrick Williams | 2018-01-28 | 1 | -8/+9 |
| |/
|/| |
|
* | | DOC: Prepare to host NEPs on GH pages | Jarrod Millman | 2017-12-14 | 1 | -3/+3 |
* | | DOC: fix minor typos | Unknown | 2017-12-12 | 1 | -2/+2 |
* | | DEP: Deprecate the pickle aliases | Eric Wieser | 2017-12-10 | 1 | -1/+8 |
|/ |
|
* | MAINT: Refactor some code in npyio.py. | Charles Harris | 2017-11-21 | 1 | -39/+39 |
* | DOC: Add some docstrings and edit others. | Charles Harris | 2017-11-21 | 1 | -15/+27 |
* | ENH: Add encoding option to numpy text IO. | Julian Taylor | 2017-11-21 | 1 | -100/+246 |
* | DOC: Clarify behavior of genfromtxt names field | David Freese | 2017-10-24 | 1 | -5/+6 |
* | DOC: Unindent enumeration in savetxt docstring | Andras Deak | 2017-10-21 | 1 | -4/+4 |
* | ENH: Save to ZIP files without using temporary files. | Serhiy Storchaka | 2017-10-15 | 1 | -22/+33 |
* | ENH Better error message for savetxt when X.ndim > 2 | Nelle Varoquaux | 2017-09-20 | 1 | -2/+5 |
* | Updates order of parameters in save docstring to match function parameter order | James Bourbeau | 2017-08-30 | 1 | -2/+2 |
* | MAINT/DOC: Use builtin when np.{x} is builtins.{x}. | Eric Wieser | 2017-08-05 | 1 | -7/+7 |
* | MAINT: Fix alerts from http://lgtm.com (#9292) | Jean Helie | 2017-06-26 | 1 | -1/+1 |
* | BUG: KeyboardInterrupt is swallowed all over the place | Eric Wieser | 2017-06-03 | 1 | -1/+1 |
* | MAINT: Remove asbytes where a b prefix would suffice | Eric Wieser | 2017-03-25 | 1 | -9/+9 |
* | MAINT: Rename function to prevent name-shadowing | Eric Wieser | 2017-03-23 | 1 | -3/+4 |
* | MAINT: replace len(x.shape) with x.ndim | Eric Wieser | 2017-02-24 | 1 | -1/+1 |
* | DOC: Add example to np.savez_compressed | Martin Thoma | 2017-01-15 | 1 | -6/+44 |
* | BUG: Apply more robust string converts in loadtxt | gfyoung | 2016-12-08 | 1 | -2/+2 |
* | Merge pull request #7987 from f0k/advertise-open_memmap | Charles Harris | 2016-10-28 | 1 | -0/+1 |
|\ |
|
| * | DOC: Hint at lib.format.open_memmap from np.load and np.memmap | Jan Schlüter | 2016-08-29 | 1 | -0/+1 |
* | | DOC: Minor spelling fix in genfromtxt() docstring. | wrwrwr | 2016-10-18 | 1 | -1/+1 |
* | | DOC: change Numpy to NumPy in dosctrings and comments | Pierre de Buyl | 2016-09-06 | 1 | -5/+5 |
* | | ENH: Add stacklevel to all (or almost all) our function calls | Sebastian Berg | 2016-09-02 | 1 | -3/+3 |
|/ |
|
* | DOC: fix typo in documentation of loadtxt (closes #7878) | dunneff | 2016-07-28 | 1 | -1/+1 |
* | DOC: fix typo in savetxt docstring (closes #7620) | bertrand | 2016-06-10 | 1 | -1/+1 |
* | STY: Misc whitespace cleanup. | Erik M. Bray | 2016-05-31 | 1 | -4/+4 |
* | BUG: Fixes to reading and writing of empty arrays, and in particular arrays w... | Erik M. Bray | 2016-05-31 | 1 | -1/+3 |
* | ENH: Add support for pathlib.Path objects to save/load functions | Wendell Smith | 2016-04-06 | 1 | -14/+39 |
* | Merge pull request #7133 from yarikoptic/bf-savez | Nathaniel J. Smith | 2016-02-09 | 1 | -1/+7 |
|\ |
|