numpy 2.3.3__cp311-cp311-win_arm64.whl → 2.3.4__cp311-cp311-win_arm64.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.

Files changed (60) hide show
  1. numpy/__config__.py +6 -6
  2. numpy/__init__.pyi +819 -218
  3. numpy/_core/_multiarray_tests.cp311-win_arm64.pyd +0 -0
  4. numpy/_core/_multiarray_umath.cp311-win_arm64.pyd +0 -0
  5. numpy/_core/_operand_flag_tests.cp311-win_arm64.pyd +0 -0
  6. numpy/_core/_rational_tests.cp311-win_arm64.pyd +0 -0
  7. numpy/_core/_simd.cp311-win_arm64.pyd +0 -0
  8. numpy/_core/_struct_ufunc_tests.cp311-win_arm64.pyd +0 -0
  9. numpy/_core/_ufunc_config.py +2 -0
  10. numpy/_core/_ufunc_config.pyi +52 -6
  11. numpy/_core/_umath_tests.cp311-win_arm64.pyd +0 -0
  12. numpy/_core/lib/{libnpymath.a → npymath.lib} +0 -0
  13. numpy/_core/lib/pkgconfig/numpy.pc +1 -1
  14. numpy/_core/numerictypes.py +1 -1
  15. numpy/_core/tests/test_api.py +34 -1
  16. numpy/_core/tests/test_numerictypes.py +29 -0
  17. numpy/_core/tests/test_stringdtype.py +16 -16
  18. numpy/_core/tests/test_strings.py +15 -0
  19. numpy/_core/tests/test_umath.py +12 -0
  20. numpy/distutils/__pycache__/conv_template.cpython-311.pyc +0 -0
  21. numpy/exceptions.pyi +2 -0
  22. numpy/fft/_pocketfft_umath.cp311-win_arm64.pyd +0 -0
  23. numpy/lib/_histograms_impl.pyi +8 -8
  24. numpy/lib/_index_tricks_impl.pyi +12 -0
  25. numpy/lib/_polynomial_impl.pyi +10 -8
  26. numpy/lib/mixins.pyi +2 -0
  27. numpy/lib/tests/test_index_tricks.py +5 -0
  28. numpy/linalg/_linalg.pyi +32 -39
  29. numpy/linalg/_umath_linalg.cp311-win_arm64.pyd +0 -0
  30. numpy/linalg/lapack_lite.cp311-win_arm64.pyd +0 -0
  31. numpy/ma/extras.pyi +4 -0
  32. numpy/random/_bounded_integers.cp311-win_arm64.pyd +0 -0
  33. numpy/random/_common.cp311-win_arm64.pyd +0 -0
  34. numpy/random/_generator.cp311-win_arm64.pyd +0 -0
  35. numpy/random/_mt19937.cp311-win_arm64.pyd +0 -0
  36. numpy/random/_pcg64.cp311-win_arm64.pyd +0 -0
  37. numpy/random/_philox.cp311-win_arm64.pyd +0 -0
  38. numpy/random/_sfc64.cp311-win_arm64.pyd +0 -0
  39. numpy/random/bit_generator.cp311-win_arm64.pyd +0 -0
  40. numpy/random/lib/{libnpyrandom.a → npyrandom.lib} +0 -0
  41. numpy/random/mtrand.cp311-win_arm64.pyd +0 -0
  42. numpy/random/tests/test_generator_mt19937.py +5 -0
  43. numpy/testing/_private/extbuild.pyi +3 -3
  44. numpy/testing/_private/utils.pyi +1 -1
  45. numpy/typing/tests/data/fail/bitwise_ops.pyi +3 -3
  46. numpy/typing/tests/data/fail/scalars.pyi +6 -6
  47. numpy/typing/tests/data/reveal/arithmetic.pyi +29 -29
  48. numpy/typing/tests/data/reveal/array_constructors.pyi +5 -5
  49. numpy/typing/tests/data/reveal/bitwise_ops.pyi +10 -11
  50. numpy/typing/tests/data/reveal/linalg.pyi +6 -6
  51. numpy/typing/tests/data/reveal/mod.pyi +18 -19
  52. numpy/version.py +2 -2
  53. numpy-2.3.4.dist-info/DELVEWHEEL +2 -0
  54. {numpy-2.3.3.dist-info → numpy-2.3.4.dist-info}/METADATA +1 -1
  55. {numpy-2.3.3.dist-info → numpy-2.3.4.dist-info}/RECORD +58 -59
  56. numpy/_typing/_callable.pyi +0 -279
  57. numpy-2.3.3.dist-info/DELVEWHEEL +0 -2
  58. {numpy-2.3.3.dist-info → numpy-2.3.4.dist-info}/LICENSE.txt +0 -0
  59. {numpy-2.3.3.dist-info → numpy-2.3.4.dist-info}/WHEEL +0 -0
  60. {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=7Dvia_l7dKwL8MjWqIELvwZvDu4XMIJ4MwYjp6aKSaE,776
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=lN0T0RgcTuwRMDCFNAVwoCPoNcihSnVEI_uKEp3_1-U,304
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=ad0Wn-gci7NYKZlL676Taol4YNoiXS8TPtKoB7oX5Qg,5689
23
+ numpy/__config__.py,sha256=THqcjgNa6OzCc5UUxyTGT5HjVDdCbfuq1sK4LPBJHQ0,5689
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=9-g70qg3saIZimxDFer6qQlfOuxrPKlPBmoMCBRHKZ8,224701
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
@@ -183,7 +183,7 @@ numpy/distutils/tests/test_shell_utils.py,sha256=aKtyXpHEYARNsAq9q5SeVC0qqMfm1gz
183
183
  numpy/distutils/tests/test_system_info.py,sha256=FFiXjhUmt8AZhggvexshdKdXjW5qX4Bk3BUqsODH_cM,11717
184
184
  numpy/distutils/tests/utilities.py,sha256=d49suMzR_1sAXU0OO5kD7msJfBtmvv7yZZCCWIxXKY4,2377
185
185
  numpy/distutils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
186
- numpy/distutils/__pycache__/conv_template.cpython-311.pyc,sha256=krT5kXRJ_21Xux0DPox2NCH-s202ypn6pCcs0F441h4,14237
186
+ numpy/distutils/__pycache__/conv_template.cpython-311.pyc,sha256=xFza_YXa7dqkDr_quFBvPJmQJqjEKSwB4DlZEl2eZd0,14237
187
187
  numpy/doc/ufuncs.py,sha256=jMnfQhRknVIhgFVS9z2l5oYM8N1tuQtf5bXMBL449oI,5552
188
188
  numpy/f2py/auxfuncs.py,sha256=np0s118cTsP2XIJVdyFbyDMRq-3KF_IbuKQaE3Xt-rQ,27924
189
189
  numpy/f2py/auxfuncs.pyi,sha256=efNAm5jq707DZYPGgDogJHXurZNdoXXBnovzrxPOpMc,8275
@@ -369,7 +369,7 @@ numpy/fft/_helper.pyi,sha256=6RxP5wS_vBokkLR6BRXsJqFTTWUasHLEib61hdwa_qU,1439
369
369
  numpy/fft/_pocketfft.py,sha256=Hycd7Y2xAT5zFnVys14Ker59o1PsVBXjEevXkVabLa8,64291
370
370
  numpy/fft/_pocketfft.pyi,sha256=wmEYOawqlFBz3Jw5mWMhWm0JQGtY3AO0xCBDpPgtnSc,3312
371
371
  numpy/fft/_pocketfft_umath.cp311-win_arm64.lib,sha256=bicBRUzoNmP5rW0CW4xc1a7Ru5ceGUL6ELZjMXt5OIE,1732
372
- numpy/fft/_pocketfft_umath.cp311-win_arm64.pyd,sha256=dcS7gBxGlzWQYiZvJ2FqiAM7HNyQqiEzVmQi8ycaakE,267264
372
+ numpy/fft/_pocketfft_umath.cp311-win_arm64.pyd,sha256=nIlQ76GX-2r-nPxee2SkxYNBcidZoXgeNbz2ATzJGAk,267264
373
373
  numpy/fft/__init__.py,sha256=j8Qwnr2UUY5ka45gSGF13BN3arX80H8ShOYiAGbucJ0,8506
374
374
  numpy/fft/__init__.pyi,sha256=z-kDsNgijEpHw8kIdSs4qZtzpSm9cFo0gvK32Q2rTRk,557
375
375
  numpy/fft/tests/test_helper.py,sha256=Yff4EXasyH-nD6dyEcZfX4g61ZjQcAY7XHfQLnXI1EY,6321
@@ -382,7 +382,7 @@ numpy/lib/format.pyi,sha256=hjsmMm6tPXHcBSpUjTMnHzqcPdqsZ8X5X_LWDvmdPgk,1548
382
382
  numpy/lib/introspect.py,sha256=TuhUIVWvWAODqn1tkwqKHN7rNHJhjcMMQyiC_vnUpRQ,2844
383
383
  numpy/lib/introspect.pyi,sha256=IsntuFrlFhRBZcGGhRUTAgnONUHEbYw_2ApPmffx8QE,155
384
384
  numpy/lib/mixins.py,sha256=sET7o_pJOco4Bdj66L9lRmkdzr44cDTjvCX7eISjJHk,7380
385
- numpy/lib/mixins.pyi,sha256=NwXdoCR4xu-hlhKPhBa7geYN3Py_Wxb8mMl5tRLThw8,3206
385
+ numpy/lib/mixins.pyi,sha256=i5R7jPiV9GZIhJv3KtEl_V6oaJsbggy46cTEye_gbI4,3228
386
386
  numpy/lib/npyio.py,sha256=EY5_tqGplRo-B3cJtqvf9HC34nQKr5JNgyykHWj5q_E,69
387
387
  numpy/lib/npyio.pyi,sha256=QIrW_Qz_-9L-ecPo39P0-UiGec2EBPzBC_yJ9MZ1gF0,201
388
388
  numpy/lib/recfunctions.py,sha256=7to2wo6f8bxxUfVzHrMbo0gR9FNly3zdJK3jRirqrfE,61220
@@ -408,9 +408,9 @@ numpy/lib/_format_impl.pyi,sha256=FjQ_zPqG7xOCdWa8B6NYVtjm-xo2oExGvKUYMwZfX54,89
408
408
  numpy/lib/_function_base_impl.py,sha256=wRLg-FOdacOB5K2NStvz7mejJrjcp5c610gtK-FMzY4,202269
409
409
  numpy/lib/_function_base_impl.pyi,sha256=u9JLP6HWWmIblWFddGOlArih3wpAj642rMYRgrCjL84,25101
410
410
  numpy/lib/_histograms_impl.py,sha256=2dceYr7BOVTkypST4CVgskJzjI-ka_FrL5oxBW7rHEQ,39517
411
- numpy/lib/_histograms_impl.pyi,sha256=PMEsE_oCjEs5jMfkEQhqBJCgadfghsK0sIBPDgfVPnQ,1143
411
+ numpy/lib/_histograms_impl.pyi,sha256=n_Yd-rh3Me98Vz2J4fMaJQbE4oTpO74l11u3332m4Zw,1161
412
412
  numpy/lib/_index_tricks_impl.py,sha256=IDH9jP2WpgOaGCtcZgLx5eF1FV-eFuVomhVKjCqzyzk,33253
413
- numpy/lib/_index_tricks_impl.pyi,sha256=g28pCOC5G0Vq3V9NG3ba_KDdVJyYBK-V94McQlr1e_w,6521
413
+ numpy/lib/_index_tricks_impl.pyi,sha256=peyKzv4N9IAls-yvWNG3ZmgZ_cZQF-bhLtzXh6tGHbU,6674
414
414
  numpy/lib/_iotools.py,sha256=Yh7xIu5OnSNnj2aX-yW8viJNHNC33nhCDZtaep8TszE,31776
415
415
  numpy/lib/_iotools.pyi,sha256=QhPWjfhxdtiz73gewLi4Ji_YULmz1bqCa9b6Rmx_AZg,3507
416
416
  numpy/lib/_nanfunctions_impl.py,sha256=qpA4DEl7ixLa8jPiTHlOgJRrdLr-A29eAUc_F4h7nNI,73973
@@ -418,7 +418,7 @@ numpy/lib/_nanfunctions_impl.pyi,sha256=5K8nYwWh2IpzkmC8mHmlHygzfS6Sf5K3EA5NzBCQ
418
418
  numpy/lib/_npyio_impl.py,sha256=IY4DQe8AYxKw2SRpoBYuSrth0vm3d6kiSF2WXanoUh0,101873
419
419
  numpy/lib/_npyio_impl.pyi,sha256=uSzRuJLRG7IJhwbmUDKIq52Q-C4jp4K-pUW-pjrm6Yk,9689
420
420
  numpy/lib/_polynomial_impl.py,sha256=Z7K4kuUiMaAv4bRoSf2589uznTWUEYS1Mp29vqgyXl8,45599
421
- numpy/lib/_polynomial_impl.pyi,sha256=Ajj0Azu9rnIDONhqX0aWKf_K7kGO37TN-lyq60lhlw4,7315
421
+ numpy/lib/_polynomial_impl.pyi,sha256=TTjdau6f5Skay_9ipYlncaMwucHxGRy64o2-b7x9H7A,7327
422
422
  numpy/lib/_scimath_impl.py,sha256=n7oV3g6IX9sClfv4xJ8UCCtgHxScoycnpjj2iASQ6Xc,16334
423
423
  numpy/lib/_scimath_impl.pyi,sha256=3-C37vHfGAP84SLbuxHrPAO8ZQ-vgTSXTyh5EjNHXh0,2867
424
424
  numpy/lib/_shape_base_impl.py,sha256=KKZWJjfeFHSsWZ1mP2ZRAmjuNhK8u1y0RPX9kx1Q25o,40780
@@ -446,7 +446,7 @@ numpy/lib/tests/test_array_utils.py,sha256=gRsql9I0f7RQk-1b8iPa1jDZsd_auCF05-ulx
446
446
  numpy/lib/tests/test_format.py,sha256=WfMDB563BYh-sWizN-IGU8wkVDd4OQn7YiyZmskU_88,43010
447
447
  numpy/lib/tests/test_function_base.py,sha256=PUbOPiB6eVSMdk3App2cLwk4HYEvf8xuDR2zpWXGYNs,175692
448
448
  numpy/lib/tests/test_histograms.py,sha256=vAPUJdT6J0pGXiFgrhf3TvKRHox1sgC1Ag7SNntbg3M,34821
449
- numpy/lib/tests/test_index_tricks.py,sha256=lpkqcCFZ0B1TQCAGF5tS3J98IwgRTit-H-fEVIao1LU,21045
449
+ numpy/lib/tests/test_index_tricks.py,sha256=SQ3uHjPfSyaxnbId7yZqLrPgY-P0zpxv2lyoXmuSYJc,21268
450
450
  numpy/lib/tests/test_io.py,sha256=1Q-F5YleH0vJ_euiabDUcfH2JoZmz4S8KZPzxJ1_xCU,113837
451
451
  numpy/lib/tests/test_loadtxt.py,sha256=BXuhaSKd4AgH28nlR7KW9Bfd9hr_CMSagD8j2fQEGPI,41658
452
452
  numpy/lib/tests/test_mixins.py,sha256=eWaFNkjo_IPlP4-7T-sitpZqhAgjUOjqkglUaPIdWXA,7224
@@ -473,14 +473,14 @@ numpy/lib/tests/data/py3-objarr.npz,sha256=vVRl9_NZ7_q-hjduUr8YWnzRy8ESNlmvMPlaS
473
473
  numpy/lib/tests/data/python3.npy,sha256=X0ad3hAaLGXig9LtSHAo-BgOvLlFfPYMnZuVIxRmj-0,96
474
474
  numpy/lib/tests/data/win64python2.npy,sha256=agOcgHVYFJrV-nrRJDbGnUnF4ZTPYXuSeF-Mtg7GMpc,96
475
475
  numpy/linalg/lapack_lite.cp311-win_arm64.lib,sha256=zWyQsB9uJ48tw84DczFCBB1GihTU_zyWnJgtlmJ71mg,1656
476
- numpy/linalg/lapack_lite.cp311-win_arm64.pyd,sha256=0Le66qTHlSY6ttzX3e31Rpgr685wENNAN-SCE521_6Q,16384
476
+ numpy/linalg/lapack_lite.cp311-win_arm64.pyd,sha256=aSgxibGbRS8Um5WUN_7bqF24FCf5fa3_oFxAw_1csSw,16384
477
477
  numpy/linalg/lapack_lite.pyi,sha256=yQWhNIbR6YSzeGAumEJQTTkyBl2YRW_WlgsgGFDz0_E,2813
478
478
  numpy/linalg/linalg.py,sha256=-uK-TpPOrpX8ItD4xpLi1kva6HZKfN-39-3h-yOAhOc,602
479
479
  numpy/linalg/linalg.pyi,sha256=iGd8b4-gN1d92K7wfgDZxoHrVXnVC1c6vGqW4ZbWldY,1001
480
480
  numpy/linalg/_linalg.py,sha256=QkVmpFqL7WsZbprAsSaDsPNBabJZaaRCkOz7c0ZnL9c,118788
481
- numpy/linalg/_linalg.pyi,sha256=5KaU6DM1fhPn8Ymjt49RtnpHaRjLTaAY-dZW7Etm5Oc,11623
481
+ numpy/linalg/_linalg.pyi,sha256=qphefd5jo9jOgZ4dEZJqjuUqXLBCM-WxqDG2oWdlQYE,12023
482
482
  numpy/linalg/_umath_linalg.cp311-win_arm64.lib,sha256=H7QQwGX5g6Ab6jBXSL_KDwA2_y--i5K5cDQW7M_Mwos,1686
483
- numpy/linalg/_umath_linalg.cp311-win_arm64.pyd,sha256=9-7eMJ4BONxaYfy19a0G1yKGTAaifdlRruPKyf0-4AY,92160
483
+ numpy/linalg/_umath_linalg.cp311-win_arm64.pyd,sha256=1ZgJ74vP23MgdzCs6EM8gDreZwb7p55wBW5oMHT4bTo,93696
484
484
  numpy/linalg/_umath_linalg.pyi,sha256=g5NJoNte6CwuMFDfd55O8OvJv4lOi539VKAB-Mrc864,1470
485
485
  numpy/linalg/__init__.py,sha256=E24DtS109BNK_skVjGfSN491xPLM2nGarRjH-m1zBNM,2222
486
486
  numpy/linalg/__init__.pyi,sha256=3M1fJPi1c3gyvXa0fIUmgwi_oDUi2Ps4d_9BKeeKNcw,1133
@@ -492,7 +492,7 @@ numpy/ma/API_CHANGES.txt,sha256=U39zA87aM_OIJhEKvHgL1RY1lhMJZc1Yj3DGLwbPbF0,3540
492
492
  numpy/ma/core.py,sha256=Ag94aU0zq3R7ScJBiHv7ebpzQ8fpmrb63GS_cqgMt_E,297817
493
493
  numpy/ma/core.pyi,sha256=fM6g8d76-3jUS6JoaT8IFSRAreC7Z2VcN1wZlPtMjoE,41921
494
494
  numpy/ma/extras.py,sha256=MeTR8oKWzwLDkHKPPnx-8UNxVZcaR3CaAxFSP15Pa6Q,73024
495
- numpy/ma/extras.pyi,sha256=2345YMvtTIztPgpuE_Xx8WfHYvQlTAyLzKvZ0foWJfs,3928
495
+ numpy/ma/extras.pyi,sha256=VO7mwLblgjF5Fav_i3UV8GT2NsXNTouvzZDjyJRDXtI,3972
496
496
  numpy/ma/LICENSE,sha256=1427IIuA2StNMz5BpLquUNEkRPRuUxmfp3Jqkd5uLac,1616
497
497
  numpy/ma/mrecords.py,sha256=HVCPtj2VnbAI48PGeh_Ax3_J1Vt9ol1GVYS_f4FDeI0,27846
498
498
  numpy/ma/mrecords.pyi,sha256=la8iCUB-Sw1diC0sBPgvludFTdYa2PT8DKcux04nrr4,2069
@@ -552,46 +552,46 @@ numpy/polynomial/tests/test_printing.py,sha256=xkSxkYUUaAdBjayCrzRSca7p4aG7kyIqP
552
552
  numpy/polynomial/tests/test_symbol.py,sha256=JNF0yt5xmUERjflLOydG1pMo6wMRLtaPDcYUkvXcD-o,5592
553
553
  numpy/polynomial/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
554
554
  numpy/random/bit_generator.cp311-win_arm64.lib,sha256=nULsOW1hL4xp4DxK4NLJf1cgC6nk98Tuqm_Tu3E3ESA,1686
555
- numpy/random/bit_generator.cp311-win_arm64.pyd,sha256=fuHSmGTBKZiHOhmcrjEh31RIr4l5mma7m6p48uyEeiU,160768
555
+ numpy/random/bit_generator.cp311-win_arm64.pyd,sha256=mQf1cRbXFrkogC8Rj-rJtIqlpVzbz0z2rWch8Rlux04,160768
556
556
  numpy/random/bit_generator.pxd,sha256=LJpeB-EKeVV8_JO69sS33XJLZQ3DAhrUCNzs_ei7AoI,1042
557
557
  numpy/random/bit_generator.pyi,sha256=k1MV8-6mf6O7SOlwXYkC5KETtduEZgdzsZkQOB7Yg6k,3728
558
558
  numpy/random/c_distributions.pxd,sha256=02WeqbzQ4heQ1cZ7ShePejxmt5AOI5kTstBZ5w2WxD0,6454
559
559
  numpy/random/LICENSE.md,sha256=tLwvT6HJV3jx7T3Y8UcGvs45lHW5ePnzS1081yUhtIo,3582
560
560
  numpy/random/mtrand.cp311-win_arm64.lib,sha256=Se0JrIcBZBYkj9CbIk2CAni1OYnLx5OHGr6OznqWfZM,16708
561
- numpy/random/mtrand.cp311-win_arm64.pyd,sha256=Xfj7B7q0lUrLBUElvhIKDNjaDpKsDR_FDW_ZarjHqV8,608768
561
+ numpy/random/mtrand.cp311-win_arm64.pyd,sha256=wQuG2It_chYMcTbeVZAEKBpFM9XSwIxUVNzIEB1xv1A,608768
562
562
  numpy/random/mtrand.pyi,sha256=qMZhn2QPpftnyYxSeqN_umFbDtcVwh2tMNxwlfUNm-I,23390
563
563
  numpy/random/_bounded_integers.cp311-win_arm64.lib,sha256=ora-VtVk1KzBb4djhJeUR3UY7-wgqNhhbVjYKXOX7XI,17554
564
- numpy/random/_bounded_integers.cp311-win_arm64.pyd,sha256=V-QHuDW62DqH1SdGHHw0_X_iCx0_8tV4RcTQ_an6pxA,249344
564
+ numpy/random/_bounded_integers.cp311-win_arm64.pyd,sha256=pUcsOuocAcQIGwUzSqzAztEHejBgujTeM4wQSB1fRzw,249344
565
565
  numpy/random/_bounded_integers.pxd,sha256=EOKKUlF9bh0CLNEP8TzXzX4w_xV5kivr1Putfdf6yvU,1763
566
566
  numpy/random/_bounded_integers.pyi,sha256=PFr_V0xYQhWjKk5oc83cYg_JcNZ2FEKTsjXlnxmkyB8,25
567
567
  numpy/random/_common.cp311-win_arm64.lib,sha256=UVHch8u24PLpSvPC_hbpEZN6u9PJ1784EQX4lhZYTkA,1596
568
- numpy/random/_common.cp311-win_arm64.pyd,sha256=c3oAFD09YD4pLtKyDKphgTOwatx7dYcslFQoZ26Rs0M,193024
568
+ numpy/random/_common.cp311-win_arm64.pyd,sha256=0Zxx1pDTY6LZzYm59eX60kjeYS30ohq5bkoO-25m924,193024
569
569
  numpy/random/_common.pxd,sha256=2_9NLWFSnLG4iDd-KeYUBRa47QM8qceUsPiAkyWZ74I,5089
570
570
  numpy/random/_common.pyi,sha256=UlOkH40kVn6TU0c6OhG3CocvGnuYAC_46fxZJ7B_7y8,437
571
571
  numpy/random/_generator.cp311-win_arm64.lib,sha256=l3Ka-yR6qFhaMXOj-vZ-LiuQ_5BSbTUcqp3bzKb3IXs,17974
572
- numpy/random/_generator.cp311-win_arm64.pyd,sha256=6qr6b1AroiKmxdcbhaa9IlPaTAAxaWCw5OLbvKKYGLQ,727040
572
+ numpy/random/_generator.cp311-win_arm64.pyd,sha256=ix6scN5BEi-PctbRfnifvyUHxQVSrL9pFuZGM_oEzYc,727040
573
573
  numpy/random/_generator.pyi,sha256=kCKrx-vcBtZ4sSrIOurp9wz3gLcrF-4daoxDxfE4It0,24865
574
574
  numpy/random/_mt19937.cp311-win_arm64.lib,sha256=e1MN2vhfOOICFJp4cG8ByNDqGME7UNnXNco5Yl-uCaw,1612
575
- numpy/random/_mt19937.cp311-win_arm64.pyd,sha256=AuWZWG0B_VLFIwVwVik7MXo15SBeo4MrUtCjnX_ZAzo,83968
575
+ numpy/random/_mt19937.cp311-win_arm64.pyd,sha256=HEdsPF2qJU8xYz7OLfHu_ZW5SP21LkYbCpjJ77q_AMI,84992
576
576
  numpy/random/_mt19937.pyi,sha256=qL913uLEvulCbydu94TsioiIWFnkCRmCqvDu_JHmkJs,800
577
577
  numpy/random/_pcg64.cp311-win_arm64.lib,sha256=FSAvtVJywtbaPnR_N1FpmXnlFa0eI0_TP-F0qfjbzSg,1582
578
- numpy/random/_pcg64.cp311-win_arm64.pyd,sha256=L1wVcPNaXntRLMoqmaDLDs1U6n_8FEtrD7Vt-O6CThE,93696
578
+ numpy/random/_pcg64.cp311-win_arm64.pyd,sha256=tkpZiWi5CjEVzHfifquzHRmjMYXKN8GpCX9u9r0czaQ,93696
579
579
  numpy/random/_pcg64.pyi,sha256=grAVLs9HjNKi-4RFjMqp_46ipAJ2mbhimFsUtikwANI,1186
580
580
  numpy/random/_philox.cp311-win_arm64.lib,sha256=xojvsAHnTzdbr6gNWLJk1utoe16sPoVHukkqxpoq2ro,1596
581
- numpy/random/_philox.cp311-win_arm64.pyd,sha256=5-EsEeknet9FbGSfdTOWALdHxEpdM_bp1oAP66PBaOM,77312
581
+ numpy/random/_philox.cp311-win_arm64.pyd,sha256=FhZCnpTCzUnCGKqOg1pBcVpWUZNwaQ40hbgvCb3JZDo,77312
582
582
  numpy/random/_philox.pyi,sha256=h_tI9myU0GPYynMIUXh7xj_fqLxtKdDq6X0TxCnH-ZI,1044
583
583
  numpy/random/_pickle.py,sha256=8fmUcgzHhq_F_eyesNUdFjV07Br1yzLBLsfe-GWyQrE,2830
584
584
  numpy/random/_pickle.pyi,sha256=hj1oBasr_ejSeUlT3-q7luwC4DQFqgCPXIL0wxuFjt4,1651
585
585
  numpy/random/_sfc64.cp311-win_arm64.lib,sha256=g0aX2IjFXZs0yoec6xieauG_RiwzW_4m4BdN9fDO-vI,1582
586
- numpy/random/_sfc64.cp311-win_arm64.pyd,sha256=Q9as4FY2OBGIvAXqjbmh43J_A3INSiAiJ4fFECTBDqc,57856
586
+ numpy/random/_sfc64.cp311-win_arm64.pyd,sha256=jiS6w-bVpKJCC0k1x8d-Cn1Xn05CqLYc_vTblgQ_JJ8,57856
587
587
  numpy/random/_sfc64.pyi,sha256=kvQdsz_a2EUH5Tl8v1WjJacDJb7Jk_MWw7-dp7q3kXo,710
588
588
  numpy/random/__init__.pxd,sha256=g3EaMi3yfmnqT-KEWj0cp6SWIxVN9ChFjEYXGOfOifE,445
589
589
  numpy/random/__init__.py,sha256=8h45GRbXpL10xJzqw_n6Xgnm6SY_JUYCqH6SpeCnqUY,7693
590
590
  numpy/random/__init__.pyi,sha256=aqBCk_fpEZeoE94eNpGu37F6ZWfaDaajac9cWNm97So,2233
591
- numpy/random/lib/libnpyrandom.a,sha256=rLgQAr-uDYYG7OPuQ_SQvF2lDuiEygTg63zoj_4_AQg,80494
591
+ numpy/random/lib/npyrandom.lib,sha256=D6J8RpxecL-u0LHlUmKLNmIrjKpiMtZrRlz28NY0b_A,80466
592
592
  numpy/random/tests/test_direct.py,sha256=CgrDVzkR5Lcoi074uGyPKGFLYTIZb0WyH2maZFXmiAI,20511
593
593
  numpy/random/tests/test_extending.py,sha256=8Q5gcLChpe1RO5wVRSbBbMnzQ7Z93nNrqHZ0Y9_wnV4,4659
594
- numpy/random/tests/test_generator_mt19937.py,sha256=UIo1NUwkchIn1LiDB0aqoAx-K4zuRUsz_aAd0Oyanj4,120616
594
+ numpy/random/tests/test_generator_mt19937.py,sha256=2uLqnc0ubpQmoWINY0UE-ixFCwbxgsE2u7jUFDLvxbA,120809
595
595
  numpy/random/tests/test_generator_mt19937_regressions.py,sha256=UiPzhq1MGFp8EflTCSMErrqp70tzy8SETGx3cLNCC-I,8314
596
596
  numpy/random/tests/test_random.py,sha256=yJQ8UBPQhTj0fawv_yO_CASrhsDEXt1umxZZyVp-4XI,72055
597
597
  numpy/random/tests/test_randomstate.py,sha256=4FxsJI2EkXYdZIoQWGZNbzHEBw-5Y3FEP7w0eYUMV-c,87879
@@ -634,9 +634,9 @@ numpy/testing/__init__.pyi,sha256=hzSq3lVZ2gZbxMrQXNP3PaetjgJyKnfg50mkjTB8jXg,21
634
634
  numpy/testing/tests/test_utils.py,sha256=d49srmN7Jxu4jmCK9e48R0ZfIxNEg38Op4H7To2GJQg,71492
635
635
  numpy/testing/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
636
636
  numpy/testing/_private/extbuild.py,sha256=ausYJDf2eOq9jYC3x_tFO_vBrMhjqjruVqHxgHjla8w,7966
637
- numpy/testing/_private/extbuild.pyi,sha256=FWRL9bv2CK1FpFNLGXEJLvoZN6jgdQNnb62EENQ_u6Y,651
637
+ numpy/testing/_private/extbuild.pyi,sha256=f2h7VxBrN2uwqJIwB8pmv3c1G-sH7d3V4HCIL3GHYTA,678
638
638
  numpy/testing/_private/utils.py,sha256=JB9oLWXU0rLhUJaVVRbGnRHJOBQyMYZ8imZOvWje_HI,98466
639
- numpy/testing/_private/utils.pyi,sha256=pNPvwPkm3QbPdJ_Z98uvCmYZYmJS8abmBXjCIIz3Tgg,13442
639
+ numpy/testing/_private/utils.pyi,sha256=htTBiuadzI4vSxqTs5zAvPkTnwXVevDnhjxJ01Zd55w,13459
640
640
  numpy/testing/_private/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
641
641
  numpy/testing/_private/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
642
642
  numpy/tests/test_configtool.py,sha256=payEy0YLE07-xfa5x_HuI5xCEVCMs-5BHD5B7teAu94,1797
@@ -664,7 +664,7 @@ numpy/typing/tests/data/fail/arrayterator.pyi,sha256=L2AC5qFmBrw9klehdV7d7gHvKpP
664
664
  numpy/typing/tests/data/fail/array_constructors.pyi,sha256=bNPDfCMnoFPuMi4bGDEf4kQ5wqbrAB7PkfDqFCfpIBc,1234
665
665
  numpy/typing/tests/data/fail/array_like.pyi,sha256=9EcZ306eJOZrHSdWlTe0cEpYvmODaQ_nItcbhWaxFy8,511
666
666
  numpy/typing/tests/data/fail/array_pad.pyi,sha256=ExxQs_3s8xvgEsvj6O4aGWTIc0ukXtAtUM9JUs5D6pQ,143
667
- numpy/typing/tests/data/fail/bitwise_ops.pyi,sha256=7kr5nJGJoXEGCdqKR2J1lnr635JXLdCyAggI_PTuOsc,416
667
+ numpy/typing/tests/data/fail/bitwise_ops.pyi,sha256=7Y6E1moUlz8fffR8lfuZG1yutabdmqqtlz3RVJ9Tsis,401
668
668
  numpy/typing/tests/data/fail/char.pyi,sha256=IXHqCM6aqVyfX74jg5lTei1NciRFQSeWNYcholumPzA,2865
669
669
  numpy/typing/tests/data/fail/chararray.pyi,sha256=bHPeaIeMG7QMAPvZx7oh0wNe0ZohjjKE0UuAMzAEFho,2418
670
670
  numpy/typing/tests/data/fail/comparisons.pyi,sha256=YHRMGwDA3uh5DJdLtG0aJ8Eo5Rs3DofVZNMI2KxNWTg,777
@@ -693,7 +693,7 @@ numpy/typing/tests/data/fail/npyio.pyi,sha256=IvqhHyWTQdx7UTiCovji1oTer63nTMT5k8
693
693
  numpy/typing/tests/data/fail/numerictypes.pyi,sha256=igYnLB91EuhrNDihL9IxwlM_xhwphCgMjWimzDaSNrk,129
694
694
  numpy/typing/tests/data/fail/random.pyi,sha256=ng4fxmdk1RFQdn3PNF7qSO2c2hVxQ07lwYwQGrSPsKQ,2965
695
695
  numpy/typing/tests/data/fail/rec.pyi,sha256=HkJQLYK6u8thA6alMB4pUeMBPXr6mgnqqTYmXSiM2PM,758
696
- numpy/typing/tests/data/fail/scalars.pyi,sha256=xlbuLZMeNbCRtxTD2L5RAzdMveduhwBKqVclIEwzgfY,2936
696
+ numpy/typing/tests/data/fail/scalars.pyi,sha256=dNWPUcH0lj1q-_KqdQ1H0IwDWNoxhmvNzg7v4jVarqA,2996
697
697
  numpy/typing/tests/data/fail/shape.pyi,sha256=8oJrtWxbzpu4sXygzEMzWHlwa13SZHikfXH7T-feQkM,137
698
698
  numpy/typing/tests/data/fail/shape_base.pyi,sha256=jfOTNjSqDVIGlAmwbORYfifftjvW-W4ngMRP883oSrU,165
699
699
  numpy/typing/tests/data/fail/stride_tricks.pyi,sha256=kjsv-sHn8i-oxtLUcpeIrOzS00Hk6Af8clqnY-vwg6A,339
@@ -742,14 +742,14 @@ numpy/typing/tests/data/pass/ufunclike.py,sha256=jxTR61d0bmFg7JHZmw992ccRua00u4X
742
742
  numpy/typing/tests/data/pass/ufuncs.py,sha256=gvdcCNoGUfN0CnQmn6k1j6ghdt8zGkJdcRcgctmU48A,438
743
743
  numpy/typing/tests/data/pass/ufunc_config.py,sha256=gmMTPrq8gLXJZSBQoOpJcgzIzWgMx-k_etKPV4KSTJk,1269
744
744
  numpy/typing/tests/data/pass/warnings_and_errors.py,sha256=q3c1SmMwhyYLYQsLjK02AXphk3-96YltSTdTfrElJzQ,167
745
- numpy/typing/tests/data/reveal/arithmetic.pyi,sha256=WIhvUmtuZmP94MrcxtPcFcc04nwJ1EiniIc39BxKQLQ,28144
745
+ numpy/typing/tests/data/reveal/arithmetic.pyi,sha256=qxvklKoGL__awMHHV3wbbfQwmR2nZY0woOw4C1eZ-JY,27520
746
746
  numpy/typing/tests/data/reveal/arraypad.pyi,sha256=iE4OyZFrFjIXr46CzYaFzIkw-FR5RBV6v0OkCgFW2Ug,675
747
747
  numpy/typing/tests/data/reveal/arrayprint.pyi,sha256=G5x1q4i4JqK8LjuvFkt2lC5mETW0arqs6lADgND37xk,802
748
748
  numpy/typing/tests/data/reveal/arraysetops.pyi,sha256=-Fhtnyc-uzDT5zUlh7xSLmdkK05Y14MqpgdG38Xliu0,4485
749
749
  numpy/typing/tests/data/reveal/arrayterator.pyi,sha256=ZPn6r0IvThiDma9RtpnpPywdQdg5iS9qacWUGLI-Mzw,1066
750
750
  numpy/typing/tests/data/reveal/array_api_info.pyi,sha256=TOvbhGUiNYcKv9KQs0A4-vzM_l9vYWvDXoqBOOLo1d4,3087
751
- numpy/typing/tests/data/reveal/array_constructors.pyi,sha256=R2FUO3F-guVzC52UTkWioXmyyhV-PvqzLj1XXFanr9c,13290
752
- numpy/typing/tests/data/reveal/bitwise_ops.pyi,sha256=Sgc_xt5stNYxuWnwP52jYNCBLrfDQuPPOIxRgDMJvA4,5079
751
+ numpy/typing/tests/data/reveal/array_constructors.pyi,sha256=GYlmrLvSFJPd8lWRcaESFJrk1LwQLgOFmAF3MwDc9EA,13103
752
+ numpy/typing/tests/data/reveal/bitwise_ops.pyi,sha256=EoxnMEITrAVAReTEnZFWUKRmrsmTINSNO4b92yki-qI,4827
753
753
  numpy/typing/tests/data/reveal/char.pyi,sha256=nWqR9cqXZVuMAFI3Y_xmS3YlQMHhegADtTaP2T2qx38,11694
754
754
  numpy/typing/tests/data/reveal/chararray.pyi,sha256=u-H9EUc1tci2R4rYQDOeb0sWI_gJNtIbwEO4LtpBRgA,5336
755
755
  numpy/typing/tests/data/reveal/comparisons.pyi,sha256=rT61d7Th3UwWti-6gDXW-t2WAv4tQUxLzbv1w88ultw,7459
@@ -769,11 +769,11 @@ numpy/typing/tests/data/reveal/lib_function_base.pyi,sha256=aaj5lXESqp9f18l49gC3
769
769
  numpy/typing/tests/data/reveal/lib_polynomial.pyi,sha256=7bNjEg_B-Zn8nR5rYpjRRdfvmMrZ8GdPsYOky-9sQpQ,5804
770
770
  numpy/typing/tests/data/reveal/lib_utils.pyi,sha256=0mEaIvr9BkYx2Gmmj7M0vvG_o4c0TgD0uU8uJsY7Jl0,453
771
771
  numpy/typing/tests/data/reveal/lib_version.pyi,sha256=5-H7IY5M-OT0Wu7d0FhO95s5jYafpMb2s-sYPNEisaQ,592
772
- numpy/typing/tests/data/reveal/linalg.pyi,sha256=2FFoZaaoL8xOUyWMTNCxm_6pkIUBikjHdF3YwoP1URo,6065
772
+ numpy/typing/tests/data/reveal/linalg.pyi,sha256=nx6AQWi53R0Qn8lYz48mkbVroz76bbW5gpGYynzKJgg,6037
773
773
  numpy/typing/tests/data/reveal/ma.pyi,sha256=0c6i7BZ_GVvcODcNeWaoH2ZGE0fMYK6nijzPvSst-MU,16592
774
774
  numpy/typing/tests/data/reveal/matrix.pyi,sha256=lwsf__A8a4HSIYD_K34S_6Ee5U_QOSjoT3K6N7M4YUo,3113
775
775
  numpy/typing/tests/data/reveal/memmap.pyi,sha256=KdMkvJgXmWwOAE6H0BKQjB-A3go2keJAem59FUJtmVM,738
776
- numpy/typing/tests/data/reveal/mod.pyi,sha256=b2GnWlWl69iGDcIrVugp-5NDGjB0goPhbYFfDE81-sI,7779
776
+ numpy/typing/tests/data/reveal/mod.pyi,sha256=d3jo3Fxk5ZPa75EymoCZ-t5YqIAK9twPj6jAqhjpxoo,7375
777
777
  numpy/typing/tests/data/reveal/modules.pyi,sha256=dgB-VZ5GQpABSsnAsnwfUx781fv7dia3TrDnguVippg,1909
778
778
  numpy/typing/tests/data/reveal/multiarray.pyi,sha256=4Lwll_tpCpPpRBqKHZBqQ1nnxZKoxUxnaoxkb464LeA,7973
779
779
  numpy/typing/tests/data/reveal/nbit_base_example.pyi,sha256=Wl_9To2CqowfTZ3bQjQX4XAAHlV2vQXhooTB8X6-TjI,708
@@ -822,7 +822,7 @@ numpy/_core/multiarray.py,sha256=ME5DKfJ4RbJ6whslkBbOJIVzdLHbKtBImHpAi_Bx2pY,599
822
822
  numpy/_core/multiarray.pyi,sha256=okOHTpS64vws5q2QJgMkO-w9_-JDPHYW37XzWdRAhLA,33435
823
823
  numpy/_core/numeric.py,sha256=-JvXLgXpQIxwM6VGz3btBDnoeRinx67JQ9i1vM7KoNI,85082
824
824
  numpy/_core/numeric.pyi,sha256=HPxLAdXviPTw-UjrMYqI3Jb2Q-DlF2PeRBGXsaOgDuI,19924
825
- numpy/_core/numerictypes.py,sha256=fBj9GXiGqkOO-5FY8idx-miFHwTExrPDib1dTOlih-s,16590
825
+ numpy/_core/numerictypes.py,sha256=sBii4N4PX66DFZJ_QlDepfugXHToV4MqVTl9DrkTCko,16600
826
826
  numpy/_core/numerictypes.pyi,sha256=kqugJm07IibdlojXtRa5dm1bYI367x2DK0IvRBXT9Io,3462
827
827
  numpy/_core/overrides.py,sha256=Fn7Qi97VW3-tqWJZd9Xgn6eCntB0UkVGmE7g3ToxOW0,7424
828
828
  numpy/_core/overrides.pyi,sha256=gUulOylgoJ7r92GBLP_qn91qvSQMoTGV9RebZ-waAFU,1761
@@ -855,26 +855,26 @@ numpy/_core/_machar.pyi,sha256=vtB-3qZeZrxsi2nhDQEw4Tr-wx0nidxQhQly07y-97I,1955
855
855
  numpy/_core/_methods.py,sha256=iuo5uW5_zRJCessGY08qjWZLwQo88aUvEr6XdIueTKM,9685
856
856
  numpy/_core/_methods.pyi,sha256=7Mc4H9O3KYU9VwCsOo8X0q6mg9vDr2S6xbwuJ7PXPX4,548
857
857
  numpy/_core/_multiarray_tests.cp311-win_arm64.lib,sha256=ceGQtDaWt8rFZtFxD_IuS8eSj8HACH7DAiCkEo-ZYc0,1972
858
- numpy/_core/_multiarray_tests.cp311-win_arm64.pyd,sha256=Uxna6egeqEGjsY2pHTHlHubagOybjm7uDpsrWhqa-fw,64512
858
+ numpy/_core/_multiarray_tests.cp311-win_arm64.pyd,sha256=BctNEiqkc_wFGDN7HnaE1tE2tZRNRAhs76W2JNLk13s,64512
859
859
  numpy/_core/_multiarray_umath.cp311-win_arm64.lib,sha256=sQlrECOUK2k4YaWX2Rftu-v74riykO53yWwfQh4DVjc,1746
860
- numpy/_core/_multiarray_umath.cp311-win_arm64.pyd,sha256=6y6d2K0qMTXPjXuf4B74akiCOxw_nnEmCrksnBzmnu0,2662400
860
+ numpy/_core/_multiarray_umath.cp311-win_arm64.pyd,sha256=xgxEq-cSAVIVCW_y57EyZxklI6ENLBoJiZtFV8oqA_I,2662400
861
861
  numpy/_core/_operand_flag_tests.cp311-win_arm64.lib,sha256=Hn6E-WLEu5LjsRQTyKxNsA9E9PiXL89IUKTB7PKUPUI,1776
862
- numpy/_core/_operand_flag_tests.cp311-win_arm64.pyd,sha256=-RfJUYvPVav0gke3jInNwANKv9RvWcMpQYyYaFhucxg,11264
862
+ numpy/_core/_operand_flag_tests.cp311-win_arm64.pyd,sha256=Wm9jVF4ZWL3UH7Sh7ItXxNNoqdr_UrnqEf3p5nFH6Vs,11264
863
863
  numpy/_core/_rational_tests.cp311-win_arm64.lib,sha256=KmsxOKv1Iy1pNaBj5WLhNDPNLFzXAQafsuuHb527TqM,1716
864
- numpy/_core/_rational_tests.cp311-win_arm64.pyd,sha256=c1xFxAuwiwyiT_PuQfGCNx4Al2WeomZqo4qXk2BS_8g,37888
864
+ numpy/_core/_rational_tests.cp311-win_arm64.pyd,sha256=e--KFT_W_KZf59NQr9SfmL9ANxktZ0eebJpvSxEWi2Q,37888
865
865
  numpy/_core/_simd.cp311-win_arm64.lib,sha256=zOG42q_b0TZ4s2cl80aklLT12Cc5LMdXZ_nkwinfHYU,1566
866
- numpy/_core/_simd.cp311-win_arm64.pyd,sha256=itcCOx7TNS_oNQvXkD61sSZq5IglflVCPYTgqpXj6zc,317952
866
+ numpy/_core/_simd.cp311-win_arm64.pyd,sha256=WPfKO0_uUMUjYOEYZefgPudKGg_vPKijrjBORPgAE-4,317952
867
867
  numpy/_core/_simd.pyi,sha256=RN-uZiTi3jZNOgOOKlu97Mu1Ufkb8jvLUDDEnaW77Lc,694
868
868
  numpy/_core/_string_helpers.py,sha256=aX1N5UsNeUFy54o5tuTC6X6N9AJueFN2_6QIyIUD2Xg,2945
869
869
  numpy/_core/_string_helpers.pyi,sha256=bThH7ichGlrmQ6O38n71QcJ7Oi_mRPUf-DFMU5hdYU0,370
870
870
  numpy/_core/_struct_ufunc_tests.cp311-win_arm64.lib,sha256=MPFvfUgmL_2IFIy-1LVkBe2whoLGjs4bwRYVhUBuK5k,1776
871
- numpy/_core/_struct_ufunc_tests.cp311-win_arm64.pyd,sha256=F-lr6VoHPr-G1BxRhoL1vtNx1F8cqjd9rULVADXY6QU,12800
871
+ numpy/_core/_struct_ufunc_tests.cp311-win_arm64.pyd,sha256=4RNLjEa8DlutJ05x_MsAz-bkovpHmIE-DUFXJfHm_5Y,12800
872
872
  numpy/_core/_type_aliases.py,sha256=qNQdR-XjGM4sUAiVGMklurGJQXyYjSe2ytqyjQYNWf8,3608
873
873
  numpy/_core/_type_aliases.pyi,sha256=gRut9t3JHo4DQwf454S0Z-yGAxlW-OKzpXM0Aj7RRqg,2485
874
- numpy/_core/_ufunc_config.py,sha256=9fvB4g8cJY1KhR1REqsrf2hJ9w7el43BPaEbH5gp-wg,15541
875
- numpy/_core/_ufunc_config.pyi,sha256=gI899DauI0R8RIBMvlpH8j3PDKGSS30oN_tx8FnpQCg,1004
874
+ numpy/_core/_ufunc_config.py,sha256=w33oV7mKJJKpajcWo9JxZGUxD33bek3iPqDOYUc_a1U,15621
875
+ numpy/_core/_ufunc_config.pyi,sha256=5IB815wVedmoiwvSqJkKAaukrCAmMf3cHF-T05R2GYo,1968
876
876
  numpy/_core/_umath_tests.cp311-win_arm64.lib,sha256=8GkV29U_8pPpu09GK952JoovRQZD6IwSV4l-UaJ6ob8,1672
877
- numpy/_core/_umath_tests.cp311-win_arm64.pyd,sha256=gyxXolk1_qJJhIw2-PXjsYsf1yMrhhPS1Sq-qyvvimI,26112
877
+ numpy/_core/_umath_tests.cp311-win_arm64.pyd,sha256=oygwAOHpr6NX-VqUx_yUeYx-KIUBBgyOdTZFQiQfeSw,26112
878
878
  numpy/_core/__init__.py,sha256=Mn9BOga5ck1QA_T6MO3h5G16jzYv7TZ8fL2KFV6k4_g,5728
879
879
  numpy/_core/__init__.pyi,sha256=C5NQDIktXlR1OosGgyvY87pyotkyJr3Ci2dMWTLpSi4,88
880
880
  numpy/_core/include/numpy/arrayobject.h,sha256=ghWzloPUkSaVkcsAnBnpbrxtXeXL-mkzVGJQEHFxjnk,211
@@ -906,12 +906,12 @@ numpy/_core/include/numpy/random/bitgen.h,sha256=_H0uXqmnub4PxnJWdMWaNqfpyFDu2KB
906
906
  numpy/_core/include/numpy/random/distributions.h,sha256=GLURa3sFESZE0_0RK-3Gqmfa96itBHw8LlsNyy9EPt4,10070
907
907
  numpy/_core/include/numpy/random/libdivide.h,sha256=F9PLx6TcOk-sd0dObe0nWLyz4HhbHv2K7voR_kolpGU,82217
908
908
  numpy/_core/include/numpy/random/LICENSE.txt,sha256=1UR2FVi1EIZsIffootVxb8p24LmBF-O2uGMU23JE0VA,1039
909
- numpy/_core/lib/libnpymath.a,sha256=rwMm825vzkiq8mWU0RtLACaSP9vlYW7_mCwpmQZ9IaM,87420
909
+ numpy/_core/lib/npymath.lib,sha256=eTomshYBtjPCFFYSjjMyN_K9Ll893oQjffmxeySHvm4,87416
910
910
  numpy/_core/lib/npy-pkg-config/mlib.ini,sha256=hYWFyoBxE036dh19si8UPka01H2cv64qlc4ZtgoA_7A,156
911
911
  numpy/_core/lib/npy-pkg-config/npymath.ini,sha256=e0rdsb00Y93VuammuvIIFlzZtnUAXwsS1XNKlCU8mFQ,381
912
- numpy/_core/lib/pkgconfig/numpy.pc,sha256=__Q8si6rqNIgT3JqkozZ-PQMyXPuIwMNQyWF4ff_krg,198
912
+ numpy/_core/lib/pkgconfig/numpy.pc,sha256=BPvivg6PO_EWcrHlpN5B0BFBSW9RghGPqHQyg2XC-tg,198
913
913
  numpy/_core/tests/test_abc.py,sha256=qdC7_lkQvaF_3A4xJ9H_Ih3FDlMpA9dxQHjsg4Tn-uc,2275
914
- numpy/_core/tests/test_api.py,sha256=t15zVo3WWuFFkjw-ppGDYJZirJ7C9b2f6ixwE6plUNE,23575
914
+ numpy/_core/tests/test_api.py,sha256=b-irDm9ojtAmUC2ZZUfHeStMEl5Ik3hR948YjeN11jE,24863
915
915
  numpy/_core/tests/test_argparse.py,sha256=AsDsGRknJq1XejjkuCjx3oSBZZHdy7K9fqkwqV1VSNc,2962
916
916
  numpy/_core/tests/test_arraymethod.py,sha256=q4MgPQLLJxu4fUtdMSsyECkErowPwraWgYAJp6veXrU,3307
917
917
  numpy/_core/tests/test_arrayobject.py,sha256=cQu4aDjyF6EgoiGe5UISyOHGx5QEkdGvbfCXVuKjHQ8,2671
@@ -952,7 +952,7 @@ numpy/_core/tests/test_multithreading.py,sha256=6lpG9NtpCSUFRyyb2PStwl-_2xcGGtZ2
952
952
  numpy/_core/tests/test_nditer.py,sha256=T2YLb6TRpjMn3PcsSmzsG5MJT_amfimN2LLehxKJ6lE,140066
953
953
  numpy/_core/tests/test_nep50_promotions.py,sha256=sw60eH2T2EBrpO0VeulZrHpnRCz6wE0MiA4U9B3_MFQ,10355
954
954
  numpy/_core/tests/test_numeric.py,sha256=IX6euysHqjiZalVSQE9oyVxGs7n4xxSHzoTm3wcLG8g,163995
955
- numpy/_core/tests/test_numerictypes.py,sha256=YZWsJjJSr2wuk7ztIt0Qx3PyGaaXmJTFbp2J4-V0sOo,23893
955
+ numpy/_core/tests/test_numerictypes.py,sha256=XSBy2fOFsuxTZsZ6KO0pJYHUDOKTyfg7atgt5BGw4go,24795
956
956
  numpy/_core/tests/test_overrides.py,sha256=aSUDCBrziCFxf0Yz5tz-b5UVovMthH5YkL8Xy2dTqaI,28309
957
957
  numpy/_core/tests/test_print.py,sha256=MFj_2HDTQqPzsOF6DqDRVuU0fa8xC4tD8NMU7TwCEkg,6987
958
958
  numpy/_core/tests/test_protocols.py,sha256=b1clvp3Rr7EQ6x8Mtxm9jAiHxPymEU_VJBjwnMingUU,1219
@@ -967,10 +967,10 @@ numpy/_core/tests/test_scalar_methods.py,sha256=1qrblm2HsjBvot8mYDh06PaoUjO6_v06
967
967
  numpy/_core/tests/test_shape_base.py,sha256=rJYaNg2sI4NgRPO0k8QEN5cIvYStbggyx67knQuLD-I,32427
968
968
  numpy/_core/tests/test_simd.py,sha256=rAzkkJJzq8-SJ74k5jZBj77I5R0MRTZq4iRz2UI6w2Q,50164
969
969
  numpy/_core/tests/test_simd_module.py,sha256=zR-gFTWPB4j66oVM3ULLGSrx8HZvuAIXKcWKplKUGbM,4007
970
- numpy/_core/tests/test_stringdtype.py,sha256=8Xk-kgrVrGsSekLKaje-iYujDyLII0mXddU_AGu_EBU,58886
971
- numpy/_core/tests/test_strings.py,sha256=NsmKWCFVmxbNDT0YZdVC6SMmzlT8fiUc36k7vGXmxeI,59413
970
+ numpy/_core/tests/test_stringdtype.py,sha256=b74tj-RD-BPO4r3x9dTnl9p2BHxsoAM_91RYS_xTK4Q,58866
971
+ numpy/_core/tests/test_strings.py,sha256=YO_JGvZnkkIomb0F_2TSOJ2SaX3QOt5aAmMKgczVJ6g,59975
972
972
  numpy/_core/tests/test_ufunc.py,sha256=0fdD71OR381L3B2c59FY_YFNWWUkasS3LwlhLVpBxYc,139669
973
- numpy/_core/tests/test_umath.py,sha256=JpP1xNogXOsz_VBGvzBB5j1i17UqOourMWQeElydYNA,198756
973
+ numpy/_core/tests/test_umath.py,sha256=hI4Zy4HtqZiRiUPFrwFuwfDuVAj-6CjX0r2lcMUrSm8,199084
974
974
  numpy/_core/tests/test_umath_accuracy.py,sha256=6Yh-AZtXu2dEAE1r_nwystCwZuwRMAqkiUMLChqM_54,5602
975
975
  numpy/_core/tests/test_umath_complex.py,sha256=ixTQ1DrSlI_x-iUrsUV8d1bggPIxKA3ArNQiVJP7_ys,24253
976
976
  numpy/_core/tests/test_unicode.py,sha256=ejiiGuLXWlMK7WyLUYNfLdYYIeoK1cnZcxYFPKrwYGI,13335
@@ -1018,7 +1018,6 @@ numpy/_pyinstaller/tests/test_pyinstaller.py,sha256=31zWlvlAC2sfhdew97x8aDvcYUaV
1018
1018
  numpy/_pyinstaller/tests/__init__.py,sha256=l38bo7dpp3u1lVMPErlct_5uBLKj35zuS_r35e7c19c,345
1019
1019
  numpy/_typing/_add_docstring.py,sha256=Oje462jvQMs5dDxRFWrDiKdK08-5sU-b6WKoSRAg2B4,4152
1020
1020
  numpy/_typing/_array_like.py,sha256=N-e4p17RNfe7H3jnpcX0cUXur4AIcjiTi95baW-0EZY,4294
1021
- numpy/_typing/_callable.pyi,sha256=Fmz73u52N7_hsJG7vi0m9FEQ_nQP4IY0Gp_DN8UrL-w,9418
1022
1021
  numpy/_typing/_char_codes.py,sha256=VZvjzpRG1Ehf2frndiRLLbPRa59A6FocdwGwjHEOorM,8977
1023
1022
  numpy/_typing/_dtype_like.py,sha256=iT-SzDHts4azkS6Yws6WSy0r9uj9HFLVfMrg0AFqT5k,3876
1024
1023
  numpy/_typing/_extended_precision.py,sha256=3jaNHY4qJwWODLFWvlfUQROLblfqqFDjOlp8bHnhMBI,449
@@ -1039,11 +1038,11 @@ numpy/_utils/_pep440.py,sha256=MZ5ZR1-o_4kA-68YcdUfkHkqUf3wRcKxQm08uv2GoE8,14474
1039
1038
  numpy/_utils/_pep440.pyi,sha256=LdpDFW8iIj_bLbuTbvRr2XWmC9YS9lrpzLR7efqL2GU,3991
1040
1039
  numpy/_utils/__init__.py,sha256=q3vMrxeBeeU9pvCvLOkodDgzZS5V1jeI1_UZd4BbzDU,3572
1041
1040
  numpy/_utils/__init__.pyi,sha256=1M5QCsMaFkyallLWfERBBCw2ByYLRH1SuLFcn0WZ9Ns,756
1042
- numpy-2.3.3.dist-info/DELVEWHEEL,sha256=-ysJc3rNSkCsRdjfONe2lJmeEqiuTfdahGZxCBT-2Us,462
1043
- numpy-2.3.3.dist-info/entry_points.txt,sha256=7Cb63gyL2sIRpsHdADpl6xaIW5JTlUI-k_yqEVr0BSw,220
1044
- numpy-2.3.3.dist-info/LICENSE.txt,sha256=WWuVPh3L6CmzKuREOH76FQA_xqveyoohefNkpjZMKG4,46841
1045
- numpy-2.3.3.dist-info/METADATA,sha256=rTVReKZ-B6j_0TggmLJwzPYxRXIp2j14inHTZkSZPHk,60935
1046
- numpy-2.3.3.dist-info/RECORD,,
1047
- numpy-2.3.3.dist-info/WHEEL,sha256=3cuybC0qjHbp-_QERbI74WEauYfFvEClS29jDV3G12k,85
1041
+ numpy-2.3.4.dist-info/DELVEWHEEL,sha256=qCYbopZC5si5A5n_6_EZYtxx5kqksd0eSeEL84luC-w,462
1042
+ numpy-2.3.4.dist-info/entry_points.txt,sha256=7Cb63gyL2sIRpsHdADpl6xaIW5JTlUI-k_yqEVr0BSw,220
1043
+ numpy-2.3.4.dist-info/LICENSE.txt,sha256=WWuVPh3L6CmzKuREOH76FQA_xqveyoohefNkpjZMKG4,46841
1044
+ numpy-2.3.4.dist-info/METADATA,sha256=selAtlywq-BNkB-skgX45MjEyw7xindF-eX5exU6LXU,60935
1045
+ numpy-2.3.4.dist-info/RECORD,,
1046
+ numpy-2.3.4.dist-info/WHEEL,sha256=3cuybC0qjHbp-_QERbI74WEauYfFvEClS29jDV3G12k,85
1048
1047
  numpy.libs/msvcp140-5f1c5dd31916990d94181e07bc3afb32.dll,sha256=Xxxd0xkWmQ2UGB4HvDr7Mr49tY8EO5-NZJ4kFYYvZr8,1387552
1049
1048
  numpy.libs/scipy_openblas-3ad62eafc8e0b61ac25b6f3df4bebfff.dll,sha256=OtYur8jgthrCW2899L6__015KAPQVOpXPwgMT1GUTN4,10210816
@@ -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: ...
@@ -1,2 +0,0 @@
1
- Version: 1.11.1
2
- Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-23z_h75a\\cp311-win_arm64\\build\\venv\\Scripts\\delvewheel', 'repair', '--add-path', 'C:/a/numpy-release/numpy-release/.openblas/lib', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-23z_h75a\\cp311-win_arm64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-23z_h75a\\cp311-win_arm64\\built_wheel\\numpy-2.3.3-cp311-cp311-win_arm64.whl']
File without changes