File tree Expand file tree Collapse file tree 2 files changed +120
-131
lines changed Expand file tree Collapse file tree 2 files changed +120
-131
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ scipy\.fftpack\.(_?helper\.)?fftfreq
14
14
15
15
# accidental implicit exports of internal scipy machinery
16
16
scipy\._lib\.decorator\.(DEF|ArgSpec|FunctionMaker|__init__|append|dispatch_on|get_init|getargspec|init|n_args)
17
- scipy\.special\._precompute\..* # TODO??
18
17
scipy\.special\.libsf_error_state
19
18
scipy\.stats\._rcont\.rcont
20
19
20
+ # why is this even included in the wheels?
21
+ scipy\.special\._precompute\..*
22
+
21
23
# omitted methods that always return `NotImplemented` or always raise
22
- scipy\.sparse\._(\w+)\._(\w+)\.__(len|i(add|mul|sub)|(i|r)(true)?div)__
24
+ # scipy\.sparse\._(\w+)\._(\w+)\.__(len|i(add|mul|sub)|(i|r)(true)?div)__
23
25
24
26
# workarounds for mypy bugs
25
27
scipy\.signal\._short_time_fft\.(FFT_MODE_TYPE|PAD_TYPE) # `Literal[...] != def (*, **)`
You canāt perform that action at this time.
0 commit comments