summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: load fails when using pickle without allow_pickle=Truepr/12889Paul Ivanov2019-04-161-1/+1
* TST: fix up test_structured_paddedTyler Reddy2019-04-111-1/+1
* BUG: Fix crash when calling savetxt on a padded arrayEric Wieser2019-04-111-1/+11
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-3/+1
* ENH: add back the multifield copy->view changeAllan Haldane2018-11-261-0/+10
* ENH: Improve support for pathlib.Path objects in load functions (#11348)Paul Müller2018-11-011-1/+25
* Merge pull request #11962 from mfkasim91/limitrowloadtxtCharles Harris2018-09-301-0/+49
|\
| * ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxtmfkasim912018-09-301-0/+49
* | TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-211-3/+3
* | MAINT: refactor design of recursive closures (#11910)Matti Picus2018-09-161-0/+6
|/
* TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-121-6/+2
* TST: Fix duplicated test name.Elliott Sales de Andrade2018-09-061-2/+2
* MAINT: reformat line spacing before test methodsmattip2018-08-191-2/+0
* MAINT, DOC: Fix typos (#10958)Nicholas Nadeau, P.Eng., AVS2018-04-231-1/+1
* Merge pull request #10891 from eric-wieser/assert-no-cyclesCharles Harris2018-04-211-11/+2
|\
| * TST: Extract a helper function to test for reference cyclesEric Wieser2018-04-121-11/+2
* | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822)Raunak Shah2018-04-161-0/+7
* | BUG: fix savetxt, loadtxt for '+-' in complexmattip2018-04-101-0/+40
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+3
* TST: Switch to using pytest markersCharles Harris2018-04-041-27/+23
* MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-211-2/+2
* Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen2018-03-121-1/+2
* Merge pull request #10501 from msornay/fromregex-bytesEric Wieser2018-02-201-1/+8
|\
| * BUG: fromregex: asbytes called on regexp objectsMathieu Sornay2018-02-051-1/+8
* | Merge pull request #10401 from eric-wieser/fix-10394Charles Harris2018-02-061-0/+7
|\ \ | |/ |/|
| * BUG: Resize bytes_ columns in genfromtxtEric Wieser2018-01-151-0/+7
* | More misc. typosluz.paz2018-01-041-4/+4
|/
* MAINT: Various minor code cleanups.Charles Harris2017-11-241-56/+59
* ENH: Add encoding option to numpy text IO.Julian Taylor2017-11-211-31/+361
* ENH Better error message for savetxt when X.ndim > 2Nelle Varoquaux2017-09-201-0/+6
* TST: Fix/Remove old unit tests for structure assignmentAllan Haldane2017-09-071-2/+2
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-20/+20
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-16/+16
* Merge pull request #6632 from mcmtroffaes/feature/fromfile-ioopen-bugCharles Harris2017-04-141-2/+3
|\
| * BUG: npy_PyFile_Dup2 - fix PyFile_AsFile failing on io style classesMatthias C. M. Troffaes2016-09-081-2/+3
* | MAINT: Replace unicode() with u prefixEric Wieser2017-03-251-1/+1
* | MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-6/+4
* | BUG: Apply more robust string converts in loadtxtgfyoung2016-12-081-0/+9
|/
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-16/+13
* ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-151-1/+2
* TST: mark two tests in numpy.lib as slow, speeds up numpy.lib tests by 5xRalf Gommers2016-05-161-2/+2
* TST: fix test errors for Pathlib usage tests in io.py.Ralf Gommers2016-05-151-10/+13
* ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith2016-04-061-1/+101
* ENH: usecols now accepts an int when only one column has to be readI--P2016-02-011-0/+38
* TST: Add missing suffix to temppath managerSebastian Berg2016-01-301-1/+1
* MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-55/+31
* MAINT: Use temppath in test_not_closing_opened_fid.Charles Harris2015-12-201-21/+12
* MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-101-3/+3
* TST: attempt to make test_load_refcount deterministicNathaniel J. Smith2015-10-281-6/+11
* STY: PEP8 and pyflakes fixes for numpy/lib/testsCharles Harris2015-07-251-82/+73