summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_recfunctions.py
Commit message (Expand)AuthorAgeFilesLines
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-7/+7
* ENH: unstructured_to_structured converts dtype argument (#22442)LeonaTaric2022-10-191-0/+9
* API: Fix structured dtype cast-safety, promotion, and comparisonSebastian Berg2022-05-091-1/+0
* 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
* MAINT: lib: Clean up in tests.Warren Weckesser2020-01-011-1/+0
* Merge pull request #14511 from eric-wieser/fix-flatten_dtypeMatti Picus2019-09-161-4/+4
|\
| * BUG: Fix flatten_dtype so that nested 0-field structs are flattened correctlyEric Wieser2019-09-141-4/+4
* | API: Do not return None from recfunctions.drop_fieldsEric Wieser2019-09-141-1/+3
|/
* Merge pull request #14310 from ahaldane/fix_struct_to_unstruct_nestingCharles Harris2019-08-231-1/+36
|\
| * MAINT: fix behavior of structured_to_unstructured on non-trivial dtypesAllan Haldane2019-08-231-1/+36
* | Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-191-4/+17
|\ \ | |/
| * fixed unstructured_to_structured in recfunctionsColin Snyder2019-07-201-4/+4
| * exported correct functions and made private the restColin Snyder2019-07-141-5/+7
| * Merge pull request #13332 from eric-wieser/fix-subarray-unstructuredCharles Harris2019-05-111-0/+9
| |\
| | * BUG: Always return views from structured_to_unstructured when possibleEric Wieser2019-05-011-0/+9
| * | Merge remote-tracking branch 'upstream/master' into fix-1-field-unstructuredEric Wieser2019-04-231-3/+3
| |\ \ | | |/ | |/|
| | * TST: Fix endianness in unstuctured_to_structured testAllan Haldane2019-01-051-3/+3
| * | BUG: Fix structured_to_unstructured on single-field typesEric Wieser2019-04-151-0/+2
| |/
* | BUG: recfunctions: Don't return None in place of empty sequencesEric Wieser2019-08-191-0/+21
|/
* MAINT: Fixups to new functions in np.lib.recfunctionsAllan Haldane2018-11-261-0/+13
* ENH: Fixups to multi-field assignment helpersAllan Haldane2018-11-221-0/+8
* ENH: add multi-field assignment helpers in np.lib.recfunctionsAllan Haldane2018-10-311-1/+52
* TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-121-6/+2
* MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-111-2/+14
* 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