@@ -91,3 +91,45 @@ array_api_tests/test_creation_functions.py::test_arange
9191
9292# 2023.12 support
9393array_api_tests/test_manipulation_functions.py::test_repeat
94+
95+ # 2024.12 support
96+ array_api_tests/test_array_object.py::test_setitem
97+ array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_1[1]
98+ array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_1[None]
99+ array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_2[1]
100+ array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_2[None]
101+ array_api_tests/test_has_names.py::test_has_names[indexing-take_along_axis]
102+ array_api_tests/test_signatures.py::test_func_signature[take_along_axis]
103+
104+ array_api_tests/test_linalg.py::test_cholesky
105+ array_api_tests/test_linalg.py::test_linalg_matmul
106+ array_api_tests/test_linalg.py::test_matrix_norm
107+ array_api_tests/test_linalg.py::test_qr
108+ array_api_tests/test_manipulation_functions.py::test_concat
109+ array_api_tests/test_manipulation_functions.py::test_roll
110+ array_api_tests/test_operators_and_elementwise_functions.py::test_add[add(x1, x2)]
111+ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_left_shift[bitwise_left_shift(x1, x2)]
112+ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[bitwise_right_shift(x1, x2)]
113+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
114+ array_api_tests/test_signatures.py::test_func_signature[count_nonzero]
115+ array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
116+ array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]
117+ array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is -infinity and isfinite(x2_i) and x2_i > 0) -> -infinity]
118+ array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is -infinity and isfinite(x2_i) and x2_i < 0) -> +infinity]
119+ array_api_tests/test_special_cases.py::test_binary[floor_divide(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]
120+ array_api_tests/test_special_cases.py::test_binary[floor_divide(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
121+ array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
122+ array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]
123+ array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i > 0) -> -infinity]
124+ array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i < 0) -> +infinity]
125+ array_api_tests/test_special_cases.py::test_binary[__floordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]
126+ array_api_tests/test_special_cases.py::test_binary[__floordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
127+ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
128+ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]
129+ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i > 0) -> -infinity]
130+ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity and isfinite(x2_i) and x2_i < 0) -> +infinity]
131+ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]
132+ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
133+ array_api_tests/test_special_cases.py::test_nan_propagation[cumulative_prod]
134+
135+
0 commit comments