| Commit message (Expand) | Author | Age | Files | Lines |
* | TST Test file-like object detection in save/load | Luis Pedro Coelho | 2019-07-20 | 1 | -0/+38 |
* | Merge branch 'master' into force-zip64 | Charles Harris | 2019-06-26 | 1 | -57/+58 |
|\ |
|
| * | Merge pull request #13222 from kritisingh1/patch1 | Matti Picus | 2019-06-10 | 1 | -57/+58 |
| |\ |
|
| | * | Fix tests | kritisingh1 | 2019-04-10 | 1 | -61/+60 |
| | * | Issue deprecation warnings | kritisingh1 | 2019-04-05 | 1 | -2/+4 |
* | | | ENH: always use zip64, upgrade pickle protocol to 3 | mattip | 2019-05-23 | 1 | -3/+15 |
|/ / |
|
* | | Merge pull request #13409 from seberg/fix-unicode-fmt-savetxt | Matti Picus | 2019-04-26 | 1 | -0/+13 |
|\ \ |
|
| * | | BUG: (py2 only) fix unicode support for savetxt fmt string | Sebastian Berg | 2019-04-26 | 1 | -0/+13 |
* | | | BUG: load fails when using pickle without allow_pickle=True | Paul Ivanov | 2019-04-16 | 1 | -1/+1 |
* | | | TST: unit test for gh-13200 | Tyler Reddy | 2019-04-13 | 1 | -1/+14 |
|/ / |
|
* | | TST: fix up test_structured_padded | Tyler Reddy | 2019-04-11 | 1 | -1/+1 |
* | | BUG: Fix crash when calling savetxt on a padded array | Eric Wieser | 2019-04-11 | 1 | -1/+11 |
|/ |
|
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 1 | -3/+1 |
* | ENH: add back the multifield copy->view change | Allan Haldane | 2018-11-26 | 1 | -0/+10 |
* | ENH: Improve support for pathlib.Path objects in load functions (#11348) | Paul Müller | 2018-11-01 | 1 | -1/+25 |
* | Merge pull request #11962 from mfkasim91/limitrowloadtxt | Charles Harris | 2018-09-30 | 1 | -0/+49 |
|\ |
|
| * | ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxt | mfkasim91 | 2018-09-30 | 1 | -0/+49 |
* | | TST: prefer pytest.skip() over SkipTest | Tyler Reddy | 2018-09-21 | 1 | -3/+3 |
* | | MAINT: refactor design of recursive closures (#11910) | Matti Picus | 2018-09-16 | 1 | -0/+6 |
|/ |
|
* | TST: Replace calls to unittest.TestCase.fail (#11933) | Roman Yurchak | 2018-09-12 | 1 | -6/+2 |
* | TST: Fix duplicated test name. | Elliott Sales de Andrade | 2018-09-06 | 1 | -2/+2 |
* | MAINT: reformat line spacing before test methods | mattip | 2018-08-19 | 1 | -2/+0 |
* | MAINT, DOC: Fix typos (#10958) | Nicholas Nadeau, P.Eng., AVS | 2018-04-23 | 1 | -1/+1 |
* | Merge pull request #10891 from eric-wieser/assert-no-cycles | Charles Harris | 2018-04-21 | 1 | -11/+2 |
|\ |
|
| * | TST: Extract a helper function to test for reference cycles | Eric Wieser | 2018-04-12 | 1 | -11/+2 |
* | | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822) | Raunak Shah | 2018-04-16 | 1 | -0/+7 |
* | | BUG: fix savetxt, loadtxt for '+-' in complex | mattip | 2018-04-10 | 1 | -0/+40 |
|/ |
|
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 1 | -6/+3 |
* | TST: Switch to using pytest markers | Charles Harris | 2018-04-04 | 1 | -27/+23 |
* | MAINT: Remove use of unittest in NumPy tests. | xoviat | 2018-03-21 | 1 | -2/+2 |
* | Fix low-hanging Pypy compatibility issues (#10737) | Pauli Virtanen | 2018-03-12 | 1 | -1/+2 |
* | Merge pull request #10501 from msornay/fromregex-bytes | Eric Wieser | 2018-02-20 | 1 | -1/+8 |
|\ |
|
| * | BUG: fromregex: asbytes called on regexp objects | Mathieu Sornay | 2018-02-05 | 1 | -1/+8 |
* | | Merge pull request #10401 from eric-wieser/fix-10394 | Charles Harris | 2018-02-06 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | BUG: Resize bytes_ columns in genfromtxt | Eric Wieser | 2018-01-15 | 1 | -0/+7 |
* | | More misc. typos | luz.paz | 2018-01-04 | 1 | -4/+4 |
|/ |
|
* | MAINT: Various minor code cleanups. | Charles Harris | 2017-11-24 | 1 | -56/+59 |
* | ENH: Add encoding option to numpy text IO. | Julian Taylor | 2017-11-21 | 1 | -31/+361 |
* | ENH Better error message for savetxt when X.ndim > 2 | Nelle Varoquaux | 2017-09-20 | 1 | -0/+6 |
* | TST: Fix/Remove old unit tests for structure assignment | Allan Haldane | 2017-09-07 | 1 | -2/+2 |
* | MAINT/DOC: Use builtin when np.{x} is builtins.{x}. | Eric Wieser | 2017-08-05 | 1 | -20/+20 |
* | TST: Remove unittest dependencies in numpy/lib/tests. | Charles Harris | 2017-07-24 | 1 | -16/+16 |
* | Merge pull request #6632 from mcmtroffaes/feature/fromfile-ioopen-bug | Charles Harris | 2017-04-14 | 1 | -2/+3 |
|\ |
|
| * | BUG: npy_PyFile_Dup2 - fix PyFile_AsFile failing on io style classes | Matthias C. M. Troffaes | 2016-09-08 | 1 | -2/+3 |
* | | MAINT: Replace unicode() with u prefix | Eric Wieser | 2017-03-25 | 1 | -1/+1 |
* | | MAINT: Other cleanup Python < 2.7 and Python3 < 3.4 | Alexandr Shadchin | 2016-12-09 | 1 | -6/+4 |
* | | BUG: Apply more robust string converts in loadtxt | gfyoung | 2016-12-08 | 1 | -0/+9 |
|/ |
|
* | TST: Use new warnings context manager in all tests | Sebastian Berg | 2016-09-02 | 1 | -16/+13 |
* | ENH: skip or avoid gc/objectmodel differences btwn pypy and cpython | mattip | 2016-08-15 | 1 | -1/+2 |
* | TST: mark two tests in numpy.lib as slow, speeds up numpy.lib tests by 5x | Ralf Gommers | 2016-05-16 | 1 | -2/+2 |