File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -182,3 +182,14 @@ array_api_tests/test_fft.py::test_irfftn
182182array_api_tests/test_manipulation_functions.py::test_repeat
183183array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
184184array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
185+
186+ +# 2024.12 support
187+ array_api_tests/test_signatures.py::test_func_signature[count_nonzero]
188+ array_api_tests/test_signatures.py::test_func_signature[bitwise_and]
189+ array_api_tests/test_signatures.py::test_func_signature[bitwise_left_shift]
190+ array_api_tests/test_signatures.py::test_func_signature[bitwise_or]
191+ array_api_tests/test_signatures.py::test_func_signature[bitwise_right_shift]
192+ array_api_tests/test_signatures.py::test_func_signature[bitwise_xor]
193+ array_api_tests/test_special_cases.py::test_binary[nextafter(x1_i is +0 and x2_i is -0) -> -0]
194+ array_api_tests/test_special_cases.py::test_nan_propagation[cumulative_prod]
195+
You can’t perform that action at this time.
0 commit comments