summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Simplify assert_warns in test_io.pySeth Troisi2020-05-281-17/+8
* BUG: Fix default fallback in genfromtxtSebastian Berg2020-05-181-0/+7
* TST: Add slow_pypy supportAnirudh Subramanian2020-04-131-0/+1
* TST: Run test_large_zip in a child process (#15893)Anirudh Subramanian2020-04-021-7/+12
* BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-181-8/+9
* DEP: Do not allow "abstract" dtype conversion/creationSebastian Berg2020-02-061-1/+1
* MAINT: Python2 CleanupsSeth Troisi2020-01-211-3/+2
* NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-211-1/+1
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-11/+4
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-8/+8
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-061-1/+1
* TST: fix up issues in requires_memory decoratorPauli Virtanen2019-12-041-1/+1
* Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-021-1/+1
|\
| * TST: fix failing testmattip2019-10-311-1/+1
* | TST: add pytest machinery to specify memory requirements for testsPauli Virtanen2019-12-011-5/+2
* | MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-13/+13
|/
* MAINT: Avoid all BytesWarningJon Dufresne2019-09-251-1/+1
* Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-191-63/+154
|\
| * fixes StopIteration error for empty file with skip_header > 0Maxwell Aladago2019-08-111-0/+4
| * TST Test file-like object detection in save/loadLuis Pedro Coelho2019-07-201-0/+38
| * Merge branch 'master' into force-zip64Charles Harris2019-06-261-57/+58
| |\
| | * Merge pull request #13222 from kritisingh1/patch1Matti Picus2019-06-101-57/+58
| | |\
| | | * Fix testskritisingh12019-04-101-61/+60
| | | * Issue deprecation warningskritisingh12019-04-051-2/+4
| * | | ENH: always use zip64, upgrade pickle protocol to 3mattip2019-05-231-3/+15
| |/ /
| * | Merge pull request #13409 from seberg/fix-unicode-fmt-savetxtMatti Picus2019-04-261-0/+13
| |\ \
| | * | BUG: (py2 only) fix unicode support for savetxt fmt stringSebastian Berg2019-04-261-0/+13
| * | | BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-161-1/+1
| * | | TST: unit test for gh-13200Tyler Reddy2019-04-131-1/+14
| |/ /
| * | 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
| |/
* | BUG: Fix crash on genfromtxt with nested empty structured arrayEric Wieser2019-08-191-0/+7
|/
* 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