We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5e9fd commit 9013bcdCopy full SHA for 9013bcd
scripts/validate_unwanted_patterns.py
@@ -21,20 +21,23 @@
21
PRIVATE_IMPORTS_TO_IGNORE: Set[str] = {
22
"_extension_array_shared_docs",
23
"_index_shared_docs",
24
+ "_interval_shared_docs",
25
"_merge_doc",
26
"_shared_docs",
27
+ "_apply_docs",
28
"_new_Index",
29
"_new_PeriodIndex",
30
"_doc_template",
- "_interval_shared_docs",
- "_apply_docs",
31
+ "_agg_template",
32
+ "_pipe_template",
33
+ "_transform_template",
34
"_arith_doc_FRAME",
35
"_flex_comp_doc_FRAME",
36
"_make_flex_doc",
37
"_op_descriptions",
- "_pipe_template",
38
"_testing",
39
"_test_decorators",
40
+ "__version__", # check np.__version__ in compat.numpy.function
41
}
42
43
0 commit comments