| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clarify skiprows in loadtxt | Ilja | 2018-12-18 | 1 | -1/+1 |
| * | MAINT: address several reviewer comments | Tyler Reddy | 2018-12-14 | 1 | -2/+2 |
| * | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -27/+27 |
| * | Use set litterals | Roman Yurchak | 2018-11-24 | 1 | -2/+2 |
| * | MNT: Reword error message about loading pickled data. | Elliott Sales de Andrade | 2018-11-19 | 1 | -2/+2 |
| * | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -1/+13 |
| * | Merge pull request #12157 from eric-wieser/fspath | Matti Picus | 2018-10-31 | 1 | -28/+19 |
| |\ |
|
| | * | ENH: Add support for third-party path-like objects by backporting os.fspath | Eric Wieser | 2018-10-12 | 1 | -28/+19 |
| * | | ENH: __array_function__ support for np.lib, part 2/2 (#12119) | Stephan Hoyer | 2018-10-22 | 1 | -0/+29 |
| |/ |
|
| * | MAINT, TST import pickle from numpy.core.numeric | Pierre Glaser | 2018-10-10 | 1 | -2/+1 |
| * | MAINT: remove unused stdlib imports | Emil Hessman | 2018-09-30 | 1 | -1/+0 |
| * | Merge pull request #11962 from mfkasim91/limitrowloadtxt | Charles Harris | 2018-09-30 | 1 | -2/+9 |
| |\ |
|
| | * | MAINT: Omit None in max_rows for np.loadtxt docstring | mfkasim91 | 2018-09-30 | 1 | -1/+1 |
| | * | MAINT: No tick for None in `max_rows` docstring for `np.loadtxt` | mfkasim91 | 2018-09-30 | 1 | -1/+1 |
| | * | ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxt | mfkasim91 | 2018-09-30 | 1 | -2/+9 |
| * | | BUG: Don't leave files open and dangling if np.load has a bad encoding argume... | Eric Wieser | 2018-09-23 | 1 | -13/+14 |
| * | | MAINT: refactor design of recursive closures (#11910) | Matti Picus | 2018-09-16 | 1 | -9/+7 |
| |/ |
|
| * | BUG: fix np.load() of empty .npz file | John Zwinck | 2018-07-07 | 1 | -1/+2 |
| * | 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 |