summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-2/+2
* resolve additional platform test failuresDeveloper-Ecosystem-Engineering2023-01-041-0/+10
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-6/+6
* DEP: fastCopyAndTranspose and PyArray_CopyAndTransposeRoss Barnowski2022-10-061-18/+14
* MAINT: Remove the RELAXED_STRIDES_CHECKING env variableSebastian Berg2022-02-111-30/+8
* MAINT, DOC: fix new typos detected by codespellDimitri Papadopoulos2022-01-121-1/+1
* Made _CopyMode privateczgdp18072021-08-181-5/+5
* fixed linting issuesczgdp18072021-08-071-1/+2
* corrected linting issuesczgdp18072021-08-071-1/+2
* Shifted to CopyMode to np.array_apiczgdp18072021-08-071-5/+5
* Fixed blank line linting issueczgdp18072021-06-081-1/+0
* Merge branch 'main' into never_copyczgdp18072021-06-081-0/+13
|\
| * MAINT,BUG: Adapt `castingimpl.casting` to denote a minimal levelSebastian Berg2021-06-051-0/+13
* | RuntimeError -> ValueErrorczgdp18072021-06-081-1/+1
* | tests for astype addedczgdp18072021-06-071-0/+27
|/
* MAINT: Fix casting signatures to align with NEP 43Sebastian Berg2021-02-111-1/+1
* TST: Fixup tests for VoidSebastian Berg2020-11-241-1/+6
* MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-0/+8
* BUG: Fix string/bytes to complex assignmentSebastian Berg2020-07-201-0/+23
* MAINT: Improve performance of np.full (gh-16644)dojafrat2020-06-261-0/+7
* MAINT: Remove uses of scalar aliasesEric Wieser2020-06-101-2/+2
* Merge pull request #16133 from seberg/maint-cast-errorMatti Picus2020-05-131-0/+11
|\
| * MAINT: simplify iterator casting error creationSebastian Berg2020-05-121-0/+11
* | BUG: Fix string to bool cast regressionSebastian Berg2020-04-271-0/+28
|/
* MAINT: cleanup sys.version dependant codeSeth Troisi2020-01-121-45/+26
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-1/+1
* TST: add tests for ComplexWarning in astype (#13818)Kexuan Sun2019-06-251-1/+11
* MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-291-5/+8
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+2
* MAINT: Stop using sixu instead of a u prefixEric Wieser2017-03-251-7/+6
* BUG: fix test_api test that fails intermittently in python 3James Sanders2016-12-041-1/+1
* ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-151-10/+13
* do not check the module.__dict__ type explicityBoxiang Sun2016-05-241-1/+1
* STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris2015-07-251-4/+5
* fix intention of loop in test_copyto_permutBrian Kearns2014-10-081-1/+1
* BUG: Fix promote_types, can_cast, as astype issuesJay Bourque2014-02-251-0/+6
* Merge pull request #3969 from juliantaylor/memchr-bug2Charles Harris2013-10-251-0/+8
|\
| * BUG: fix handling of negative strides in npy_memchrJulian Taylor2013-10-231-0/+8
* | BUG|MAINT: Fix reference count bugs, init NpyIter stridesSebastian Berg2013-10-241-8/+8
|/
* MAINT: add npy_memchr for memchr like operationsJulian Taylor2013-10-171-0/+45
* BUG: Fix issue with PR #3491Jay Bourque2013-09-191-0/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-42/+42
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* Merge pull request #3520 from charris/replace-warningmanagerRalf Gommers2013-07-161-2/+1
|\
| * MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-2/+1
* | MAINT: Fix Python version dependent test.Charles Harris2013-07-121-16/+17
|/
* STY: Formatting changesJay Bourque2013-07-081-12/+6
* BUG: Fix creation of string arrays from object typesJay Bourque2013-07-081-0/+22
* TST: Add basic tests for np.arraym-d-w2013-06-061-1/+149