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
88numpy(\..+)?\.complexfloating.__hash__
99numpy(\..+)?\.complexfloating.__complex__
1010
11- numpy(\.matrixlib(\.defmatrix)?|\.matlib)?\.matrix\.__new__
1211numpy(\.lib\._polynomial_impl|\.matlib)?\.poly1d\.integ
1312
1413numpy._globals._CopyMode.IF_NEEDED
@@ -78,16 +77,6 @@ numpy.ma.core.mask_rowcols
7877numpy.ma.extras.MAxisConcatenator.concatenate
7978numpy.ma.mrecords.fromtextfile
8079
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-
9180numpy.polynomial.Chebyshev.basis_name
9281numpy.polynomial.Hermite.basis_name
9382numpy.polynomial.HermiteE.basis_name
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ from numpy import ( # noqa: ICN003
9090 c_ ,
9191 can_cast ,
9292 cbrt ,
93+ cdouble ,
9394 ceil ,
9495 char ,
9596 character ,
@@ -161,6 +162,7 @@ from numpy import ( # noqa: ICN003
161162 expand_dims ,
162163 expm1 ,
163164 extract ,
165+ f2py ,
164166 fabs ,
165167 fft ,
166168 fill_diagonal ,
@@ -210,6 +212,7 @@ from numpy import ( # noqa: ICN003
210212 greater_equal ,
211213 half ,
212214 hamming ,
215+ hanning ,
213216 heaviside ,
214217 histogram ,
215218 histogram2d ,
@@ -221,6 +224,7 @@ from numpy import ( # noqa: ICN003
221224 i0 ,
222225 iinfo ,
223226 imag ,
227+ in1d ,
224228 index_exp ,
225229 indices ,
226230 inexact ,
@@ -427,9 +431,11 @@ from numpy import ( # noqa: ICN003
427431 sort ,
428432 sort_complex ,
429433 spacing ,
434+ split ,
430435 sqrt ,
431436 square ,
432437 squeeze ,
438+ stack ,
433439 std ,
434440 str_ ,
435441 strings ,
@@ -461,6 +467,7 @@ from numpy import ( # noqa: ICN003
461467 trunc ,
462468 typecodes ,
463469 typename ,
470+ typing , # noqa: ICN001
464471 ubyte ,
465472 ufunc ,
466473 uint ,
You can’t perform that action at this time.
0 commit comments