summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_array_coercion.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Finalize subarray from non-subarray creation futurewarningSebastian Berg2023-04-261-0/+25
* DEP: Finalize checking for sequence-like if something is array-likeSebastian Berg2023-04-251-5/+13
* Merge pull request #23404 from ngoldbaum/dtype-class-array-creationSebastian Berg2023-03-231-0/+2
|\
| * MAINT: add test for string dtype discovery from a dtypemetaNathan Goldbaum2023-03-201-0/+2
* | MAINT: Fix 'paramteric' typoChristian Veenhuis2023-03-211-8/+8
|/
* Merge pull request #23154 from seberg/astype-refCharles Harris2023-02-201-0/+2
|\
| * TST: Test new paths for `arr.astype()` to check it accepts DType classesSebastian Berg2023-02-031-0/+2
* | MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-1/+1
|/
* TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-051-1/+1
* TST: Move new `asarray` test to a more appropriate place. (#22251)M. Eric Irrgang2022-09-131-2/+68
* DEP: Finalize ragged array creation deprecationSebastian Berg2022-07-171-4/+5
* TST: Fixup tests that cause FPEs during castsSebastian Berg2022-06-131-12/+13
* MAINT: Simplify element setting and use it for fillingSebastian Berg2022-06-121-2/+2
* Fix some typos.Yulv-git2022-05-141-1/+1
* DEP: Removed deprecated error clearingAndrew Murray2022-01-171-0/+19
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-2/+2
* TST: Slightly improve code coverage in dtype related testsSebastian Berg2021-07-301-0/+14
* Merge pull request #18116 from seberg/futurewarn-string-promotionMatti Picus2021-01-261-0/+1
|\
| * DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-251-0/+1
* | BUG: Keep ignoring most errors during array-protocol lookupSebastian Berg2021-01-201-5/+7
|/
* Merge pull request #17973 from seberg/require-sequence-array-coercionCharles Harris2020-12-181-3/+13
|\
| * DEP: Futurewarn on requiring __len__ on array-likesSebastian Berg2020-12-101-3/+13
* | BUG: Ignore fewer errors during array-coercionSebastian Berg2020-11-241-0/+30
|/
* Merge pull request #17410 from seberg/scalars-to-int-array-specialMatti Picus2020-10-071-4/+43
|\
| * API: Special case how numpy scalars are coerced to signed integerSebastian Berg2020-10-011-4/+43
* | BUG: Fix memory leak in array-coercion error pathsSebastian Berg2020-10-011-0/+15
|/
* BUG: Fix default void, datetime, and timedelta in array coercionSebastian Berg2020-09-281-0/+16
* Update numpy/core/tests/test_array_coercion.pySebastian Berg2020-09-021-0/+1
* BUG: Fix dimension discovery of within array ragged casesSebastian Berg2020-09-021-0/+21
* Merge pull request #16941 from seberg/types-are-not-arraylikesCharles Harris2020-07-281-0/+27
|\
| * Update numpy/core/tests/test_array_coercion.pySebastian Berg2020-07-241-1/+1
| * BUG: Allow array-like types to be coerced as object array elementsSebastian Berg2020-07-241-0/+27
* | DEP: Deprecate size-one ragged array coercionSebastian Berg2020-07-241-1/+1
|/
* TST: Add test for astype to stringlength testsSebastian Berg2020-07-081-0/+2
* TST: datetime64 test_scalar_coercion does not fail anymoreSebastian Berg2020-07-081-3/+2
* MAINT: Put a hack in place to allow datetime64 -> string assignment when stri...Sebastian Berg2020-07-081-9/+21
* TST: Adapt coercion-tests to the new situationSebastian Berg2020-07-081-50/+32
* TST: Add new tests for array coercion (#16571)Sebastian Berg2020-06-191-0/+577