summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_format.py
Commit message (Expand)AuthorAgeFilesLines
* TST: avoid refcount semantics, speed up testsMatti Picus2020-11-111-85/+56
* TST: fix tests for windows + PyPymattip2020-07-301-16/+25
* BUG: np.load does not handle empty array with an empty descr (#15397)Sha Liu2020-01-271-1/+3
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-36/+23
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: warn when saving dtype with metadata (#14994)Matti Picus2019-12-021-0/+30
* Merge branch 'master' into npy-2.1Matti Picus2019-05-191-0/+56
|\
| * MAINT: remove uneeded codemattip2019-05-111-9/+20
| * BUG: parse more subarrays in descr_to_dtypemattip2019-05-031-0/+44
| * BUG: handle subarrays in descr_to_dtypemattip2019-04-301-0/+1
* | BUG/ENH: Create npy format 3.0Eric Wieser2019-05-071-0/+25
|/
* BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-161-6/+9
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+0
* BUG: fix for titles, cleanup, fixes from reviewmattip2018-11-131-1/+5
* BUG: test, fix loading structured dtypes with paddingmattip2018-11-131-1/+20
* TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-211-4/+4
* TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-121-6/+4
* Merge pull request #11522 from jzwinck/fix-load-empty-npzJulian Taylor2018-07-291-0/+7
|\
| * BUG: fix np.load() of empty .npz fileJohn Zwinck2018-07-071-0/+7
* | DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docsmattip2018-06-251-1/+1
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-6/+8
* MAINT: cleanup yield testsxoviat2018-01-061-6/+6
* ENH: Align data in np.save() at 64 bytes (#9025)John Zwinck2017-09-131-0/+7
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* MAINT: Stop using sixu instead of a u prefixEric Wieser2017-03-251-2/+1
* MAINT: Remove asbytes_nested where b prefixes would sufficeEric Wieser2017-03-251-18/+18
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-4/+4
* MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-11/+0
* TST: mark two tests in numpy.lib as slow, speeds up numpy.lib tests by 5xRalf Gommers2016-05-161-0/+1
* TST: fix test error when saving large array with savez.Ralf Gommers2016-05-161-2/+9
* BUG: Cast size to int64 when loading from archivedrasmuss2016-05-091-0/+14
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-2/+1
* ENH: add options for disabling use of pickle in load/savePauli Virtanen2015-04-181-0/+16
* TST: tests for format.read_array_header_* and test read_magicBlake Griffith2015-04-011-0/+44
* STY: fold long linesPauli Virtanen2015-03-081-2/+2
* BUG: enable working around pickle compatibility issues on Py3 in npy filesPauli Virtanen2015-03-081-1/+66
* Merge pull request #5178 from charris/fix-npz-header-incompatibilityJulian Taylor2014-10-131-0/+10
|\
| * TST: Add tests for Python2, Python3 *.npy compatibility.Charles Harris2014-10-121-0/+10
* | Merge pull request #5005 from juliantaylor/use-tempdir-for-large-fileJulian Taylor2014-08-271-16/+16
|\ \ | |/ |/|
| * TST: skip large file test on windowsJulian Taylor2014-08-271-0/+2
| * BUG: avoid NamedTemporaryFile for large file testMatthew Brett2014-08-271-16/+14
* | MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-6/+8
|/
* ENH: add storage format 2.0 with 4 byte header length sizeJulian Taylor2014-06-021-2/+55
* TST: document reason for truncate instead of seek past endJulian Taylor2014-01-141-0/+3
* BUG: fix large file support on 32 bit systemsJulian Taylor2014-01-111-0/+24
* MAINT: Change test to read random sized chunksMax Sperlich2013-12-111-13/+9
* MAINT: Introduced _read_array functionMax Sperlich2013-12-111-0/+8
* MAINT: Better handling of very small chunksMax Sperlich2013-12-091-11/+16