[continued from previous message]
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:392: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'a' of function 'np_repeat_impl_repeats_scaler'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/np/arrayobj.py", line 2700:
@register_jitable
def np_repeat_impl_repeats_scaler(a, repeats):
^
return np.repeat(a, repeats) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'a' of function 'np_repeat'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/tests/test_np_functions.py", line 391:
def np_repeat(a, repeats):
^
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc)) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:392: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'repeats' of function 'np_repeat.<locals>.np_repeat_impl_repeats_array_like'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/np/arrayobj.py", line 2659:
def np_repeat_impl_repeats_array_like(a, repeats):
^
return np.repeat(a, repeats) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:392: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'a' of function 'np_asarray.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/np/old_arraymath.py", line 4286:
else:
def impl(a, dtype=None):
^
return np.repeat(a, repeats) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:392: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'object' of function 'impl_np_array.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/np/arrayobj.py", line 5590:
def impl(object, dtype=None):
^
return np.repeat(a, repeats) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'repeats' of function 'np_repeat'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/tests/test_np_functions.py", line 391:
def np_repeat(a, repeats):
^
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
test_shuffle (numba.tests.test_np_randomgen.TestRandomGenerators.test_shuffle) ... ok
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'indices_or_sections' of function 'np_array_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/np/arrayobj.py", line 6390:
):
def impl(ary, indices_or_sections, axis=0):
^
return np.split(a, indices, axis=axis) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'indices' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/tests/test_np_functions.py", line 195:
def split(a, indices, axis=0):
^
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc)) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'ary' of function 'np_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/np/arrayobj.py", line 6428:
if isinstance(ary, (types.UniTuple, types.ListType, types.List)):
def impl(ary, indices_or_sections, axis=0):
^
return np.split(a, indices, axis=axis) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'indices_or_sections' of function 'np_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/np/arrayobj.py", line 6428:
if isinstance(ary, (types.UniTuple, types.ListType, types.List)):
def impl(ary, indices_or_sections, axis=0):
^
return np.split(a, indices, axis=axis) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/tests/test_np_functions.py:196: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'indices_or_sections' of function 'np_array_split.<locals>.impl'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/np/arrayobj.py", line 6390:
):
def impl(ary, indices_or_sections, axis=0):
^
return np.split(a, indices, axis=axis) /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_numba/build/numba/core/ir_utils.py:2206: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'a' of function 'split'.
For more information visit
https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "numba/tests/test_np_functions.py", line 195:
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)