File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ numpy(\..+)?\.floating.as_integer_ratio
8
8
numpy(\..+)?\.complexfloating.__hash__
9
9
numpy(\..+)?\.complexfloating.__complex__
10
10
11
- numpy(\.matrixlib(\.defmatrix)?|\.matlib)?\.matrix\.__new__
12
11
numpy(\.lib\._polynomial_impl|\.matlib)?\.poly1d\.integ
13
12
14
13
numpy._globals._CopyMode.IF_NEEDED
@@ -78,16 +77,6 @@ numpy.ma.core.mask_rowcols
78
77
numpy.ma.extras.MAxisConcatenator.concatenate
79
78
numpy.ma.mrecords.fromtextfile
80
79
81
- numpy.matlib.f2py
82
- numpy.matlib.typing
83
- numpy.matlib.cdouble
84
- numpy.matlib.hanning
85
- numpy.matlib.in1d
86
- numpy.matlib.split
87
- numpy.matlib.stack
88
-
89
- numpy.matrixlib.defmatrix.mat
90
-
91
80
numpy.polynomial.Chebyshev.basis_name
92
81
numpy.polynomial.Hermite.basis_name
93
82
numpy.polynomial.HermiteE.basis_name
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ from numpy import ( # noqa: ICN003
90
90
c_ ,
91
91
can_cast ,
92
92
cbrt ,
93
+ cdouble ,
93
94
ceil ,
94
95
char ,
95
96
character ,
@@ -161,6 +162,7 @@ from numpy import ( # noqa: ICN003
161
162
expand_dims ,
162
163
expm1 ,
163
164
extract ,
165
+ f2py ,
164
166
fabs ,
165
167
fft ,
166
168
fill_diagonal ,
@@ -210,6 +212,7 @@ from numpy import ( # noqa: ICN003
210
212
greater_equal ,
211
213
half ,
212
214
hamming ,
215
+ hanning ,
213
216
heaviside ,
214
217
histogram ,
215
218
histogram2d ,
@@ -221,6 +224,7 @@ from numpy import ( # noqa: ICN003
221
224
i0 ,
222
225
iinfo ,
223
226
imag ,
227
+ in1d ,
224
228
index_exp ,
225
229
indices ,
226
230
inexact ,
@@ -427,9 +431,11 @@ from numpy import ( # noqa: ICN003
427
431
sort ,
428
432
sort_complex ,
429
433
spacing ,
434
+ split ,
430
435
sqrt ,
431
436
square ,
432
437
squeeze ,
438
+ stack ,
433
439
std ,
434
440
str_ ,
435
441
strings ,
@@ -461,6 +467,7 @@ from numpy import ( # noqa: ICN003
461
467
trunc ,
462
468
typecodes ,
463
469
typename ,
470
+ typing , # noqa: ICN001
464
471
ubyte ,
465
472
ufunc ,
466
473
uint ,
You can’t perform that action at this time.
0 commit comments