summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_casting_unittests.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-051-0/+6
* ENH: Always fill object fields with None rather than NULLSebastian Berg2022-06-211-1/+3
* BUG,MAINT: Never use negative offset and tighten promote-typesSebastian Berg2022-05-091-10/+14
* MAINT: Use intp output param viewable casts/methods (#20176)Sebastian Berg2021-12-201-42/+138
* MAINT: remove unused importsAlessia Marcolini2021-10-081-1/+0
* Merge pull request #19843 from yashasvimisra2798/patch2Sebastian Berg2021-09-291-4/+9
|\
| * TST: Fix/Improve nonstandard bool to cast numeric testYashasvi Misra2021-09-291-4/+9
* | DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
|/
* lint: fix flake8 errorsYashasvi Misra2021-08-271-2/+1
* test: add test_float_to_bool()Yashasvi Misra2021-08-271-7/+9
* add testYashasvi Misra2021-08-261-0/+6
* TST: Slightly improve code coverage in dtype related testsSebastian Berg2021-07-301-0/+24
* BUG: Fix NULL special case in object-to-any cast codeSebastian Berg2021-06-291-0/+17
* Merge pull request #19326 from grlee77/dtype-segfault-fixCharles Harris2021-06-251-0/+8
|\
| * TST: test both argument ordersGregory Lee2021-06-241-3/+5
| * TST: test can_cast when only one argument has a subarrayGregory Lee2021-06-241-0/+6
* | BUG: Fix cast safety and comparisons for zero sized voidsSebastian Berg2021-06-231-0/+3
|/
* MAINT: Implement new style promotion for `np.result_type`, etc.Sebastian Berg2021-05-121-17/+6
* MAINT: Add comment to unused func, silence linter and avoid non-contig errorSebastian Berg2021-03-181-5/+5
* TST: Add tests for datetime byteswaps and unicode byteswap castsSebastian Berg2021-03-171-0/+22
* MAINT: Implement new casting loops based on NEP 42 and 43Sebastian Berg2021-01-081-3/+339
* Last touch-ups (test and tiny fixes)Sebastian Berg2020-11-241-0/+17
* MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-0/+284