File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed
Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -644,6 +644,7 @@ def _raise(exc):
644644 "arctanh" ,
645645 "are_partitions_aligned" ,
646646 "are_partitions_behaved" ,
647+ "array_from_ffi_ptr" ,
647648 "asarray" ,
648649 "asin" ,
649650 "asinh" ,
@@ -667,8 +668,12 @@ def _raise(exc):
667668 "compressor_list" ,
668669 "compute_chunks_blocks" ,
669670 "concat" ,
671+ "conj" ,
672+ "contains" ,
670673 "copy" ,
671674 "copysign" ,
675+ "cos" ,
676+ "cosh" ,
672677 "count_nonzero" ,
673678 "cparams_dflts" ,
674679 "cpu_info" ,
@@ -681,6 +686,7 @@ def _raise(exc):
681686 "empty_like" ,
682687 "equal" ,
683688 "estore_from_cframe" ,
689+ "exp" ,
684690 "expand_dims" ,
685691 "expm1" ,
686692 "eye" ,
@@ -703,6 +709,7 @@ def _raise(exc):
703709 "greater" ,
704710 "greater_equal" ,
705711 "hypot" ,
712+ "imag" ,
706713 "iinfo" ,
707714 "indices" ,
708715 "isdtype" ,
@@ -713,8 +720,8 @@ def _raise(exc):
713720 "lazyexpr" ,
714721 "lazyudf" ,
715722 "lazywhere" ,
723+ "less" ,
716724 "less_equal" ,
717- "less_than" ,
718725 "linspace" ,
719726 "load_array" ,
720727 "load_tensor" ,
@@ -774,13 +781,17 @@ def _raise(exc):
774781 "set_releasegil" ,
775782 "sign" ,
776783 "signbit" ,
784+ "sin" ,
785+ "sinh" ,
777786 "sort" ,
787+ "sqrt" ,
778788 "square" ,
779789 "squeeze" ,
780790 "stack" ,
791+ "std" ,
781792 "storage_dflts" ,
782- "sum" ,
783793 "subtract" ,
794+ "sum" ,
784795 "take" ,
785796 "take_along_axis" ,
786797 "tan" ,
Original file line number Diff line number Diff line change 3030 "broadcast_to" ,
3131 "ceil" ,
3232 "clip" ,
33+ "conj" ,
34+ "contains" ,
3335 "copysign" ,
36+ "cos" ,
37+ "cosh" ,
3438 "divide" ,
3539 "equal" ,
40+ "exp" ,
3641 "expm1" ,
3742 "floor" ,
3843 "floor_divide" ,
3944 "greater" ,
4045 "greater_equal" ,
4146 "hypot" ,
47+ "imag" ,
4248 "isfinite" ,
4349 "isinf" ,
4450 "isnan" ,
4551 "less_equal" ,
46- "less_than " ,
52+ "less " ,
4753 "log" ,
4854 "log1p" ,
4955 "log2" ,
6773 "round" ,
6874 "sign" ,
6975 "signbit" ,
76+ "sin" ,
77+ "sinh" ,
78+ "sqrt" ,
7079 "square" ,
71- "sum " ,
80+ "std " ,
7281 "subtract" ,
82+ "sum" ,
7383 "tan" ,
7484 "tanh" ,
7585 "trunc" ,
You can’t perform that action at this time.
0 commit comments