numpy 2.3.3__cp312-cp312-win_amd64.whl → 2.3.4__cp312-cp312-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of numpy might be problematic. Click here for more details.
- numpy/__config__.py +8 -8
- numpy/__init__.pyi +819 -218
- numpy/_core/_multiarray_tests.cp312-win_amd64.lib +0 -0
- numpy/_core/_multiarray_tests.cp312-win_amd64.pyd +0 -0
- numpy/_core/_multiarray_umath.cp312-win_amd64.lib +0 -0
- numpy/_core/_multiarray_umath.cp312-win_amd64.pyd +0 -0
- numpy/_core/_operand_flag_tests.cp312-win_amd64.lib +0 -0
- numpy/_core/_operand_flag_tests.cp312-win_amd64.pyd +0 -0
- numpy/_core/_rational_tests.cp312-win_amd64.lib +0 -0
- numpy/_core/_rational_tests.cp312-win_amd64.pyd +0 -0
- numpy/_core/_simd.cp312-win_amd64.lib +0 -0
- numpy/_core/_simd.cp312-win_amd64.pyd +0 -0
- numpy/_core/_struct_ufunc_tests.cp312-win_amd64.lib +0 -0
- numpy/_core/_struct_ufunc_tests.cp312-win_amd64.pyd +0 -0
- numpy/_core/_ufunc_config.py +2 -0
- numpy/_core/_ufunc_config.pyi +52 -6
- numpy/_core/_umath_tests.cp312-win_amd64.lib +0 -0
- numpy/_core/_umath_tests.cp312-win_amd64.pyd +0 -0
- numpy/_core/lib/npymath.lib +0 -0
- numpy/_core/lib/pkgconfig/numpy.pc +1 -1
- numpy/_core/numerictypes.py +1 -1
- numpy/_core/tests/test_api.py +34 -1
- numpy/_core/tests/test_numerictypes.py +29 -0
- numpy/_core/tests/test_stringdtype.py +16 -16
- numpy/_core/tests/test_strings.py +15 -0
- numpy/_core/tests/test_umath.py +12 -0
- numpy/exceptions.pyi +2 -0
- numpy/fft/_pocketfft_umath.cp312-win_amd64.lib +0 -0
- numpy/fft/_pocketfft_umath.cp312-win_amd64.pyd +0 -0
- numpy/lib/_histograms_impl.pyi +8 -8
- numpy/lib/_index_tricks_impl.pyi +12 -0
- numpy/lib/_polynomial_impl.pyi +10 -8
- numpy/lib/mixins.pyi +2 -0
- numpy/lib/tests/test_index_tricks.py +5 -0
- numpy/linalg/_linalg.pyi +32 -39
- numpy/linalg/_umath_linalg.cp312-win_amd64.lib +0 -0
- numpy/linalg/_umath_linalg.cp312-win_amd64.pyd +0 -0
- numpy/linalg/lapack_lite.cp312-win_amd64.lib +0 -0
- numpy/linalg/lapack_lite.cp312-win_amd64.pyd +0 -0
- numpy/ma/extras.pyi +4 -0
- numpy/random/_bounded_integers.cp312-win_amd64.lib +0 -0
- numpy/random/_bounded_integers.cp312-win_amd64.pyd +0 -0
- numpy/random/_common.cp312-win_amd64.lib +0 -0
- numpy/random/_common.cp312-win_amd64.pyd +0 -0
- numpy/random/_generator.cp312-win_amd64.lib +0 -0
- numpy/random/_generator.cp312-win_amd64.pyd +0 -0
- numpy/random/_mt19937.cp312-win_amd64.lib +0 -0
- numpy/random/_mt19937.cp312-win_amd64.pyd +0 -0
- numpy/random/_pcg64.cp312-win_amd64.lib +0 -0
- numpy/random/_pcg64.cp312-win_amd64.pyd +0 -0
- numpy/random/_philox.cp312-win_amd64.lib +0 -0
- numpy/random/_philox.cp312-win_amd64.pyd +0 -0
- numpy/random/_sfc64.cp312-win_amd64.lib +0 -0
- numpy/random/_sfc64.cp312-win_amd64.pyd +0 -0
- numpy/random/bit_generator.cp312-win_amd64.lib +0 -0
- numpy/random/bit_generator.cp312-win_amd64.pyd +0 -0
- numpy/random/lib/npyrandom.lib +0 -0
- numpy/random/mtrand.cp312-win_amd64.lib +0 -0
- numpy/random/mtrand.cp312-win_amd64.pyd +0 -0
- numpy/random/tests/test_generator_mt19937.py +5 -0
- numpy/testing/_private/extbuild.pyi +3 -3
- numpy/testing/_private/utils.pyi +1 -1
- numpy/typing/tests/data/fail/bitwise_ops.pyi +3 -3
- numpy/typing/tests/data/fail/scalars.pyi +6 -6
- numpy/typing/tests/data/reveal/arithmetic.pyi +29 -29
- numpy/typing/tests/data/reveal/array_constructors.pyi +5 -5
- numpy/typing/tests/data/reveal/bitwise_ops.pyi +10 -11
- numpy/typing/tests/data/reveal/linalg.pyi +6 -6
- numpy/typing/tests/data/reveal/mod.pyi +18 -19
- numpy/version.py +2 -2
- numpy-2.3.4.dist-info/DELVEWHEEL +2 -0
- {numpy-2.3.3.dist-info → numpy-2.3.4.dist-info}/METADATA +1 -1
- {numpy-2.3.3.dist-info → numpy-2.3.4.dist-info}/RECORD +76 -77
- numpy/_typing/_callable.pyi +0 -279
- numpy-2.3.3.dist-info/DELVEWHEEL +0 -2
- {numpy-2.3.3.dist-info → numpy-2.3.4.dist-info}/LICENSE.txt +0 -0
- {numpy-2.3.3.dist-info → numpy-2.3.4.dist-info}/WHEEL +0 -0
- {numpy-2.3.3.dist-info → numpy-2.3.4.dist-info}/entry_points.txt +0 -0
|
@@ -2,11 +2,11 @@ numpy/conftest.py,sha256=iSiBmf_G9XM4jELWnZEAfdnxzbz1XbmIkKj3e46QljE,8835
|
|
|
2
2
|
numpy/dtypes.py,sha256=cPkS6BLRvpfsUzhd7Vk1L7_VcenWb1nuHuCxc9fYC4I,1353
|
|
3
3
|
numpy/dtypes.pyi,sha256=Kx4i1cde8UPFY0gGpPyMRP8WULEn2BEAwKzIVNzLx14,16175
|
|
4
4
|
numpy/exceptions.py,sha256=UygorC0Ez5ycvhySLek51IQ_d0RV3u37hFL0JCW3WPc,8047
|
|
5
|
-
numpy/exceptions.pyi,sha256=
|
|
5
|
+
numpy/exceptions.pyi,sha256=0-9BJr5PXLwxMqvhG-8wRisAyRFmeaTreE6hIROt7ng,818
|
|
6
6
|
numpy/matlib.py,sha256=xGJk9kOBs7qqA8IqhqQuwufNMUvq6Af_mErXxmZHZxw,11018
|
|
7
7
|
numpy/matlib.pyi,sha256=JxPQ3A1oaYZW90E8Fkg3VaCp8kMJZTRmES7-mBq2ybs,10184
|
|
8
8
|
numpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
numpy/version.py,sha256=
|
|
9
|
+
numpy/version.py,sha256=SPAzsP-TciDjmi1JstG0_7H3oPaSlt1f-rPA65F-iok,304
|
|
10
10
|
numpy/version.pyi,sha256=evzpqH8S5BWrxwgxVoRGkeW6yV6etN9CAp1rnfRVq-s,376
|
|
11
11
|
numpy/_array_api_info.py,sha256=vTu3r_6WrdhkiOr1pLelut2ARey2WOmQ7BZLFt9ePSs,10700
|
|
12
12
|
numpy/_array_api_info.pyi,sha256=xDNFMjgROER2wnf2C8zchoxLByR_WKEayxWCy5RQi3w,5071
|
|
@@ -20,12 +20,12 @@ numpy/_globals.py,sha256=1kTi2An0nDeFpBixK20FxDAw15bXLR1iedY1HpKEhIY,3187
|
|
|
20
20
|
numpy/_globals.pyi,sha256=kst3Vm7ZbznOtHsPya0PzU0KbjRGZ8xhMmTNMafvT-4,297
|
|
21
21
|
numpy/_pytesttester.py,sha256=USOh37bWhXAzQLeGD1U63XpDnbkatfr-aiQu-gHkdBA,6529
|
|
22
22
|
numpy/_pytesttester.pyi,sha256=AFDYaaIlhSar-JOfoLtQB9Uq1mPXWhre8STg44CVkvA,515
|
|
23
|
-
numpy/__config__.py,sha256=
|
|
23
|
+
numpy/__config__.py,sha256=CQRHlHnBIVeSU2l5bvTL6J3HQ618tA0U56Hz3dTz23E,5725
|
|
24
24
|
numpy/__config__.pyi,sha256=Zmg85dEvXfCQUlQ2VoZq2OPTV2MuwcyhHQW4RDkvJg8,2469
|
|
25
25
|
numpy/__init__.cython-30.pxd,sha256=_dQ25sYPbiOsW3ACUNSDN1bgU6NCEJiY5UcTKBhbCu0,48364
|
|
26
26
|
numpy/__init__.pxd,sha256=7jgfd5hTwIsb4KuAiAguiEUdLjsPm2gEr7eDNgq3itM,44912
|
|
27
27
|
numpy/__init__.py,sha256=Klr6VeOY9JXwunhgSYIHWHOZevtD1cRwGouWjv_aamk,26478
|
|
28
|
-
numpy/__init__.pyi,sha256=
|
|
28
|
+
numpy/__init__.pyi,sha256=NJqySGBWuIxaQa-tVbN6iv1qCJKuf4h_dcrIxQz1RWw,247808
|
|
29
29
|
numpy/char/__init__.py,sha256=KAKgke3wwjmEwxfiwkEXehe17DoN1OR_vkLBA9WFaGs,95
|
|
30
30
|
numpy/char/__init__.pyi,sha256=XN-Twg_XKK4bMmir1UZ4nCtlW7nOezcU5Ix4N7X4OhQ,1651
|
|
31
31
|
numpy/core/arrayprint.py,sha256=zsOt7vFu-b1_7rPlKr7iGh12n4CmwzmU_fWV2CedPi4,349
|
|
@@ -239,8 +239,8 @@ numpy/fft/_helper.py,sha256=VpGmqY4O7zZWm0vg72mGu3AsZ-bca_mVG-olxoJYmmI,7022
|
|
|
239
239
|
numpy/fft/_helper.pyi,sha256=6RxP5wS_vBokkLR6BRXsJqFTTWUasHLEib61hdwa_qU,1439
|
|
240
240
|
numpy/fft/_pocketfft.py,sha256=Hycd7Y2xAT5zFnVys14Ker59o1PsVBXjEevXkVabLa8,64291
|
|
241
241
|
numpy/fft/_pocketfft.pyi,sha256=wmEYOawqlFBz3Jw5mWMhWm0JQGtY3AO0xCBDpPgtnSc,3312
|
|
242
|
-
numpy/fft/_pocketfft_umath.cp312-win_amd64.lib,sha256=
|
|
243
|
-
numpy/fft/_pocketfft_umath.cp312-win_amd64.pyd,sha256=
|
|
242
|
+
numpy/fft/_pocketfft_umath.cp312-win_amd64.lib,sha256=0rq9Zr6wFkRg28DDn3ItHkEt7vpozZLsJjRo15z43Mc,2176
|
|
243
|
+
numpy/fft/_pocketfft_umath.cp312-win_amd64.pyd,sha256=3nEVQkxUx7-2CW2aG95xNEJ4Xn4ZrbXQVGP5yfSfyMY,276480
|
|
244
244
|
numpy/fft/__init__.py,sha256=j8Qwnr2UUY5ka45gSGF13BN3arX80H8ShOYiAGbucJ0,8506
|
|
245
245
|
numpy/fft/__init__.pyi,sha256=z-kDsNgijEpHw8kIdSs4qZtzpSm9cFo0gvK32Q2rTRk,557
|
|
246
246
|
numpy/fft/tests/test_helper.py,sha256=Yff4EXasyH-nD6dyEcZfX4g61ZjQcAY7XHfQLnXI1EY,6321
|
|
@@ -253,7 +253,7 @@ numpy/lib/format.pyi,sha256=hjsmMm6tPXHcBSpUjTMnHzqcPdqsZ8X5X_LWDvmdPgk,1548
|
|
|
253
253
|
numpy/lib/introspect.py,sha256=TuhUIVWvWAODqn1tkwqKHN7rNHJhjcMMQyiC_vnUpRQ,2844
|
|
254
254
|
numpy/lib/introspect.pyi,sha256=IsntuFrlFhRBZcGGhRUTAgnONUHEbYw_2ApPmffx8QE,155
|
|
255
255
|
numpy/lib/mixins.py,sha256=sET7o_pJOco4Bdj66L9lRmkdzr44cDTjvCX7eISjJHk,7380
|
|
256
|
-
numpy/lib/mixins.pyi,sha256=
|
|
256
|
+
numpy/lib/mixins.pyi,sha256=i5R7jPiV9GZIhJv3KtEl_V6oaJsbggy46cTEye_gbI4,3228
|
|
257
257
|
numpy/lib/npyio.py,sha256=EY5_tqGplRo-B3cJtqvf9HC34nQKr5JNgyykHWj5q_E,69
|
|
258
258
|
numpy/lib/npyio.pyi,sha256=QIrW_Qz_-9L-ecPo39P0-UiGec2EBPzBC_yJ9MZ1gF0,201
|
|
259
259
|
numpy/lib/recfunctions.py,sha256=7to2wo6f8bxxUfVzHrMbo0gR9FNly3zdJK3jRirqrfE,61220
|
|
@@ -279,9 +279,9 @@ numpy/lib/_format_impl.pyi,sha256=FjQ_zPqG7xOCdWa8B6NYVtjm-xo2oExGvKUYMwZfX54,89
|
|
|
279
279
|
numpy/lib/_function_base_impl.py,sha256=wRLg-FOdacOB5K2NStvz7mejJrjcp5c610gtK-FMzY4,202269
|
|
280
280
|
numpy/lib/_function_base_impl.pyi,sha256=u9JLP6HWWmIblWFddGOlArih3wpAj642rMYRgrCjL84,25101
|
|
281
281
|
numpy/lib/_histograms_impl.py,sha256=2dceYr7BOVTkypST4CVgskJzjI-ka_FrL5oxBW7rHEQ,39517
|
|
282
|
-
numpy/lib/_histograms_impl.pyi,sha256=
|
|
282
|
+
numpy/lib/_histograms_impl.pyi,sha256=n_Yd-rh3Me98Vz2J4fMaJQbE4oTpO74l11u3332m4Zw,1161
|
|
283
283
|
numpy/lib/_index_tricks_impl.py,sha256=IDH9jP2WpgOaGCtcZgLx5eF1FV-eFuVomhVKjCqzyzk,33253
|
|
284
|
-
numpy/lib/_index_tricks_impl.pyi,sha256=
|
|
284
|
+
numpy/lib/_index_tricks_impl.pyi,sha256=peyKzv4N9IAls-yvWNG3ZmgZ_cZQF-bhLtzXh6tGHbU,6674
|
|
285
285
|
numpy/lib/_iotools.py,sha256=Yh7xIu5OnSNnj2aX-yW8viJNHNC33nhCDZtaep8TszE,31776
|
|
286
286
|
numpy/lib/_iotools.pyi,sha256=QhPWjfhxdtiz73gewLi4Ji_YULmz1bqCa9b6Rmx_AZg,3507
|
|
287
287
|
numpy/lib/_nanfunctions_impl.py,sha256=qpA4DEl7ixLa8jPiTHlOgJRrdLr-A29eAUc_F4h7nNI,73973
|
|
@@ -289,7 +289,7 @@ numpy/lib/_nanfunctions_impl.pyi,sha256=5K8nYwWh2IpzkmC8mHmlHygzfS6Sf5K3EA5NzBCQ
|
|
|
289
289
|
numpy/lib/_npyio_impl.py,sha256=IY4DQe8AYxKw2SRpoBYuSrth0vm3d6kiSF2WXanoUh0,101873
|
|
290
290
|
numpy/lib/_npyio_impl.pyi,sha256=uSzRuJLRG7IJhwbmUDKIq52Q-C4jp4K-pUW-pjrm6Yk,9689
|
|
291
291
|
numpy/lib/_polynomial_impl.py,sha256=Z7K4kuUiMaAv4bRoSf2589uznTWUEYS1Mp29vqgyXl8,45599
|
|
292
|
-
numpy/lib/_polynomial_impl.pyi,sha256=
|
|
292
|
+
numpy/lib/_polynomial_impl.pyi,sha256=TTjdau6f5Skay_9ipYlncaMwucHxGRy64o2-b7x9H7A,7327
|
|
293
293
|
numpy/lib/_scimath_impl.py,sha256=n7oV3g6IX9sClfv4xJ8UCCtgHxScoycnpjj2iASQ6Xc,16334
|
|
294
294
|
numpy/lib/_scimath_impl.pyi,sha256=3-C37vHfGAP84SLbuxHrPAO8ZQ-vgTSXTyh5EjNHXh0,2867
|
|
295
295
|
numpy/lib/_shape_base_impl.py,sha256=KKZWJjfeFHSsWZ1mP2ZRAmjuNhK8u1y0RPX9kx1Q25o,40780
|
|
@@ -317,7 +317,7 @@ numpy/lib/tests/test_array_utils.py,sha256=gRsql9I0f7RQk-1b8iPa1jDZsd_auCF05-ulx
|
|
|
317
317
|
numpy/lib/tests/test_format.py,sha256=WfMDB563BYh-sWizN-IGU8wkVDd4OQn7YiyZmskU_88,43010
|
|
318
318
|
numpy/lib/tests/test_function_base.py,sha256=PUbOPiB6eVSMdk3App2cLwk4HYEvf8xuDR2zpWXGYNs,175692
|
|
319
319
|
numpy/lib/tests/test_histograms.py,sha256=vAPUJdT6J0pGXiFgrhf3TvKRHox1sgC1Ag7SNntbg3M,34821
|
|
320
|
-
numpy/lib/tests/test_index_tricks.py,sha256=
|
|
320
|
+
numpy/lib/tests/test_index_tricks.py,sha256=SQ3uHjPfSyaxnbId7yZqLrPgY-P0zpxv2lyoXmuSYJc,21268
|
|
321
321
|
numpy/lib/tests/test_io.py,sha256=1Q-F5YleH0vJ_euiabDUcfH2JoZmz4S8KZPzxJ1_xCU,113837
|
|
322
322
|
numpy/lib/tests/test_loadtxt.py,sha256=BXuhaSKd4AgH28nlR7KW9Bfd9hr_CMSagD8j2fQEGPI,41658
|
|
323
323
|
numpy/lib/tests/test_mixins.py,sha256=eWaFNkjo_IPlP4-7T-sitpZqhAgjUOjqkglUaPIdWXA,7224
|
|
@@ -343,15 +343,15 @@ numpy/lib/tests/data/py3-objarr.npy,sha256=7mtikKlHXp4unZhM8eBot8Cknlx1BofJdd73N
|
|
|
343
343
|
numpy/lib/tests/data/py3-objarr.npz,sha256=vVRl9_NZ7_q-hjduUr8YWnzRy8ESNlmvMPlaSSC69fk,453
|
|
344
344
|
numpy/lib/tests/data/python3.npy,sha256=X0ad3hAaLGXig9LtSHAo-BgOvLlFfPYMnZuVIxRmj-0,96
|
|
345
345
|
numpy/lib/tests/data/win64python2.npy,sha256=agOcgHVYFJrV-nrRJDbGnUnF4ZTPYXuSeF-Mtg7GMpc,96
|
|
346
|
-
numpy/linalg/lapack_lite.cp312-win_amd64.lib,sha256=
|
|
347
|
-
numpy/linalg/lapack_lite.cp312-win_amd64.pyd,sha256=
|
|
346
|
+
numpy/linalg/lapack_lite.cp312-win_amd64.lib,sha256=_QnYTydEafKQOro4HVh7BzfnYam7KsnL9MvitMG1kV8,2084
|
|
347
|
+
numpy/linalg/lapack_lite.cp312-win_amd64.pyd,sha256=RFJKxJxKxGbZPzhUPrGq5e-GZEiLwgzbLmPpBSz01ZM,18432
|
|
348
348
|
numpy/linalg/lapack_lite.pyi,sha256=yQWhNIbR6YSzeGAumEJQTTkyBl2YRW_WlgsgGFDz0_E,2813
|
|
349
349
|
numpy/linalg/linalg.py,sha256=-uK-TpPOrpX8ItD4xpLi1kva6HZKfN-39-3h-yOAhOc,602
|
|
350
350
|
numpy/linalg/linalg.pyi,sha256=iGd8b4-gN1d92K7wfgDZxoHrVXnVC1c6vGqW4ZbWldY,1001
|
|
351
351
|
numpy/linalg/_linalg.py,sha256=QkVmpFqL7WsZbprAsSaDsPNBabJZaaRCkOz7c0ZnL9c,118788
|
|
352
|
-
numpy/linalg/_linalg.pyi,sha256=
|
|
353
|
-
numpy/linalg/_umath_linalg.cp312-win_amd64.lib,sha256=
|
|
354
|
-
numpy/linalg/_umath_linalg.cp312-win_amd64.pyd,sha256=
|
|
352
|
+
numpy/linalg/_linalg.pyi,sha256=qphefd5jo9jOgZ4dEZJqjuUqXLBCM-WxqDG2oWdlQYE,12023
|
|
353
|
+
numpy/linalg/_umath_linalg.cp312-win_amd64.lib,sha256=1G18pE9IONuKvrCk9rvemJHCsNkl0LOD928JrVciFMo,2120
|
|
354
|
+
numpy/linalg/_umath_linalg.cp312-win_amd64.pyd,sha256=TbpPi4tUNuV28aOyWaOs3XeSuOxIiv5tgM_IS7NbVnM,112128
|
|
355
355
|
numpy/linalg/_umath_linalg.pyi,sha256=g5NJoNte6CwuMFDfd55O8OvJv4lOi539VKAB-Mrc864,1470
|
|
356
356
|
numpy/linalg/__init__.py,sha256=E24DtS109BNK_skVjGfSN491xPLM2nGarRjH-m1zBNM,2222
|
|
357
357
|
numpy/linalg/__init__.pyi,sha256=3M1fJPi1c3gyvXa0fIUmgwi_oDUi2Ps4d_9BKeeKNcw,1133
|
|
@@ -363,7 +363,7 @@ numpy/ma/API_CHANGES.txt,sha256=U39zA87aM_OIJhEKvHgL1RY1lhMJZc1Yj3DGLwbPbF0,3540
|
|
|
363
363
|
numpy/ma/core.py,sha256=Ag94aU0zq3R7ScJBiHv7ebpzQ8fpmrb63GS_cqgMt_E,297817
|
|
364
364
|
numpy/ma/core.pyi,sha256=fM6g8d76-3jUS6JoaT8IFSRAreC7Z2VcN1wZlPtMjoE,41921
|
|
365
365
|
numpy/ma/extras.py,sha256=MeTR8oKWzwLDkHKPPnx-8UNxVZcaR3CaAxFSP15Pa6Q,73024
|
|
366
|
-
numpy/ma/extras.pyi,sha256=
|
|
366
|
+
numpy/ma/extras.pyi,sha256=VO7mwLblgjF5Fav_i3UV8GT2NsXNTouvzZDjyJRDXtI,3972
|
|
367
367
|
numpy/ma/LICENSE,sha256=1427IIuA2StNMz5BpLquUNEkRPRuUxmfp3Jqkd5uLac,1616
|
|
368
368
|
numpy/ma/mrecords.py,sha256=HVCPtj2VnbAI48PGeh_Ax3_J1Vt9ol1GVYS_f4FDeI0,27846
|
|
369
369
|
numpy/ma/mrecords.pyi,sha256=la8iCUB-Sw1diC0sBPgvludFTdYa2PT8DKcux04nrr4,2069
|
|
@@ -422,47 +422,47 @@ numpy/polynomial/tests/test_polyutils.py,sha256=1u8P9Ta0FsV4y2pMRjIgXf_38oMxe8xI
|
|
|
422
422
|
numpy/polynomial/tests/test_printing.py,sha256=xkSxkYUUaAdBjayCrzRSca7p4aG7kyIqPRiy1b2FxEk,21958
|
|
423
423
|
numpy/polynomial/tests/test_symbol.py,sha256=JNF0yt5xmUERjflLOydG1pMo6wMRLtaPDcYUkvXcD-o,5592
|
|
424
424
|
numpy/polynomial/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
425
|
-
numpy/random/bit_generator.cp312-win_amd64.lib,sha256=
|
|
426
|
-
numpy/random/bit_generator.cp312-win_amd64.pyd,sha256
|
|
425
|
+
numpy/random/bit_generator.cp312-win_amd64.lib,sha256=9x73BMtRdTDkvlxVFrTobpKdFQszwJ1S4RLQABxCi5I,2120
|
|
426
|
+
numpy/random/bit_generator.cp312-win_amd64.pyd,sha256=-ENlI7lWW64zqjtfNQZI1WLHSmHIzm9H4GMWjWvXo1E,167936
|
|
427
427
|
numpy/random/bit_generator.pxd,sha256=LJpeB-EKeVV8_JO69sS33XJLZQ3DAhrUCNzs_ei7AoI,1042
|
|
428
428
|
numpy/random/bit_generator.pyi,sha256=k1MV8-6mf6O7SOlwXYkC5KETtduEZgdzsZkQOB7Yg6k,3728
|
|
429
429
|
numpy/random/c_distributions.pxd,sha256=02WeqbzQ4heQ1cZ7ShePejxmt5AOI5kTstBZ5w2WxD0,6454
|
|
430
430
|
numpy/random/LICENSE.md,sha256=tLwvT6HJV3jx7T3Y8UcGvs45lHW5ePnzS1081yUhtIo,3582
|
|
431
|
-
numpy/random/mtrand.cp312-win_amd64.lib,sha256=
|
|
432
|
-
numpy/random/mtrand.cp312-win_amd64.pyd,sha256=
|
|
431
|
+
numpy/random/mtrand.cp312-win_amd64.lib,sha256=cAmc3GBLby1bFfVcRcPB1aBYuodgpeykTdEjfBp321c,17122
|
|
432
|
+
numpy/random/mtrand.cp312-win_amd64.pyd,sha256=w602cuUdC5pcOwh8WnQmsxCv0g_hc6R4QOLmgGLJh38,606208
|
|
433
433
|
numpy/random/mtrand.pyi,sha256=qMZhn2QPpftnyYxSeqN_umFbDtcVwh2tMNxwlfUNm-I,23390
|
|
434
|
-
numpy/random/_bounded_integers.cp312-win_amd64.lib,sha256=
|
|
435
|
-
numpy/random/_bounded_integers.cp312-win_amd64.pyd,sha256=
|
|
434
|
+
numpy/random/_bounded_integers.cp312-win_amd64.lib,sha256=2leszRkhJTM-gK0qCmAUJtPSDke7lFbDpZVV1Pszj68,18000
|
|
435
|
+
numpy/random/_bounded_integers.cp312-win_amd64.pyd,sha256=3cI56-f3epRKvCUPL_IkGJ_gWbganocfs1Hchnds5j0,210432
|
|
436
436
|
numpy/random/_bounded_integers.pxd,sha256=EOKKUlF9bh0CLNEP8TzXzX4w_xV5kivr1Putfdf6yvU,1763
|
|
437
437
|
numpy/random/_bounded_integers.pyi,sha256=PFr_V0xYQhWjKk5oc83cYg_JcNZ2FEKTsjXlnxmkyB8,25
|
|
438
|
-
numpy/random/_common.cp312-win_amd64.lib,sha256=
|
|
439
|
-
numpy/random/_common.cp312-win_amd64.pyd,sha256=
|
|
438
|
+
numpy/random/_common.cp312-win_amd64.lib,sha256=0rznm6Pxv65gKOK-Vh5FI6Vz9PiSoPc_T6J6w-j8D4s,2012
|
|
439
|
+
numpy/random/_common.cp312-win_amd64.pyd,sha256=A2TWH4mBDXYs7yWf00F-sbUviU2IKW4oz5pkDBocoHs,165376
|
|
440
440
|
numpy/random/_common.pxd,sha256=2_9NLWFSnLG4iDd-KeYUBRa47QM8qceUsPiAkyWZ74I,5089
|
|
441
441
|
numpy/random/_common.pyi,sha256=UlOkH40kVn6TU0c6OhG3CocvGnuYAC_46fxZJ7B_7y8,437
|
|
442
|
-
numpy/random/_generator.cp312-win_amd64.lib,sha256=
|
|
443
|
-
numpy/random/_generator.cp312-win_amd64.pyd,sha256=
|
|
442
|
+
numpy/random/_generator.cp312-win_amd64.lib,sha256=0DPufyAmKAjj-2KkSU72a_VdZFc0na1RVhsNDxnBb9A,18400
|
|
443
|
+
numpy/random/_generator.cp312-win_amd64.pyd,sha256=RLDlrTXvdwFUcFdWG1Cvmrv8TIRhM_D8g1JbIWIpdMo,719872
|
|
444
444
|
numpy/random/_generator.pyi,sha256=kCKrx-vcBtZ4sSrIOurp9wz3gLcrF-4daoxDxfE4It0,24865
|
|
445
|
-
numpy/random/_mt19937.cp312-win_amd64.lib,sha256=
|
|
446
|
-
numpy/random/_mt19937.cp312-win_amd64.pyd,sha256=
|
|
445
|
+
numpy/random/_mt19937.cp312-win_amd64.lib,sha256=9cBWdhyThTpJG8jGjwb4cEU3sfMfDIaL5dNJOyjkQLA,2032
|
|
446
|
+
numpy/random/_mt19937.cp312-win_amd64.pyd,sha256=h2AoLd2jzG4wIs0xLwnsDwH-l8_pksR-NE4z6dXfQLs,86528
|
|
447
447
|
numpy/random/_mt19937.pyi,sha256=qL913uLEvulCbydu94TsioiIWFnkCRmCqvDu_JHmkJs,800
|
|
448
|
-
numpy/random/_pcg64.cp312-win_amd64.lib,sha256=
|
|
449
|
-
numpy/random/_pcg64.cp312-win_amd64.pyd,sha256=
|
|
448
|
+
numpy/random/_pcg64.cp312-win_amd64.lib,sha256=x27CeXi5rNymj-mx49bfKdIN7Fxn7bFz0bekUsZ2R9w,1996
|
|
449
|
+
numpy/random/_pcg64.cp312-win_amd64.pyd,sha256=WlJaWAC8uDIz76eFFOCN4FWs2dDY66_VGpMnRj48Zzw,96256
|
|
450
450
|
numpy/random/_pcg64.pyi,sha256=grAVLs9HjNKi-4RFjMqp_46ipAJ2mbhimFsUtikwANI,1186
|
|
451
|
-
numpy/random/_philox.cp312-win_amd64.lib,sha256=
|
|
452
|
-
numpy/random/_philox.cp312-win_amd64.pyd,sha256=
|
|
451
|
+
numpy/random/_philox.cp312-win_amd64.lib,sha256=mQqlrpCwNw1Kq4oiqDToDWqmKiVVtlxfnyH8boD43j0,2012
|
|
452
|
+
numpy/random/_philox.cp312-win_amd64.pyd,sha256=wMtu-HYS40l5nTQGftZGdsNGfq4HtiFfh08t0H8X3J8,80384
|
|
453
453
|
numpy/random/_philox.pyi,sha256=h_tI9myU0GPYynMIUXh7xj_fqLxtKdDq6X0TxCnH-ZI,1044
|
|
454
454
|
numpy/random/_pickle.py,sha256=8fmUcgzHhq_F_eyesNUdFjV07Br1yzLBLsfe-GWyQrE,2830
|
|
455
455
|
numpy/random/_pickle.pyi,sha256=hj1oBasr_ejSeUlT3-q7luwC4DQFqgCPXIL0wxuFjt4,1651
|
|
456
|
-
numpy/random/_sfc64.cp312-win_amd64.lib,sha256=
|
|
457
|
-
numpy/random/_sfc64.cp312-win_amd64.pyd,sha256=
|
|
456
|
+
numpy/random/_sfc64.cp312-win_amd64.lib,sha256=xjCZvr10jlMFNiTIIum9dh7x9dN7-vZSiyFUrsQtT_g,1996
|
|
457
|
+
numpy/random/_sfc64.cp312-win_amd64.pyd,sha256=CvFvBl1c9Z5am_2w8K0imipTF87_iSwBbXnRibPUXZ8,60928
|
|
458
458
|
numpy/random/_sfc64.pyi,sha256=kvQdsz_a2EUH5Tl8v1WjJacDJb7Jk_MWw7-dp7q3kXo,710
|
|
459
459
|
numpy/random/__init__.pxd,sha256=g3EaMi3yfmnqT-KEWj0cp6SWIxVN9ChFjEYXGOfOifE,445
|
|
460
460
|
numpy/random/__init__.py,sha256=8h45GRbXpL10xJzqw_n6Xgnm6SY_JUYCqH6SpeCnqUY,7693
|
|
461
461
|
numpy/random/__init__.pyi,sha256=aqBCk_fpEZeoE94eNpGu37F6ZWfaDaajac9cWNm97So,2233
|
|
462
|
-
numpy/random/lib/npyrandom.lib,sha256=
|
|
462
|
+
numpy/random/lib/npyrandom.lib,sha256=Vy6l06z980d3WSfjHw9kFGEIgrJsrljnUkVHE-4UGvw,149752
|
|
463
463
|
numpy/random/tests/test_direct.py,sha256=CgrDVzkR5Lcoi074uGyPKGFLYTIZb0WyH2maZFXmiAI,20511
|
|
464
464
|
numpy/random/tests/test_extending.py,sha256=8Q5gcLChpe1RO5wVRSbBbMnzQ7Z93nNrqHZ0Y9_wnV4,4659
|
|
465
|
-
numpy/random/tests/test_generator_mt19937.py,sha256=
|
|
465
|
+
numpy/random/tests/test_generator_mt19937.py,sha256=2uLqnc0ubpQmoWINY0UE-ixFCwbxgsE2u7jUFDLvxbA,120809
|
|
466
466
|
numpy/random/tests/test_generator_mt19937_regressions.py,sha256=UiPzhq1MGFp8EflTCSMErrqp70tzy8SETGx3cLNCC-I,8314
|
|
467
467
|
numpy/random/tests/test_random.py,sha256=yJQ8UBPQhTj0fawv_yO_CASrhsDEXt1umxZZyVp-4XI,72055
|
|
468
468
|
numpy/random/tests/test_randomstate.py,sha256=4FxsJI2EkXYdZIoQWGZNbzHEBw-5Y3FEP7w0eYUMV-c,87879
|
|
@@ -505,9 +505,9 @@ numpy/testing/__init__.pyi,sha256=hzSq3lVZ2gZbxMrQXNP3PaetjgJyKnfg50mkjTB8jXg,21
|
|
|
505
505
|
numpy/testing/tests/test_utils.py,sha256=d49srmN7Jxu4jmCK9e48R0ZfIxNEg38Op4H7To2GJQg,71492
|
|
506
506
|
numpy/testing/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
507
507
|
numpy/testing/_private/extbuild.py,sha256=ausYJDf2eOq9jYC3x_tFO_vBrMhjqjruVqHxgHjla8w,7966
|
|
508
|
-
numpy/testing/_private/extbuild.pyi,sha256=
|
|
508
|
+
numpy/testing/_private/extbuild.pyi,sha256=f2h7VxBrN2uwqJIwB8pmv3c1G-sH7d3V4HCIL3GHYTA,678
|
|
509
509
|
numpy/testing/_private/utils.py,sha256=JB9oLWXU0rLhUJaVVRbGnRHJOBQyMYZ8imZOvWje_HI,98466
|
|
510
|
-
numpy/testing/_private/utils.pyi,sha256=
|
|
510
|
+
numpy/testing/_private/utils.pyi,sha256=htTBiuadzI4vSxqTs5zAvPkTnwXVevDnhjxJ01Zd55w,13459
|
|
511
511
|
numpy/testing/_private/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
512
512
|
numpy/testing/_private/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
513
513
|
numpy/tests/test_configtool.py,sha256=payEy0YLE07-xfa5x_HuI5xCEVCMs-5BHD5B7teAu94,1797
|
|
@@ -535,7 +535,7 @@ numpy/typing/tests/data/fail/arrayterator.pyi,sha256=L2AC5qFmBrw9klehdV7d7gHvKpP
|
|
|
535
535
|
numpy/typing/tests/data/fail/array_constructors.pyi,sha256=bNPDfCMnoFPuMi4bGDEf4kQ5wqbrAB7PkfDqFCfpIBc,1234
|
|
536
536
|
numpy/typing/tests/data/fail/array_like.pyi,sha256=9EcZ306eJOZrHSdWlTe0cEpYvmODaQ_nItcbhWaxFy8,511
|
|
537
537
|
numpy/typing/tests/data/fail/array_pad.pyi,sha256=ExxQs_3s8xvgEsvj6O4aGWTIc0ukXtAtUM9JUs5D6pQ,143
|
|
538
|
-
numpy/typing/tests/data/fail/bitwise_ops.pyi,sha256=
|
|
538
|
+
numpy/typing/tests/data/fail/bitwise_ops.pyi,sha256=7Y6E1moUlz8fffR8lfuZG1yutabdmqqtlz3RVJ9Tsis,401
|
|
539
539
|
numpy/typing/tests/data/fail/char.pyi,sha256=IXHqCM6aqVyfX74jg5lTei1NciRFQSeWNYcholumPzA,2865
|
|
540
540
|
numpy/typing/tests/data/fail/chararray.pyi,sha256=bHPeaIeMG7QMAPvZx7oh0wNe0ZohjjKE0UuAMzAEFho,2418
|
|
541
541
|
numpy/typing/tests/data/fail/comparisons.pyi,sha256=YHRMGwDA3uh5DJdLtG0aJ8Eo5Rs3DofVZNMI2KxNWTg,777
|
|
@@ -564,7 +564,7 @@ numpy/typing/tests/data/fail/npyio.pyi,sha256=IvqhHyWTQdx7UTiCovji1oTer63nTMT5k8
|
|
|
564
564
|
numpy/typing/tests/data/fail/numerictypes.pyi,sha256=igYnLB91EuhrNDihL9IxwlM_xhwphCgMjWimzDaSNrk,129
|
|
565
565
|
numpy/typing/tests/data/fail/random.pyi,sha256=ng4fxmdk1RFQdn3PNF7qSO2c2hVxQ07lwYwQGrSPsKQ,2965
|
|
566
566
|
numpy/typing/tests/data/fail/rec.pyi,sha256=HkJQLYK6u8thA6alMB4pUeMBPXr6mgnqqTYmXSiM2PM,758
|
|
567
|
-
numpy/typing/tests/data/fail/scalars.pyi,sha256=
|
|
567
|
+
numpy/typing/tests/data/fail/scalars.pyi,sha256=dNWPUcH0lj1q-_KqdQ1H0IwDWNoxhmvNzg7v4jVarqA,2996
|
|
568
568
|
numpy/typing/tests/data/fail/shape.pyi,sha256=8oJrtWxbzpu4sXygzEMzWHlwa13SZHikfXH7T-feQkM,137
|
|
569
569
|
numpy/typing/tests/data/fail/shape_base.pyi,sha256=jfOTNjSqDVIGlAmwbORYfifftjvW-W4ngMRP883oSrU,165
|
|
570
570
|
numpy/typing/tests/data/fail/stride_tricks.pyi,sha256=kjsv-sHn8i-oxtLUcpeIrOzS00Hk6Af8clqnY-vwg6A,339
|
|
@@ -613,14 +613,14 @@ numpy/typing/tests/data/pass/ufunclike.py,sha256=jxTR61d0bmFg7JHZmw992ccRua00u4X
|
|
|
613
613
|
numpy/typing/tests/data/pass/ufuncs.py,sha256=gvdcCNoGUfN0CnQmn6k1j6ghdt8zGkJdcRcgctmU48A,438
|
|
614
614
|
numpy/typing/tests/data/pass/ufunc_config.py,sha256=gmMTPrq8gLXJZSBQoOpJcgzIzWgMx-k_etKPV4KSTJk,1269
|
|
615
615
|
numpy/typing/tests/data/pass/warnings_and_errors.py,sha256=q3c1SmMwhyYLYQsLjK02AXphk3-96YltSTdTfrElJzQ,167
|
|
616
|
-
numpy/typing/tests/data/reveal/arithmetic.pyi,sha256=
|
|
616
|
+
numpy/typing/tests/data/reveal/arithmetic.pyi,sha256=qxvklKoGL__awMHHV3wbbfQwmR2nZY0woOw4C1eZ-JY,27520
|
|
617
617
|
numpy/typing/tests/data/reveal/arraypad.pyi,sha256=iE4OyZFrFjIXr46CzYaFzIkw-FR5RBV6v0OkCgFW2Ug,675
|
|
618
618
|
numpy/typing/tests/data/reveal/arrayprint.pyi,sha256=G5x1q4i4JqK8LjuvFkt2lC5mETW0arqs6lADgND37xk,802
|
|
619
619
|
numpy/typing/tests/data/reveal/arraysetops.pyi,sha256=-Fhtnyc-uzDT5zUlh7xSLmdkK05Y14MqpgdG38Xliu0,4485
|
|
620
620
|
numpy/typing/tests/data/reveal/arrayterator.pyi,sha256=ZPn6r0IvThiDma9RtpnpPywdQdg5iS9qacWUGLI-Mzw,1066
|
|
621
621
|
numpy/typing/tests/data/reveal/array_api_info.pyi,sha256=TOvbhGUiNYcKv9KQs0A4-vzM_l9vYWvDXoqBOOLo1d4,3087
|
|
622
|
-
numpy/typing/tests/data/reveal/array_constructors.pyi,sha256=
|
|
623
|
-
numpy/typing/tests/data/reveal/bitwise_ops.pyi,sha256=
|
|
622
|
+
numpy/typing/tests/data/reveal/array_constructors.pyi,sha256=GYlmrLvSFJPd8lWRcaESFJrk1LwQLgOFmAF3MwDc9EA,13103
|
|
623
|
+
numpy/typing/tests/data/reveal/bitwise_ops.pyi,sha256=EoxnMEITrAVAReTEnZFWUKRmrsmTINSNO4b92yki-qI,4827
|
|
624
624
|
numpy/typing/tests/data/reveal/char.pyi,sha256=nWqR9cqXZVuMAFI3Y_xmS3YlQMHhegADtTaP2T2qx38,11694
|
|
625
625
|
numpy/typing/tests/data/reveal/chararray.pyi,sha256=u-H9EUc1tci2R4rYQDOeb0sWI_gJNtIbwEO4LtpBRgA,5336
|
|
626
626
|
numpy/typing/tests/data/reveal/comparisons.pyi,sha256=rT61d7Th3UwWti-6gDXW-t2WAv4tQUxLzbv1w88ultw,7459
|
|
@@ -640,11 +640,11 @@ numpy/typing/tests/data/reveal/lib_function_base.pyi,sha256=aaj5lXESqp9f18l49gC3
|
|
|
640
640
|
numpy/typing/tests/data/reveal/lib_polynomial.pyi,sha256=7bNjEg_B-Zn8nR5rYpjRRdfvmMrZ8GdPsYOky-9sQpQ,5804
|
|
641
641
|
numpy/typing/tests/data/reveal/lib_utils.pyi,sha256=0mEaIvr9BkYx2Gmmj7M0vvG_o4c0TgD0uU8uJsY7Jl0,453
|
|
642
642
|
numpy/typing/tests/data/reveal/lib_version.pyi,sha256=5-H7IY5M-OT0Wu7d0FhO95s5jYafpMb2s-sYPNEisaQ,592
|
|
643
|
-
numpy/typing/tests/data/reveal/linalg.pyi,sha256=
|
|
643
|
+
numpy/typing/tests/data/reveal/linalg.pyi,sha256=nx6AQWi53R0Qn8lYz48mkbVroz76bbW5gpGYynzKJgg,6037
|
|
644
644
|
numpy/typing/tests/data/reveal/ma.pyi,sha256=0c6i7BZ_GVvcODcNeWaoH2ZGE0fMYK6nijzPvSst-MU,16592
|
|
645
645
|
numpy/typing/tests/data/reveal/matrix.pyi,sha256=lwsf__A8a4HSIYD_K34S_6Ee5U_QOSjoT3K6N7M4YUo,3113
|
|
646
646
|
numpy/typing/tests/data/reveal/memmap.pyi,sha256=KdMkvJgXmWwOAE6H0BKQjB-A3go2keJAem59FUJtmVM,738
|
|
647
|
-
numpy/typing/tests/data/reveal/mod.pyi,sha256=
|
|
647
|
+
numpy/typing/tests/data/reveal/mod.pyi,sha256=d3jo3Fxk5ZPa75EymoCZ-t5YqIAK9twPj6jAqhjpxoo,7375
|
|
648
648
|
numpy/typing/tests/data/reveal/modules.pyi,sha256=dgB-VZ5GQpABSsnAsnwfUx781fv7dia3TrDnguVippg,1909
|
|
649
649
|
numpy/typing/tests/data/reveal/multiarray.pyi,sha256=4Lwll_tpCpPpRBqKHZBqQ1nnxZKoxUxnaoxkb464LeA,7973
|
|
650
650
|
numpy/typing/tests/data/reveal/nbit_base_example.pyi,sha256=Wl_9To2CqowfTZ3bQjQX4XAAHlV2vQXhooTB8X6-TjI,708
|
|
@@ -693,7 +693,7 @@ numpy/_core/multiarray.py,sha256=ME5DKfJ4RbJ6whslkBbOJIVzdLHbKtBImHpAi_Bx2pY,599
|
|
|
693
693
|
numpy/_core/multiarray.pyi,sha256=okOHTpS64vws5q2QJgMkO-w9_-JDPHYW37XzWdRAhLA,33435
|
|
694
694
|
numpy/_core/numeric.py,sha256=-JvXLgXpQIxwM6VGz3btBDnoeRinx67JQ9i1vM7KoNI,85082
|
|
695
695
|
numpy/_core/numeric.pyi,sha256=HPxLAdXviPTw-UjrMYqI3Jb2Q-DlF2PeRBGXsaOgDuI,19924
|
|
696
|
-
numpy/_core/numerictypes.py,sha256=
|
|
696
|
+
numpy/_core/numerictypes.py,sha256=sBii4N4PX66DFZJ_QlDepfugXHToV4MqVTl9DrkTCko,16600
|
|
697
697
|
numpy/_core/numerictypes.pyi,sha256=kqugJm07IibdlojXtRa5dm1bYI367x2DK0IvRBXT9Io,3462
|
|
698
698
|
numpy/_core/overrides.py,sha256=Fn7Qi97VW3-tqWJZd9Xgn6eCntB0UkVGmE7g3ToxOW0,7424
|
|
699
699
|
numpy/_core/overrides.pyi,sha256=gUulOylgoJ7r92GBLP_qn91qvSQMoTGV9RebZ-waAFU,1761
|
|
@@ -725,27 +725,27 @@ numpy/_core/_machar.py,sha256=hFuVAKRK5tlym0NhT-PpH_gUfbh50ndINbYnK8V0PSs,11924
|
|
|
725
725
|
numpy/_core/_machar.pyi,sha256=vtB-3qZeZrxsi2nhDQEw4Tr-wx0nidxQhQly07y-97I,1955
|
|
726
726
|
numpy/_core/_methods.py,sha256=iuo5uW5_zRJCessGY08qjWZLwQo88aUvEr6XdIueTKM,9685
|
|
727
727
|
numpy/_core/_methods.pyi,sha256=7Mc4H9O3KYU9VwCsOo8X0q6mg9vDr2S6xbwuJ7PXPX4,548
|
|
728
|
-
numpy/_core/_multiarray_tests.cp312-win_amd64.lib,sha256=
|
|
729
|
-
numpy/_core/_multiarray_tests.cp312-win_amd64.pyd,sha256=
|
|
730
|
-
numpy/_core/_multiarray_umath.cp312-win_amd64.lib,sha256=
|
|
731
|
-
numpy/_core/_multiarray_umath.cp312-win_amd64.pyd,sha256=
|
|
732
|
-
numpy/_core/_operand_flag_tests.cp312-win_amd64.lib,sha256=
|
|
733
|
-
numpy/_core/_operand_flag_tests.cp312-win_amd64.pyd,sha256=
|
|
734
|
-
numpy/_core/_rational_tests.cp312-win_amd64.lib,sha256=
|
|
735
|
-
numpy/_core/_rational_tests.cp312-win_amd64.pyd,sha256=
|
|
736
|
-
numpy/_core/_simd.cp312-win_amd64.lib,sha256=
|
|
737
|
-
numpy/_core/_simd.cp312-win_amd64.pyd,sha256=
|
|
728
|
+
numpy/_core/_multiarray_tests.cp312-win_amd64.lib,sha256=aa-o6Cgx85gQ9QO9r5FKPF1LGnQi4--kZbNzxfR7SMs,2418
|
|
729
|
+
numpy/_core/_multiarray_tests.cp312-win_amd64.pyd,sha256=Cp7-INKsTaFoP41OlqX694ozvOAOalRq4gpSVc3ZzRI,63488
|
|
730
|
+
numpy/_core/_multiarray_umath.cp312-win_amd64.lib,sha256=4-18NZDEmINlCfwPjaXkxTsWECNih-8KZm8WG-QBQA8,2192
|
|
731
|
+
numpy/_core/_multiarray_umath.cp312-win_amd64.pyd,sha256=P25BtgYpgbkZbb9rHnjma9tN69_sFwv9b1qZzBya0iE,4529152
|
|
732
|
+
numpy/_core/_operand_flag_tests.cp312-win_amd64.lib,sha256=4r3ct9ciRndiJQnGkGTApBYybwr56W92V7WwF28KX60,2228
|
|
733
|
+
numpy/_core/_operand_flag_tests.cp312-win_amd64.pyd,sha256=Zm8JC3lTVXX7zr6BpM7J4q8DnSsOgC3dXsrZbMKeb_o,12288
|
|
734
|
+
numpy/_core/_rational_tests.cp312-win_amd64.lib,sha256=aXDd4gJvcsNlvIgr7u5tbQq9ndyOEMPvVOfb25a9nbw,2156
|
|
735
|
+
numpy/_core/_rational_tests.cp312-win_amd64.pyd,sha256=Ncky1DI1qNQNL4PRebVP5MBPb2qR83KKM5KsQxvCsMQ,39936
|
|
736
|
+
numpy/_core/_simd.cp312-win_amd64.lib,sha256=zO5PXYJM3FYTYVgCe7Rpdbmg9KNifLRFujFBDBAb_P0,1976
|
|
737
|
+
numpy/_core/_simd.cp312-win_amd64.pyd,sha256=rR0zqo7i1_r7JlMFYvHeivtMn-ysuask2hUDW38UVUo,2410496
|
|
738
738
|
numpy/_core/_simd.pyi,sha256=RN-uZiTi3jZNOgOOKlu97Mu1Ufkb8jvLUDDEnaW77Lc,694
|
|
739
739
|
numpy/_core/_string_helpers.py,sha256=aX1N5UsNeUFy54o5tuTC6X6N9AJueFN2_6QIyIUD2Xg,2945
|
|
740
740
|
numpy/_core/_string_helpers.pyi,sha256=bThH7ichGlrmQ6O38n71QcJ7Oi_mRPUf-DFMU5hdYU0,370
|
|
741
|
-
numpy/_core/_struct_ufunc_tests.cp312-win_amd64.lib,sha256=
|
|
742
|
-
numpy/_core/_struct_ufunc_tests.cp312-win_amd64.pyd,sha256=
|
|
741
|
+
numpy/_core/_struct_ufunc_tests.cp312-win_amd64.lib,sha256=uEoErLLUBx1DZpeeC9RRd7bGXcQ7SLytO7TakvmPqyA,2228
|
|
742
|
+
numpy/_core/_struct_ufunc_tests.cp312-win_amd64.pyd,sha256=ziewvwgN_Mh9eGZU0S732XqKJHCjKNiIlE4vZy5paUA,14336
|
|
743
743
|
numpy/_core/_type_aliases.py,sha256=qNQdR-XjGM4sUAiVGMklurGJQXyYjSe2ytqyjQYNWf8,3608
|
|
744
744
|
numpy/_core/_type_aliases.pyi,sha256=gRut9t3JHo4DQwf454S0Z-yGAxlW-OKzpXM0Aj7RRqg,2485
|
|
745
|
-
numpy/_core/_ufunc_config.py,sha256=
|
|
746
|
-
numpy/_core/_ufunc_config.pyi,sha256=
|
|
747
|
-
numpy/_core/_umath_tests.cp312-win_amd64.lib,sha256=
|
|
748
|
-
numpy/_core/_umath_tests.cp312-win_amd64.pyd,sha256=
|
|
745
|
+
numpy/_core/_ufunc_config.py,sha256=w33oV7mKJJKpajcWo9JxZGUxD33bek3iPqDOYUc_a1U,15621
|
|
746
|
+
numpy/_core/_ufunc_config.pyi,sha256=5IB815wVedmoiwvSqJkKAaukrCAmMf3cHF-T05R2GYo,1968
|
|
747
|
+
numpy/_core/_umath_tests.cp312-win_amd64.lib,sha256=2SDqNbT53yXHG1euFbphGxI2m-WT2-Mj5In26M1D-YQ,2104
|
|
748
|
+
numpy/_core/_umath_tests.cp312-win_amd64.pyd,sha256=SfTDK0o8UjjsNQo1FJ2FWpZXtDCmKL89dEtYvzUT5Rw,34304
|
|
749
749
|
numpy/_core/__init__.py,sha256=Mn9BOga5ck1QA_T6MO3h5G16jzYv7TZ8fL2KFV6k4_g,5728
|
|
750
750
|
numpy/_core/__init__.pyi,sha256=C5NQDIktXlR1OosGgyvY87pyotkyJr3Ci2dMWTLpSi4,88
|
|
751
751
|
numpy/_core/include/numpy/arrayobject.h,sha256=ghWzloPUkSaVkcsAnBnpbrxtXeXL-mkzVGJQEHFxjnk,211
|
|
@@ -777,12 +777,12 @@ numpy/_core/include/numpy/random/bitgen.h,sha256=_H0uXqmnub4PxnJWdMWaNqfpyFDu2KB
|
|
|
777
777
|
numpy/_core/include/numpy/random/distributions.h,sha256=GLURa3sFESZE0_0RK-3Gqmfa96itBHw8LlsNyy9EPt4,10070
|
|
778
778
|
numpy/_core/include/numpy/random/libdivide.h,sha256=F9PLx6TcOk-sd0dObe0nWLyz4HhbHv2K7voR_kolpGU,82217
|
|
779
779
|
numpy/_core/include/numpy/random/LICENSE.txt,sha256=1UR2FVi1EIZsIffootVxb8p24LmBF-O2uGMU23JE0VA,1039
|
|
780
|
-
numpy/_core/lib/npymath.lib,sha256=
|
|
780
|
+
numpy/_core/lib/npymath.lib,sha256=8m1ypkovtqs11oxYbyN9xrLcUjzZkB8vthTjqnWxbQY,156482
|
|
781
781
|
numpy/_core/lib/npy-pkg-config/mlib.ini,sha256=hYWFyoBxE036dh19si8UPka01H2cv64qlc4ZtgoA_7A,156
|
|
782
782
|
numpy/_core/lib/npy-pkg-config/npymath.ini,sha256=e0rdsb00Y93VuammuvIIFlzZtnUAXwsS1XNKlCU8mFQ,381
|
|
783
|
-
numpy/_core/lib/pkgconfig/numpy.pc,sha256=
|
|
783
|
+
numpy/_core/lib/pkgconfig/numpy.pc,sha256=BPvivg6PO_EWcrHlpN5B0BFBSW9RghGPqHQyg2XC-tg,198
|
|
784
784
|
numpy/_core/tests/test_abc.py,sha256=qdC7_lkQvaF_3A4xJ9H_Ih3FDlMpA9dxQHjsg4Tn-uc,2275
|
|
785
|
-
numpy/_core/tests/test_api.py,sha256=
|
|
785
|
+
numpy/_core/tests/test_api.py,sha256=b-irDm9ojtAmUC2ZZUfHeStMEl5Ik3hR948YjeN11jE,24863
|
|
786
786
|
numpy/_core/tests/test_argparse.py,sha256=AsDsGRknJq1XejjkuCjx3oSBZZHdy7K9fqkwqV1VSNc,2962
|
|
787
787
|
numpy/_core/tests/test_arraymethod.py,sha256=q4MgPQLLJxu4fUtdMSsyECkErowPwraWgYAJp6veXrU,3307
|
|
788
788
|
numpy/_core/tests/test_arrayobject.py,sha256=cQu4aDjyF6EgoiGe5UISyOHGx5QEkdGvbfCXVuKjHQ8,2671
|
|
@@ -823,7 +823,7 @@ numpy/_core/tests/test_multithreading.py,sha256=6lpG9NtpCSUFRyyb2PStwl-_2xcGGtZ2
|
|
|
823
823
|
numpy/_core/tests/test_nditer.py,sha256=T2YLb6TRpjMn3PcsSmzsG5MJT_amfimN2LLehxKJ6lE,140066
|
|
824
824
|
numpy/_core/tests/test_nep50_promotions.py,sha256=sw60eH2T2EBrpO0VeulZrHpnRCz6wE0MiA4U9B3_MFQ,10355
|
|
825
825
|
numpy/_core/tests/test_numeric.py,sha256=IX6euysHqjiZalVSQE9oyVxGs7n4xxSHzoTm3wcLG8g,163995
|
|
826
|
-
numpy/_core/tests/test_numerictypes.py,sha256=
|
|
826
|
+
numpy/_core/tests/test_numerictypes.py,sha256=XSBy2fOFsuxTZsZ6KO0pJYHUDOKTyfg7atgt5BGw4go,24795
|
|
827
827
|
numpy/_core/tests/test_overrides.py,sha256=aSUDCBrziCFxf0Yz5tz-b5UVovMthH5YkL8Xy2dTqaI,28309
|
|
828
828
|
numpy/_core/tests/test_print.py,sha256=MFj_2HDTQqPzsOF6DqDRVuU0fa8xC4tD8NMU7TwCEkg,6987
|
|
829
829
|
numpy/_core/tests/test_protocols.py,sha256=b1clvp3Rr7EQ6x8Mtxm9jAiHxPymEU_VJBjwnMingUU,1219
|
|
@@ -838,10 +838,10 @@ numpy/_core/tests/test_scalar_methods.py,sha256=1qrblm2HsjBvot8mYDh06PaoUjO6_v06
|
|
|
838
838
|
numpy/_core/tests/test_shape_base.py,sha256=rJYaNg2sI4NgRPO0k8QEN5cIvYStbggyx67knQuLD-I,32427
|
|
839
839
|
numpy/_core/tests/test_simd.py,sha256=rAzkkJJzq8-SJ74k5jZBj77I5R0MRTZq4iRz2UI6w2Q,50164
|
|
840
840
|
numpy/_core/tests/test_simd_module.py,sha256=zR-gFTWPB4j66oVM3ULLGSrx8HZvuAIXKcWKplKUGbM,4007
|
|
841
|
-
numpy/_core/tests/test_stringdtype.py,sha256=
|
|
842
|
-
numpy/_core/tests/test_strings.py,sha256=
|
|
841
|
+
numpy/_core/tests/test_stringdtype.py,sha256=b74tj-RD-BPO4r3x9dTnl9p2BHxsoAM_91RYS_xTK4Q,58866
|
|
842
|
+
numpy/_core/tests/test_strings.py,sha256=YO_JGvZnkkIomb0F_2TSOJ2SaX3QOt5aAmMKgczVJ6g,59975
|
|
843
843
|
numpy/_core/tests/test_ufunc.py,sha256=0fdD71OR381L3B2c59FY_YFNWWUkasS3LwlhLVpBxYc,139669
|
|
844
|
-
numpy/_core/tests/test_umath.py,sha256=
|
|
844
|
+
numpy/_core/tests/test_umath.py,sha256=hI4Zy4HtqZiRiUPFrwFuwfDuVAj-6CjX0r2lcMUrSm8,199084
|
|
845
845
|
numpy/_core/tests/test_umath_accuracy.py,sha256=6Yh-AZtXu2dEAE1r_nwystCwZuwRMAqkiUMLChqM_54,5602
|
|
846
846
|
numpy/_core/tests/test_umath_complex.py,sha256=ixTQ1DrSlI_x-iUrsUV8d1bggPIxKA3ArNQiVJP7_ys,24253
|
|
847
847
|
numpy/_core/tests/test_unicode.py,sha256=ejiiGuLXWlMK7WyLUYNfLdYYIeoK1cnZcxYFPKrwYGI,13335
|
|
@@ -889,7 +889,6 @@ numpy/_pyinstaller/tests/test_pyinstaller.py,sha256=31zWlvlAC2sfhdew97x8aDvcYUaV
|
|
|
889
889
|
numpy/_pyinstaller/tests/__init__.py,sha256=l38bo7dpp3u1lVMPErlct_5uBLKj35zuS_r35e7c19c,345
|
|
890
890
|
numpy/_typing/_add_docstring.py,sha256=Oje462jvQMs5dDxRFWrDiKdK08-5sU-b6WKoSRAg2B4,4152
|
|
891
891
|
numpy/_typing/_array_like.py,sha256=N-e4p17RNfe7H3jnpcX0cUXur4AIcjiTi95baW-0EZY,4294
|
|
892
|
-
numpy/_typing/_callable.pyi,sha256=Fmz73u52N7_hsJG7vi0m9FEQ_nQP4IY0Gp_DN8UrL-w,9418
|
|
893
892
|
numpy/_typing/_char_codes.py,sha256=VZvjzpRG1Ehf2frndiRLLbPRa59A6FocdwGwjHEOorM,8977
|
|
894
893
|
numpy/_typing/_dtype_like.py,sha256=iT-SzDHts4azkS6Yws6WSy0r9uj9HFLVfMrg0AFqT5k,3876
|
|
895
894
|
numpy/_typing/_extended_precision.py,sha256=3jaNHY4qJwWODLFWvlfUQROLblfqqFDjOlp8bHnhMBI,449
|
|
@@ -910,11 +909,11 @@ numpy/_utils/_pep440.py,sha256=MZ5ZR1-o_4kA-68YcdUfkHkqUf3wRcKxQm08uv2GoE8,14474
|
|
|
910
909
|
numpy/_utils/_pep440.pyi,sha256=LdpDFW8iIj_bLbuTbvRr2XWmC9YS9lrpzLR7efqL2GU,3991
|
|
911
910
|
numpy/_utils/__init__.py,sha256=q3vMrxeBeeU9pvCvLOkodDgzZS5V1jeI1_UZd4BbzDU,3572
|
|
912
911
|
numpy/_utils/__init__.pyi,sha256=1M5QCsMaFkyallLWfERBBCw2ByYLRH1SuLFcn0WZ9Ns,756
|
|
913
|
-
numpy-2.3.
|
|
914
|
-
numpy-2.3.
|
|
915
|
-
numpy-2.3.
|
|
916
|
-
numpy-2.3.
|
|
917
|
-
numpy-2.3.
|
|
918
|
-
numpy-2.3.
|
|
912
|
+
numpy-2.3.4.dist-info/DELVEWHEEL,sha256=r1sXfIamdrf60tSVuruOXQFSAXH0AD9EaJSqmD1yN7E,462
|
|
913
|
+
numpy-2.3.4.dist-info/entry_points.txt,sha256=7Cb63gyL2sIRpsHdADpl6xaIW5JTlUI-k_yqEVr0BSw,220
|
|
914
|
+
numpy-2.3.4.dist-info/LICENSE.txt,sha256=WWuVPh3L6CmzKuREOH76FQA_xqveyoohefNkpjZMKG4,46841
|
|
915
|
+
numpy-2.3.4.dist-info/METADATA,sha256=selAtlywq-BNkB-skgX45MjEyw7xindF-eX5exU6LXU,60935
|
|
916
|
+
numpy-2.3.4.dist-info/RECORD,,
|
|
917
|
+
numpy-2.3.4.dist-info/WHEEL,sha256=50PeAbplA6PkI0hYOYoeacB9US1R6EguyfOnsccH0WU,85
|
|
919
918
|
numpy.libs/libscipy_openblas64_-860d95b1c38e637ce4509f5fa24fbf2a.dll,sha256=hg2VscOOY3zkUJ9fok-_Kpi6hpb589KL8YS-50rZoyU,20403712
|
|
920
919
|
numpy.libs/msvcp140-a4c2229bdc2a2a630acdc095b4d86008.dll,sha256=pMIim9wqKmMKzcCVtNhgCOXD47x3cxdDVPPaT1vrnN4,575056
|
numpy/_typing/_callable.pyi
DELETED
|
@@ -1,279 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
A module with various ``typing.Protocol`` subclasses that implement
|
|
3
|
-
the ``__call__`` magic method.
|
|
4
|
-
|
|
5
|
-
See the `Mypy documentation`_ on protocols for more details.
|
|
6
|
-
|
|
7
|
-
.. _`Mypy documentation`: https://mypy.readthedocs.io/en/stable/protocols.html#callback-protocols
|
|
8
|
-
|
|
9
|
-
"""
|
|
10
|
-
|
|
11
|
-
from typing import Any, Protocol, TypeAlias, TypeVar, final, overload, type_check_only
|
|
12
|
-
|
|
13
|
-
import numpy as np
|
|
14
|
-
from numpy import (
|
|
15
|
-
complex128,
|
|
16
|
-
complexfloating,
|
|
17
|
-
float64,
|
|
18
|
-
floating,
|
|
19
|
-
generic,
|
|
20
|
-
int_,
|
|
21
|
-
integer,
|
|
22
|
-
number,
|
|
23
|
-
signedinteger,
|
|
24
|
-
unsignedinteger,
|
|
25
|
-
)
|
|
26
|
-
|
|
27
|
-
from . import NBitBase
|
|
28
|
-
from ._array_like import NDArray
|
|
29
|
-
from ._nbit import _NBitInt
|
|
30
|
-
from ._nested_sequence import _NestedSequence
|
|
31
|
-
from ._scalars import _NumberLike_co
|
|
32
|
-
|
|
33
|
-
_T = TypeVar("_T")
|
|
34
|
-
_T1_contra = TypeVar("_T1_contra", contravariant=True)
|
|
35
|
-
_T2_contra = TypeVar("_T2_contra", contravariant=True)
|
|
36
|
-
|
|
37
|
-
_2Tuple: TypeAlias = tuple[_T, _T]
|
|
38
|
-
|
|
39
|
-
_NBit1 = TypeVar("_NBit1", bound=NBitBase)
|
|
40
|
-
_NBit2 = TypeVar("_NBit2", bound=NBitBase)
|
|
41
|
-
|
|
42
|
-
_IntType = TypeVar("_IntType", bound=integer)
|
|
43
|
-
_FloatType = TypeVar("_FloatType", bound=floating)
|
|
44
|
-
_NumberType = TypeVar("_NumberType", bound=number)
|
|
45
|
-
_GenericType_co = TypeVar("_GenericType_co", covariant=True, bound=generic)
|
|
46
|
-
|
|
47
|
-
@type_check_only
|
|
48
|
-
class _IntTrueDiv(Protocol[_NBit1]):
|
|
49
|
-
@overload
|
|
50
|
-
def __call__(self, other: bool, /) -> floating[_NBit1]: ...
|
|
51
|
-
@overload
|
|
52
|
-
def __call__(self, other: int, /) -> floating[_NBit1] | floating[_NBitInt]: ...
|
|
53
|
-
@overload
|
|
54
|
-
def __call__(self, other: float, /) -> floating[_NBit1] | float64: ...
|
|
55
|
-
@overload
|
|
56
|
-
def __call__(
|
|
57
|
-
self, other: complex, /
|
|
58
|
-
) -> complexfloating[_NBit1, _NBit1] | complex128: ...
|
|
59
|
-
@overload
|
|
60
|
-
def __call__(
|
|
61
|
-
self, other: integer[_NBit2], /
|
|
62
|
-
) -> floating[_NBit1] | floating[_NBit2]: ...
|
|
63
|
-
|
|
64
|
-
@type_check_only
|
|
65
|
-
class _UnsignedIntOp(Protocol[_NBit1]):
|
|
66
|
-
# NOTE: `uint64 + signedinteger -> float64`
|
|
67
|
-
@overload
|
|
68
|
-
def __call__(self, other: int, /) -> unsignedinteger[_NBit1]: ...
|
|
69
|
-
@overload
|
|
70
|
-
def __call__(self, other: float, /) -> float64: ...
|
|
71
|
-
@overload
|
|
72
|
-
def __call__(self, other: complex, /) -> complex128: ...
|
|
73
|
-
@overload
|
|
74
|
-
def __call__(self, other: unsignedinteger[_NBit2], /) -> unsignedinteger[_NBit1] | unsignedinteger[_NBit2]: ...
|
|
75
|
-
@overload
|
|
76
|
-
def __call__(self, other: signedinteger, /) -> Any: ...
|
|
77
|
-
|
|
78
|
-
@type_check_only
|
|
79
|
-
class _UnsignedIntBitOp(Protocol[_NBit1]):
|
|
80
|
-
@overload
|
|
81
|
-
def __call__(self, other: bool, /) -> unsignedinteger[_NBit1]: ...
|
|
82
|
-
@overload
|
|
83
|
-
def __call__(self, other: int, /) -> signedinteger: ...
|
|
84
|
-
@overload
|
|
85
|
-
def __call__(self, other: signedinteger, /) -> signedinteger: ...
|
|
86
|
-
@overload
|
|
87
|
-
def __call__(
|
|
88
|
-
self, other: unsignedinteger[_NBit2], /
|
|
89
|
-
) -> unsignedinteger[_NBit1] | unsignedinteger[_NBit2]: ...
|
|
90
|
-
|
|
91
|
-
@type_check_only
|
|
92
|
-
class _UnsignedIntMod(Protocol[_NBit1]):
|
|
93
|
-
@overload
|
|
94
|
-
def __call__(self, other: bool, /) -> unsignedinteger[_NBit1]: ...
|
|
95
|
-
@overload
|
|
96
|
-
def __call__(self, other: int | signedinteger, /) -> Any: ...
|
|
97
|
-
@overload
|
|
98
|
-
def __call__(self, other: float, /) -> floating[_NBit1] | float64: ...
|
|
99
|
-
@overload
|
|
100
|
-
def __call__(
|
|
101
|
-
self, other: unsignedinteger[_NBit2], /
|
|
102
|
-
) -> unsignedinteger[_NBit1] | unsignedinteger[_NBit2]: ...
|
|
103
|
-
|
|
104
|
-
@type_check_only
|
|
105
|
-
class _UnsignedIntDivMod(Protocol[_NBit1]):
|
|
106
|
-
@overload
|
|
107
|
-
def __call__(self, other: bool, /) -> _2Tuple[signedinteger[_NBit1]]: ...
|
|
108
|
-
@overload
|
|
109
|
-
def __call__(self, other: int | signedinteger, /) -> _2Tuple[Any]: ...
|
|
110
|
-
@overload
|
|
111
|
-
def __call__(self, other: float, /) -> _2Tuple[floating[_NBit1]] | _2Tuple[float64]: ...
|
|
112
|
-
@overload
|
|
113
|
-
def __call__(
|
|
114
|
-
self, other: unsignedinteger[_NBit2], /
|
|
115
|
-
) -> _2Tuple[unsignedinteger[_NBit1]] | _2Tuple[unsignedinteger[_NBit2]]: ...
|
|
116
|
-
|
|
117
|
-
@type_check_only
|
|
118
|
-
class _SignedIntOp(Protocol[_NBit1]):
|
|
119
|
-
@overload
|
|
120
|
-
def __call__(self, other: int, /) -> signedinteger[_NBit1]: ...
|
|
121
|
-
@overload
|
|
122
|
-
def __call__(self, other: float, /) -> float64: ...
|
|
123
|
-
@overload
|
|
124
|
-
def __call__(self, other: complex, /) -> complex128: ...
|
|
125
|
-
@overload
|
|
126
|
-
def __call__(self, other: signedinteger[_NBit2], /) -> signedinteger[_NBit1] | signedinteger[_NBit2]: ...
|
|
127
|
-
|
|
128
|
-
@type_check_only
|
|
129
|
-
class _SignedIntBitOp(Protocol[_NBit1]):
|
|
130
|
-
@overload
|
|
131
|
-
def __call__(self, other: bool, /) -> signedinteger[_NBit1]: ...
|
|
132
|
-
@overload
|
|
133
|
-
def __call__(self, other: int, /) -> signedinteger[_NBit1] | int_: ...
|
|
134
|
-
@overload
|
|
135
|
-
def __call__(
|
|
136
|
-
self, other: signedinteger[_NBit2], /
|
|
137
|
-
) -> signedinteger[_NBit1] | signedinteger[_NBit2]: ...
|
|
138
|
-
|
|
139
|
-
@type_check_only
|
|
140
|
-
class _SignedIntMod(Protocol[_NBit1]):
|
|
141
|
-
@overload
|
|
142
|
-
def __call__(self, other: bool, /) -> signedinteger[_NBit1]: ...
|
|
143
|
-
@overload
|
|
144
|
-
def __call__(self, other: int, /) -> signedinteger[_NBit1] | int_: ...
|
|
145
|
-
@overload
|
|
146
|
-
def __call__(self, other: float, /) -> floating[_NBit1] | float64: ...
|
|
147
|
-
@overload
|
|
148
|
-
def __call__(
|
|
149
|
-
self, other: signedinteger[_NBit2], /
|
|
150
|
-
) -> signedinteger[_NBit1] | signedinteger[_NBit2]: ...
|
|
151
|
-
|
|
152
|
-
@type_check_only
|
|
153
|
-
class _SignedIntDivMod(Protocol[_NBit1]):
|
|
154
|
-
@overload
|
|
155
|
-
def __call__(self, other: bool, /) -> _2Tuple[signedinteger[_NBit1]]: ...
|
|
156
|
-
@overload
|
|
157
|
-
def __call__(self, other: int, /) -> _2Tuple[signedinteger[_NBit1]] | _2Tuple[int_]: ...
|
|
158
|
-
@overload
|
|
159
|
-
def __call__(self, other: float, /) -> _2Tuple[floating[_NBit1]] | _2Tuple[float64]: ...
|
|
160
|
-
@overload
|
|
161
|
-
def __call__(
|
|
162
|
-
self, other: signedinteger[_NBit2], /
|
|
163
|
-
) -> _2Tuple[signedinteger[_NBit1]] | _2Tuple[signedinteger[_NBit2]]: ...
|
|
164
|
-
|
|
165
|
-
@type_check_only
|
|
166
|
-
class _FloatOp(Protocol[_NBit1]):
|
|
167
|
-
@overload
|
|
168
|
-
def __call__(self, other: int, /) -> floating[_NBit1]: ...
|
|
169
|
-
@overload
|
|
170
|
-
def __call__(self, other: float, /) -> floating[_NBit1] | float64: ...
|
|
171
|
-
@overload
|
|
172
|
-
def __call__(
|
|
173
|
-
self, other: complex, /
|
|
174
|
-
) -> complexfloating[_NBit1, _NBit1] | complex128: ...
|
|
175
|
-
@overload
|
|
176
|
-
def __call__(
|
|
177
|
-
self, other: integer[_NBit2] | floating[_NBit2], /
|
|
178
|
-
) -> floating[_NBit1] | floating[_NBit2]: ...
|
|
179
|
-
|
|
180
|
-
@type_check_only
|
|
181
|
-
class _FloatMod(Protocol[_NBit1]):
|
|
182
|
-
@overload
|
|
183
|
-
def __call__(self, other: bool, /) -> floating[_NBit1]: ...
|
|
184
|
-
@overload
|
|
185
|
-
def __call__(self, other: int, /) -> floating[_NBit1] | floating[_NBitInt]: ...
|
|
186
|
-
@overload
|
|
187
|
-
def __call__(self, other: float, /) -> floating[_NBit1] | float64: ...
|
|
188
|
-
@overload
|
|
189
|
-
def __call__(
|
|
190
|
-
self, other: integer[_NBit2] | floating[_NBit2], /
|
|
191
|
-
) -> floating[_NBit1] | floating[_NBit2]: ...
|
|
192
|
-
|
|
193
|
-
class _FloatDivMod(Protocol[_NBit1]):
|
|
194
|
-
@overload
|
|
195
|
-
def __call__(self, other: bool, /) -> _2Tuple[floating[_NBit1]]: ...
|
|
196
|
-
@overload
|
|
197
|
-
def __call__(
|
|
198
|
-
self, other: int, /
|
|
199
|
-
) -> _2Tuple[floating[_NBit1]] | _2Tuple[floating[_NBitInt]]: ...
|
|
200
|
-
@overload
|
|
201
|
-
def __call__(
|
|
202
|
-
self, other: float, /
|
|
203
|
-
) -> _2Tuple[floating[_NBit1]] | _2Tuple[float64]: ...
|
|
204
|
-
@overload
|
|
205
|
-
def __call__(
|
|
206
|
-
self, other: integer[_NBit2] | floating[_NBit2], /
|
|
207
|
-
) -> _2Tuple[floating[_NBit1]] | _2Tuple[floating[_NBit2]]: ...
|
|
208
|
-
|
|
209
|
-
@type_check_only
|
|
210
|
-
class _NumberOp(Protocol):
|
|
211
|
-
def __call__(self, other: _NumberLike_co, /) -> Any: ...
|
|
212
|
-
|
|
213
|
-
@final
|
|
214
|
-
@type_check_only
|
|
215
|
-
class _SupportsLT(Protocol):
|
|
216
|
-
def __lt__(self, other: Any, /) -> Any: ...
|
|
217
|
-
|
|
218
|
-
@final
|
|
219
|
-
@type_check_only
|
|
220
|
-
class _SupportsLE(Protocol):
|
|
221
|
-
def __le__(self, other: Any, /) -> Any: ...
|
|
222
|
-
|
|
223
|
-
@final
|
|
224
|
-
@type_check_only
|
|
225
|
-
class _SupportsGT(Protocol):
|
|
226
|
-
def __gt__(self, other: Any, /) -> Any: ...
|
|
227
|
-
|
|
228
|
-
@final
|
|
229
|
-
@type_check_only
|
|
230
|
-
class _SupportsGE(Protocol):
|
|
231
|
-
def __ge__(self, other: Any, /) -> Any: ...
|
|
232
|
-
|
|
233
|
-
@final
|
|
234
|
-
@type_check_only
|
|
235
|
-
class _ComparisonOpLT(Protocol[_T1_contra, _T2_contra]):
|
|
236
|
-
@overload
|
|
237
|
-
def __call__(self, other: _T1_contra, /) -> np.bool: ...
|
|
238
|
-
@overload
|
|
239
|
-
def __call__(self, other: _T2_contra, /) -> NDArray[np.bool]: ...
|
|
240
|
-
@overload
|
|
241
|
-
def __call__(self, other: _NestedSequence[_SupportsGT], /) -> NDArray[np.bool]: ...
|
|
242
|
-
@overload
|
|
243
|
-
def __call__(self, other: _SupportsGT, /) -> np.bool: ...
|
|
244
|
-
|
|
245
|
-
@final
|
|
246
|
-
@type_check_only
|
|
247
|
-
class _ComparisonOpLE(Protocol[_T1_contra, _T2_contra]):
|
|
248
|
-
@overload
|
|
249
|
-
def __call__(self, other: _T1_contra, /) -> np.bool: ...
|
|
250
|
-
@overload
|
|
251
|
-
def __call__(self, other: _T2_contra, /) -> NDArray[np.bool]: ...
|
|
252
|
-
@overload
|
|
253
|
-
def __call__(self, other: _NestedSequence[_SupportsGE], /) -> NDArray[np.bool]: ...
|
|
254
|
-
@overload
|
|
255
|
-
def __call__(self, other: _SupportsGE, /) -> np.bool: ...
|
|
256
|
-
|
|
257
|
-
@final
|
|
258
|
-
@type_check_only
|
|
259
|
-
class _ComparisonOpGT(Protocol[_T1_contra, _T2_contra]):
|
|
260
|
-
@overload
|
|
261
|
-
def __call__(self, other: _T1_contra, /) -> np.bool: ...
|
|
262
|
-
@overload
|
|
263
|
-
def __call__(self, other: _T2_contra, /) -> NDArray[np.bool]: ...
|
|
264
|
-
@overload
|
|
265
|
-
def __call__(self, other: _NestedSequence[_SupportsLT], /) -> NDArray[np.bool]: ...
|
|
266
|
-
@overload
|
|
267
|
-
def __call__(self, other: _SupportsLT, /) -> np.bool: ...
|
|
268
|
-
|
|
269
|
-
@final
|
|
270
|
-
@type_check_only
|
|
271
|
-
class _ComparisonOpGE(Protocol[_T1_contra, _T2_contra]):
|
|
272
|
-
@overload
|
|
273
|
-
def __call__(self, other: _T1_contra, /) -> np.bool: ...
|
|
274
|
-
@overload
|
|
275
|
-
def __call__(self, other: _T2_contra, /) -> NDArray[np.bool]: ...
|
|
276
|
-
@overload
|
|
277
|
-
def __call__(self, other: _NestedSequence[_SupportsGT], /) -> NDArray[np.bool]: ...
|
|
278
|
-
@overload
|
|
279
|
-
def __call__(self, other: _SupportsGT, /) -> np.bool: ...
|