| Commit message (Expand) | Author | Age | Files | Lines |
* | TST: Simplify assert_warns in test_io.py | Seth Troisi | 2020-05-28 | 1 | -17/+8 |
* | BUG: Fix default fallback in genfromtxt | Sebastian Berg | 2020-05-18 | 1 | -0/+7 |
* | TST: Add slow_pypy support | Anirudh Subramanian | 2020-04-13 | 1 | -0/+1 |
* | TST: Run test_large_zip in a child process (#15893) | Anirudh Subramanian | 2020-04-02 | 1 | -7/+12 |
* | BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750) | Matti Picus | 2020-03-18 | 1 | -8/+9 |
* | DEP: Do not allow "abstract" dtype conversion/creation | Sebastian Berg | 2020-02-06 | 1 | -1/+1 |
* | MAINT: Python2 Cleanups | Seth Troisi | 2020-01-21 | 1 | -3/+2 |
* | NEP: issue deprecation warning when creating ragged array (NEP 34) | Matti Picus | 2020-01-21 | 1 | -1/+1 |
* | MAINT: Remove sys.version checks in tests | Seth Troisi | 2020-01-15 | 1 | -11/+4 |
* | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -8/+8 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-impl | Ralf Gommers | 2019-12-06 | 1 | -1/+1 |
* | TST: fix up issues in requires_memory decorator | Pauli Virtanen | 2019-12-04 | 1 | -1/+1 |
* | Merge pull request #14794 from mattip/nep-0034-impl | Ralf Gommers | 2019-12-02 | 1 | -1/+1 |
|\ |
|
| * | TST: fix failing test | mattip | 2019-10-31 | 1 | -1/+1 |
* | | TST: add pytest machinery to specify memory requirements for tests | Pauli Virtanen | 2019-12-01 | 1 | -5/+2 |
* | | MAINT: Remove uses of scalar aliases | Eric Wieser | 2019-11-13 | 1 | -13/+13 |
|/ |
|
* | MAINT: Avoid all BytesWarning | Jon Dufresne | 2019-09-25 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into fix-if-fields | Eric Wieser | 2019-08-19 | 1 | -63/+154 |
|\ |
|
| * | fixes StopIteration error for empty file with skip_header > 0 | Maxwell Aladago | 2019-08-11 | 1 | -0/+4 |
| * | 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 |
| |/ |
|
* | | BUG: Fix crash on genfromtxt with nested empty structured array | Eric Wieser | 2019-08-19 | 1 | -0/+7 |
|/ |
|
* | 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 |