summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_recfunctions.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-2/+4
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-21/+21
* TST: join_by now works for dtypes with padding tooEric Wieser2017-07-011-0/+16
* TST: Add failing test for mismatch of key typeEric Wieser2017-07-011-1/+16
* BUG: stack_arrays fails for subdtypesEric Wieser2017-07-011-0/+29
* BUG: recfunctions.join_by fails when key is a subdtypeEric Wieser2017-07-011-0/+14
* BUG: recfunctions.join_by fails for colliding values with different dtypesEric Wieser2017-07-011-0/+13
* TST: Verify that join_by doesn't choke on subdtypesEric Wieser2017-06-271-0/+10
* BUG: Preserve field order in join_by, avoids FutureWarningAllan Haldane2017-05-091-1/+14
* TST: Remove tests of view safety checks (see next commit)Allan Haldane2015-10-261-10/+0
* BUG: Fix imports in test_io.py and test_recfunctions.py.Charles Harris2015-07-041-3/+2
* ENH: structured datatype safety checksAllan Haldane2015-06-051-0/+30
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-16/+37
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-191/+190
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-7/+7
* 2to3: Apply zip fixer.Charles Harris2013-04-131-12/+12
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* ENH: missingdata: Make numpy.all follow the NA && False == False ruleMark Wiebe2011-08-271-2/+2
* TST: rec: DType in join_by test was inconsistentMark Wiebe2011-07-191-2/+3
* BUG: Fixed bugs in join_by and added testsSkipper Seabold2011-07-081-3/+64
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-2/+2
* ENH: core: Shuffle type numbers so any new ones go on the end.Mark Wiebe2011-01-251-5/+18
* * Fixed merge_arrays for arrays of size 1 (bug #1407)pierregm2010-03-261-37/+46
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-2/+2
* Fixed #1039: ignore sort order properly in find_duplicates testPauli Virtanen2009-03-301-8/+4
* Sort index of find_duplicated before testing, because the exact order is unde...David Cournapeau2009-03-091-17/+14
* Tag known failure on win32.David Cournapeau2009-02-191-0/+3
* * Added a 'autoconvert' option to stack_arrays.pierregm2009-02-021-1/+31
* * fixed a machine-dependent issue on default int ('<i4' on OS X, '<i8' on lin...pierregm2009-01-221-7/+10
* * added recfunctions, a collection of utilities to manipulate structured arrays.pierregm2009-01-221-0/+570